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 a7a9271 commit 0c2a7e0Copy full SHA for 0c2a7e0
docs/manual/src/docs/asciidoc/_includes/reactive/oauth2/resource-server.adoc
@@ -297,7 +297,7 @@ We can override this quite simply to alter the way granted authorities are deriv
297
[source,java]
298
----
299
static class GrantedAuthoritiesExtractor extends JwtAuthenticationConverter {
300
- protected Collection<GrantedAuthorities> extractAuthorities(Jwt jwt) {
+ protected Collection<GrantedAuthority> extractAuthorities(Jwt jwt) {
301
Collection<String> authorities = (Collection<String>)
302
jwt.getClaims().get("mycustomclaim");
303
0 commit comments