January 12, 2021
SINGLE SIGN ON (SSO) Single sign-on (SSO) is a high level concept that permits a user to use one set of login credentials (e.g., username and password) to access multiple applications. The service authenticates the end user for all the applications the user has been given rights to and eliminates further prompts when the user switches applications during the same session. On the back end, SSO is helpful for logging user activities as well as monitoring user accounts. Thus, SSO is an authentication/authorization flow through which a user can log into multiple services using the same credentials. A single sign-on solution […]