Introduction to single sign on(SSO)
Hello Friends,
In this series, We will be discussing about single sign on(SSO) and Types of SSO and We will discuss about underlying architecture.
Single Sign on(SSO):
Single Sign On (SSO) is a process that allow a user to access multiple services by logging in or authenticate only once. This involves authentication into all services the user has given permission to, after logging into a Identity provider(Ex: ADFS).The basic process of SSO is as follows:
- The first step is logging into the main service(Ex, Idp)
- The user requests access to a protected SP(Salesforce, ServiceNow, etc) resource
- Idp verifies user authorization with the help of attributes from the user data store
- Based on that Idp generate SAML response containing the authentication assertion and any additional attributes
- Based on SAML response, Idp will redirect you to the protected service provider
Advantages of SSO:
- No need to manage large numbers of passwords.
- A simpler sign-up and login process, which can also be good for conversions.
- Reduced exposure to the risks of data loss. Users already trust the identity provider
- etc In next post we will discuss in detail about SAML, Idp, SP, stc. Stay tune
Category: Idp, Security, ServiceNow, single sign on(SSO, SP, SSO
0 comments