comparison mod_http_oauth2/README.markdown @ 5634:f3b7e05c74a9

mod_http_oauth2: Remove duplicated word in README introduced in 734788d8bfc3
author Kim Alvefur <zash@zash.se>
date Thu, 17 Aug 2023 08:34:17 +0200
parents d8622797e315
children 7c105277a9ca
comparison
equal deleted inserted replaced
5633:dd2079b3dec6 5634:f3b7e05c74a9
53 - [RFC 7636: Proof Key for Code Exchange by OAuth Public Clients](https://www.rfc-editor.org/rfc/rfc7636) 53 - [RFC 7636: Proof Key for Code Exchange by OAuth Public Clients](https://www.rfc-editor.org/rfc/rfc7636)
54 - [RFC 8628: OAuth 2.0 Device Authorization Grant](https://www.rfc-editor.org/rfc/rfc8628) 54 - [RFC 8628: OAuth 2.0 Device Authorization Grant](https://www.rfc-editor.org/rfc/rfc8628)
55 - [RFC 9207: OAuth 2.0 Authorization Server Issuer Identification](https://www.rfc-editor.org/rfc/rfc9207.html) 55 - [RFC 9207: OAuth 2.0 Authorization Server Issuer Identification](https://www.rfc-editor.org/rfc/rfc9207.html)
56 - [OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html) 56 - [OpenID Connect Core 1.0](https://openid.net/specs/openid-connect-core-1_0.html)
57 - [OpenID Connect Discovery 1.0](https://openid.net/specs/openid-connect-discovery-1_0.html) (_partial, e.g. missing JWKS_) 57 - [OpenID Connect Discovery 1.0](https://openid.net/specs/openid-connect-discovery-1_0.html) (_partial, e.g. missing JWKS_)
58 - [OpenID Connect Dynamic Client Registration 1.0](https://openid.net/specs/openid-connect-registration-1_0.html) 58 - [OpenID Connect Dynamic Client Registration 1.0](https://openid.net/specs/openid-connect-registration-1_0.html)
59 59
60 ## Configuration 60 ## Configuration
61 61
62 ### Interface 62 ### Interface
63 63
144 : For web clients. With this, `redirect_uris` **MUST** be 144 : For web clients. With this, `redirect_uris` **MUST** be
145 `https://` URIs and **MUST** use the same hostname part as the 145 `https://` URIs and **MUST** use the same hostname part as the
146 `client_uri`. 146 `client_uri`.
147 147
148 `native` 148 `native`
149
150 `native`
151
152 : For native e.g. desktop clients etc. `redirect_uris` **MUST** 149 : For native e.g. desktop clients etc. `redirect_uris` **MUST**
153 match one of: 150 match one of:
154 151
155 - Loopback HTTP URI, e.g. `http://127.0.0.1/` or 152 - Loopback HTTP URI, e.g. `http://127.0.0.1/` or
156 `http://[::1]` 153 `http://[::1]`