comparison mod_http_oauth2/README.markdown @ 5410:644b2f2b9b52

mod_http_oauth2: Link to RFC 7009: OAuth 2.0 Token Revocation
author Kim Alvefur <zash@zash.se>
date Tue, 02 May 2023 19:06:17 +0200
parents 3989c57cc551
children 2393dbae51ed
comparison
equal deleted inserted replaced
5409:993f28798c75 5410:644b2f2b9b52
43 ## Standards support 43 ## Standards support
44 44
45 Notable supported standards: 45 Notable supported standards:
46 46
47 - [RFC 6749: The OAuth 2.0 Authorization Framework](https://www.rfc-editor.org/rfc/rfc6749) 47 - [RFC 6749: The OAuth 2.0 Authorization Framework](https://www.rfc-editor.org/rfc/rfc6749)
48 - [RFC 7009: OAuth 2.0 Token Revocation](https://www.rfc-editor.org/rfc/rfc7009)
48 - [RFC 7628: A Set of Simple Authentication and Security Layer (SASL) Mechanisms for OAuth](https://www.rfc-editor.org/rfc/rfc7628) 49 - [RFC 7628: A Set of Simple Authentication and Security Layer (SASL) Mechanisms for OAuth](https://www.rfc-editor.org/rfc/rfc7628)
49 - [RFC 7636: Proof Key for Code Exchange by OAuth Public Clients](https://www.rfc-editor.org/rfc/rfc7636) 50 - [RFC 7636: Proof Key for Code Exchange by OAuth Public Clients](https://www.rfc-editor.org/rfc/rfc7636)
50 - [OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html) 51 - [OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html)
51 - [OpenID Connect Dynamic Client Registration 1.0](https://openid.net/specs/openid-connect-registration-1_0.html) & [RFC 7591: OAuth 2.0 Dynamic Client Registration](https://www.rfc-editor.org/rfc/rfc7591.html) 52 - [OpenID Connect Dynamic Client Registration 1.0](https://openid.net/specs/openid-connect-registration-1_0.html) & [RFC 7591: OAuth 2.0 Dynamic Client Registration](https://www.rfc-editor.org/rfc/rfc7591.html)
52 - [OpenID Connect Discovery 1.0](https://openid.net/specs/openid-connect-discovery-1_0.html) 53 - [OpenID Connect Discovery 1.0](https://openid.net/specs/openid-connect-discovery-1_0.html)