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

  1. Your user goes to the Inxmail login page and enters their email address.

  2. Inxmail forwards the request to the Inxmail Authorization Server.

  3. 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.

  4. Users authenticate with their identity provider's login data.

  5. The third-party system (= the identity provider) returns the successful authorization response to the Inxmail Authorization Server.

  6. Inxmail creates a local user.

  7. The Inxmail Authorization Server redirects the user to Inxmail, with a local (Inxmail) authentication.

  8. Your users have been logged in.

Further Information