# HG changeset patch # User Kim Alvefur # Date 1688751948 -7200 # Node ID 59acf7f540c16fe64f0063785754a08e5b15e6b0 # Parent dd4df71166eace8456068e3eb61f73424eb4d3d8 mod_http_oauth2: Mention support for RFC 9207 diff -r dd4df71166ea -r 59acf7f540c1 mod_http_oauth2/README.markdown --- a/mod_http_oauth2/README.markdown Fri Jul 07 02:02:09 2023 +0100 +++ b/mod_http_oauth2/README.markdown Fri Jul 07 19:45:48 2023 +0200 @@ -51,6 +51,7 @@ - [RFC 7591: OAuth 2.0 Dynamic Client Registration](https://www.rfc-editor.org/rfc/rfc7591.html) - [RFC 7628: A Set of Simple Authentication and Security Layer (SASL) Mechanisms for OAuth](https://www.rfc-editor.org/rfc/rfc7628) - [RFC 7636: Proof Key for Code Exchange by OAuth Public Clients](https://www.rfc-editor.org/rfc/rfc7636) +- [RFC 9207: OAuth 2.0 Authorization Server Issuer Identification](https://www.rfc-editor.org/rfc/rfc9207.html) - [OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html) - [OpenID Connect Discovery 1.0](https://openid.net/specs/openid-connect-discovery-1_0.html) (_partial, e.g. missing JWKS_) - [OpenID Connect Dynamic Client Registration 1.0](https://openid.net/specs/openid-connect-registration-1_0.html)