Introduction of Single Sign On (SSO) (original) (raw)

Last Updated : 10 Apr, 2026

Single Sign On (SSO) is a session and user authentication service that allows a user to access various apps using a single set of login credentials, such as a username and password. SSO is used by every organization as well as individuals to manage multiple credentials more efficiently.

Single Sign On (SSO)

Working

There are the following steps in the working of SSO:

SSO(Single Sign-on)

Types of SSO Configurations

1. Kerberos-Based Configuration

This is an authentication method that uses the Kerberos protocol and ticket system to allow users to access multiple services after a single login.

2. SAML-Based Configuration

This is a configuration that uses Security Assertion Markup Language to securely exchange authentication data between systems.

3. Smart Card-Based Configuration

This uses a physical card containing stored credentials to authenticate users.

Allows authentication using existing social networking accounts.

5. Enterprise-Level Configuration

This is used by organizations to centrally manage user authentication across multiple internal systems.

SSO Token

These are digital piece of information created after a user successfully logs in through Single Sign-On (SSO). It acts as proof that the user is already authenticated, so the user can access multiple applications without logging in again.

**Advantages

**Disadvantages