SSO Configuration
Use the SSO Configuration application for configuring Single Sign-On (SSO) based on SAML or OIDC.
Single Sign-On (SSO) is an authentication method where you use one set of credentials to access multiple applications and websites. To implement SSO, two of the widely used protocols are Security Assertion Markup Language (SAML) and OpenID Connect (OIDC).
SAML is an open standard used for authentication and authorization, which transfers data between your Identity Provider (IdP) and Service Provider (SP). The IdP authenticates the user's credentials and sends these details to the SP. The SP provides the user the access to the required resources.
OIDC is a simple identity layer on top of the OAuth 2.0 protocol. It enables you to verify the identity of the end user based on the authentication performed by an Authorization Server.
You can use the SSO Configuration application in Console to configure SSO based on SAML or OIDC.
When you login into the SSO Configuration application of Console for the first time, you can choose to either configure SAML or OIDC.
For more information about configuring SAML, see SSO Configuration Based on SAML. For more information about configuring OIDC, see SSO Configuration Based on OIDC.