OpenID Connect authentication
OpenID Connect authentication flow
OpenID Connect authentication involves the following processes:
- The registered client (BMC Helix SSO) sends the authorization request to the OpenID Connect provider.
- The OpenID Connect provider authenticates the end user and redirects the authorization code to BMC Helix SSO.
- BMC Helix SSO sends a request with the authorization code to get the access token from the OpenID Connect provider.
- BMC Helix SSO forwards the access token to the OpenID Connect provider and requests for information about the end user.
- The OpenID Connect provider forwards information about the end user to BMC Helix SSO.
- BMC Helix SSO creates a user session.