# HG changeset patch # User Kim Alvefur # Date 1684337898 -7200 # Node ID 2a11f590c5c8e338d65438f67b2a86867123fdf4 # Parent dacde53467f389fc0ba54667b1d248d1b20a2475 mod_http_oauth2: Split long list line in README diff -r dacde53467f3 -r 2a11f590c5c8 mod_http_oauth2/README.markdown --- a/mod_http_oauth2/README.markdown Wed May 17 16:40:07 2023 +0200 +++ b/mod_http_oauth2/README.markdown Wed May 17 17:38:18 2023 +0200 @@ -46,11 +46,12 @@ - [RFC 6749: The OAuth 2.0 Authorization Framework](https://www.rfc-editor.org/rfc/rfc6749) - [RFC 7009: OAuth 2.0 Token Revocation](https://www.rfc-editor.org/rfc/rfc7009) +- [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) - [OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html) -- [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) - [OpenID Connect Discovery 1.0](https://openid.net/specs/openid-connect-discovery-1_0.html) +- [OpenID Connect Dynamic Client Registration 1.0](https://openid.net/specs/openid-connect-registration-1_0.html) ## Configuration