• caglararli@hotmail.com
  • 05386281520

How to create single sign in for my 3 applications [migrated]

Çağlar Arlı      -    12 Views

How to create single sign in for my 3 applications [migrated]

I have three web applications. Each of these applications has its own specificity and account database.

I'd like to develop a common login page. The account would be common to all applications. For example, login.fr?redirect=myApp2 is my centralized connection and redirects to my second application

How to do it?

I thought of 2 solutions:

  • Use OAuth2 or OpenID Connect. But I don't think that's what it's for: it's for a centralized connection, internal to our products. Not an identity provider for external applications.

  • Simply: a connection that holds all user information and generates a JWT for applications