Skip to content

Commit 335c751

Browse files
lissam1sdelamo
authored andcommitted
Docs: fix wrong package reference for ReactiveJwksSignature (#2107)
1 parent 4368b66 commit 335c751

File tree

1 file changed

+1
-1
lines changed
  • src/main/docs/guide/authenticationStrategies/jwt/jwtValidation

1 file changed

+1
-1
lines changed

src/main/docs/guide/authenticationStrategies/jwt/jwtValidation/jwks.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ You can configure a remote JWKS as a signature validator:
77
include::{testssecurityjwt}/jwks/JwksSpec.groovy[indent=0, tag=yamljwksconfig]
88
----
99

10-
The previous snippet creates a link:{api}/io/micronaut/security/token/jwt/signature/jwks/ReactiveJwksSignature.html[ReactiveJwksSignature] bean with a `awscognito` name qualifier.
10+
The previous snippet creates a link:{api}/io/micronaut/security/token/jwt/nimbus/ReactiveJwksSignature.html[ReactiveJwksSignature] bean with a `awscognito` name qualifier.
1111

1212
If you have the https://docs.micronaut.io/latest/guide/#httpClient[Micronaut HTTP Client] on the classpath, then it will be used to retrieve the remote JWK Set. This allows for the configuration settings of the HTTP Client to be applied when fetching the resource. If a named service-specific client exists and the name of the service matches the name of the configured JWKS provider name, then that specific client instance will be used, otherwise a default Http Client instance (with any global configuration settings from `micronaut.http.client.*` applied) will be used. If the Micronaut HTTP Client is not on the classpath, then the implementation will fall back to the internal resource fetching mechanism of the external JWT library dependency.
1313

0 commit comments

Comments
 (0)