OAuth 2.0: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 15: Line 15:
* 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
* OAuth support in OpenShift https://docs.openshift.com/container-platform/latest/architecture/additional_concepts/authentication.html#oauth
* https://www.infoq.com/presentations/oauth2-microservices-security


=Internal=
=Internal=
Line 22: Line 23:
* [[JWT]]
* [[JWT]]
* [[JOSE]]
* [[JOSE]]
* [[SASL]]


=Overview=
=Overview=
Line 34: Line 36:


* [[OAuth 2.0 Concepts|OAuth 2.0 Concepts]]
* [[OAuth 2.0 Concepts|OAuth 2.0 Concepts]]
* [[Google OAuth 2.0]]

Latest revision as of 21:38, 16 May 2019

External

Internal

Overview

OAuth is an open standard for authorization.

Implementations

https://oauth.net/code/

Subjects