-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4191 from shaedrich/sso
Create topic "SSO"
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |