OpenID Connect: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 4: | Line 4: | ||
* https://en.wikipedia.org/wiki/OpenID_Connect | * https://en.wikipedia.org/wiki/OpenID_Connect | ||
* http://www.cloudidentity.com/blog/2013/01/02/oauth-2-0-and-sign-in-4/ | * http://www.cloudidentity.com/blog/2013/01/02/oauth-2-0-and-sign-in-4/ | ||
=Internal= | |||
* [[Security_Concepts#Authentication_Protocols|Security Concepts]] | |||
=Overview= | =Overview= | ||
OpenID Connect (OIDC) is an authentication layer on top of [[OAuth 2.0|OAuth 2.0]] authorization framework. The standard is controlled by the OpenID Foundation. The standard addresses web browser single sing-on (SSO). Other standards such as [[SAML#Overview|SAML]] address the same use case. | OpenID Connect (OIDC) is an authentication layer on top of [[OAuth 2.0|OAuth 2.0]] authorization framework. The standard is controlled by the OpenID Foundation. The standard addresses web browser single sing-on (SSO). Other standards such as [[SAML#Overview|SAML]] address the same use case. |
Revision as of 19:29, 12 November 2017
External
- http://openid.net/connect/
- https://en.wikipedia.org/wiki/OpenID_Connect
- http://www.cloudidentity.com/blog/2013/01/02/oauth-2-0-and-sign-in-4/
Internal
Overview
OpenID Connect (OIDC) is an authentication layer on top of OAuth 2.0 authorization framework. The standard is controlled by the OpenID Foundation. The standard addresses web browser single sing-on (SSO). Other standards such as SAML address the same use case.