ch4mpy / spring-addons

Ease spring OAuth2 resource-servers configuration and testing
Apache License 2.0
532 stars 87 forks source link

Expose a generic converter to map Collection<GrantedAuthority> from configured JWT claims #44

Closed ch4mpy closed 2 years ago

ch4mpy commented 2 years ago

Rather than provider specialized converters, it would be nice to have a generic one taking a list of claim names to look for authorities from.