Skip to content

Commit 17123a3

Browse files
committed
Polish JwtAuthenticationConverter Preparation Steps
Issue gh-12022
1 parent 63aec87 commit 17123a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/modules/ROOT/pages/migration/servlet/oauth2.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,5 +315,6 @@ Use of the `implicit` grant type is not recommended and all related support is r
315315

316316
== Address `JwtAuthenticationConverter` Deprecation
317317

318-
The method `extractAuthorities(...)` can be replaced with `JwtGrantedAuthoritiesConverter#convert(...)`.
318+
The method `extractAuthorities` will be removed.
319+
Instead of extending `JwtAuthenticationConverter`, please supply a custom granted authorities converter with `JwtAuthenticationConverter#setJwtGrantedAuthoritiesConverter`.
319320

0 commit comments

Comments
 (0)