How does single sign-on via OpenID Connect work in Inxmail?
Here is a simplified diagram of how the different players interact when you connect your external identity provider to Inxmail with single sign-on via OpenID Connect.
Steps in the process
-
Your user goes to the Inxmail login page and enters their email address.
-
Inxmail forwards the request to the Inxmail Authorization Server.
-
The Inxmail Authorization Server recognizes that it is an email address that is linked to an identity provider via single sign-on, and requests authentication from the identity provider.
-
Users authenticate with their identity provider's login data.
-
The third-party system (= the identity provider) returns the successful authorization response to the Inxmail Authorization Server.
-
Inxmail creates a local user.
-
The Inxmail Authorization Server redirects the user to Inxmail, with a local (Inxmail) authentication.
-
Your users have been logged in.
Further Information