Implementing single sign-on

Learn how to allow users to access multiple applications by using a single ID and password.

Single Sign-On (SSO) is an authentication mechanism that allows users to access multiple applications by using a single ID and password. With SSO support, users can authenticate themselves against an Identity Provider (IdP) rather than obtain and use a separate username and password. After the IdP authenticates the users, they can access the applications without having to sign in using their credentials.

The following Single Sign-On Providers are supported. Only service provider initiated SSO is supported.