OpenID Connect: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
* http://openid.net/connect/ | * http://openid.net/connect/ | ||
* 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/ | |||
=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 23:09, 11 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/
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.