Jump to content

OpenID Connect

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Nathan2055 (talk | contribs) at 23:46, 29 June 2020 (Update and cleanup references). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

OpenID Connect (OIDC) is an authentication layer on top of OAuth 2.0, an authorization framework.[1] The standard is controlled by the OpenID Foundation.

Description

OpenID Connect is a simple identity layer on top of the OAuth 2.0 protocol, which allows computing clients to verify the identity of an end-user based on the authentication performed by an authorization server, as well as to obtain basic profile information about the end-user in an interoperable and REST-like manner. In technical terms, OpenID Connect specifies a RESTful HTTP API, using JSON as a data format.

OpenID Connect allows a range of kinds of clients, including Web-based, mobile, and JavaScript clients, to request and receive information about authenticated sessions and end-users. The specification suite is extensible, supporting optional features such as encryption of identity data, discovery of OpenID Providers, and session management.[2]

Open source providers

There are several open source implementations of OpenID Connect providers, including:

See also

References

  1. ^ "Welcome to OpenID Connect". OpenID Foundation. Archived from the original on 2019-12-12. Retrieved 2019-12-13.
  2. ^ Cite error: The named reference //openid.net/connect was invoked but never defined (see the help page).
  3. ^ An OpenID Connect reference implementation in Java on the Spring platform. on GitHub
  4. ^ OpenID Connect Identity (OIDC) and OAuth 2.0 Provider with Pluggable Connectors on GitHub
  5. ^ OpenID Connect and OAuth 2.0 Framework for ASP.NET Core on GitHub
  6. ^ "Keycloak". Archived from the original on 2020-06-29. Retrieved 2020-06-29. {{cite web}}: |archive-date= / |archive-url= timestamp mismatch; 2020-06-26 suggested (help)
  7. ^ OpenID Certified™ OAuth 2.0 Authorization Server implementation for Node.js on GitHub


Cite error: There are <ref group=Ipsilon> tags on this page, but the references will not show without a {{reflist|group=Ipsilon}} template (see the help page).