Skip to content

Commit

Permalink
Merge pull request #4191 from shaedrich/sso
Browse files Browse the repository at this point in the history
Create topic "SSO"
  • Loading branch information
ahpook authored Jan 22, 2024
2 parents 1976646 + 410c725 commit f0ed5fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions topics/sso/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
aliases: single-sign-on
topic: sso
display_name: Single sign-on (SSO)
short_description: Single sign-on is an auth scheme that allows a user to log in with a single ID to related, yet independent, software systems.
related: openid, oidc, saml, active-directory, smart-card, jwt, social-login
---
**Single sign-on** (**SSO**) is an authentication scheme that allows a user to log in with a single ID to any of several related, yet independent, software systems. SSO supporters place emphasis on it reducing the risk of password fatigue and improvement of usability in terms of perceived corperate identity between different services of the same provider.

Conversely, **single sign-off** or **single log-out** (**SLO**) is the property whereby a single action of signing out terminates access to multiple software systems.

0 comments on commit f0ed5fe

Please sign in to comment.