Skip to content

Commit 170159c

Browse files
author
Steve Riesenberg
committed
Add JWK Set Endpoint in ref doc
Issue gh-672
1 parent 4c54c59 commit 170159c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/src/docs/asciidoc/protocol-endpoints.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,13 @@ public SecurityFilterChain authorizationServerSecurityFilterChain(HttpSecurity h
189189
[[jwk-set-endpoint]]
190190
== JWK Set Endpoint
191191

192-
This section is under construction.
192+
`OAuth2AuthorizationServerConfigurer` provides support for the https://datatracker.ietf.org/doc/html/rfc7517[JWK Set endpoint].
193+
194+
`OAuth2AuthorizationServerConfigurer` configures the `NimbusJwkSetEndpointFilter` and registers it with the OAuth2 authorization server `SecurityFilterChain` `@Bean`.
195+
`NimbusJwkSetEndpointFilter` is the `Filter` that returns the https://datatracker.ietf.org/doc/html/rfc7517#section-5[JWK Set].
196+
197+
[NOTE]
198+
The JWK Set endpoint is configured *only* if a `JWKSource<SecurityContext>` `@Bean` is registered.
193199

194200
[[oidc-provider-configuration-endpoint]]
195201
== OpenID Connect 1.0 Provider Configuration Endpoint

0 commit comments

Comments
 (0)