File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,7 @@ sequenceDiagram
114114 claim from the JWT and determine if it is a trusted issuer. If it trusts the
115115 issuer, it MUST determine the location from which to retrieve the RFC7517 JWK key
116116 set based on the `iss` claim. The JWK key set location MUST be a TLS protected
117- URI. The authorization server MAY maintain a mapping between an issuer and the
118- location of its JWK key set. Alternatively it MAY use a dynamic JWK issuer key
119- discovery mechanism as defined by OpenID Connect Discovery 1.0 or obtain the
120- location from the OAuth 2.0 Authorization Server Metadata endpoint may be used per
121- [RFC 8414](https://datatracker.ietf.org/doc/html/rfc8414).
117+ URI. The authorization server MUST maintain a mapping between an issuer and the location of its JWK key set through manual configuration.
122118
1231193. **Obtain Issuer Keys**: The authorization server retrieves the JWK key set
124120 containing the issuer's public keys from the TLS protected location specified in
You can’t perform that action at this time.
0 commit comments