We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7f2c2 commit 0295b51Copy full SHA for 0295b51
docs/manual/src/docs/asciidoc/_includes/servlet/oauth2/oauth2-resourceserver.adoc
@@ -456,9 +456,11 @@ public class DirectlyConfiguredJwkSetUri extends WebSecurityConfigurerAdapter {
456
Converter<Jwt, AbstractAuthenticationToken> grantedAuthoritiesExtractor() {
457
JwtAuthenticationConverter jwtAuthenticationConverter =
458
new JwtAuthenticationConverter();
459
+
460
jwtAuthenticationConverter.setJwtGrantedAuthoritiesConverter
461
(new GrantedAuthoritiesExtractor());
- return jwtAuthenticationConveter;
462
463
+ return jwtAuthenticationConverter;
464
}
465
----
466
0 commit comments