OAuth 2.0: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:
* RFC 7628 - A Set of Simple Authentication and Security Layer (SASL) Mechanisms for OAuth https://tools.ietf.org/html/rfc7628
* RFC 7628 - A Set of Simple Authentication and Security Layer (SASL) Mechanisms for OAuth https://tools.ietf.org/html/rfc7628
* RFC 7662 - OAuth 2.0 Token Introspection https://tools.ietf.org/html/rfc7662
* RFC 7662 - OAuth 2.0 Token Introspection https://tools.ietf.org/html/rfc7662
* OAuth support in OpenShift https://docs.openshift.com/container-platform/latest/architecture/additional_concepts/authentication.html#oauth


=Internal=
=Internal=

Revision as of 17:14, 28 November 2017

External

Internal

Overview

OAuth is an open standard for authorization.

Implementations

https://oauth.net/code/

Subjects