You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior
JwtGrantedAuthoritiesConverter should provide an ability to access authorities as nested claim.
As well as it should be included into OAuth2ResourceServerJwtConfiguration.JwtConverterConfiguration.
What other alternatives have you considered? Are you aware of any workarounds?
Obviously, I can create a custom converter or store claims in the root level of jwt.
However, I find it useful to have it included into the framework.
The text was updated successfully, but these errors were encountered:
Expected Behavior
JwtGrantedAuthoritiesConverter should provide an ability to access authorities as nested claim.
As well as it should be included into OAuth2ResourceServerJwtConfiguration.JwtConverterConfiguration.
Current Behavior
Does not provide ability to access nested claims.
Context
What are you trying to accomplish?
I want to have an ability to access authorities stored in the custom property:
What other alternatives have you considered? Are you aware of any workarounds?
Obviously, I can create a custom converter or store claims in the root level of jwt.
However, I find it useful to have it included into the framework.
The text was updated successfully, but these errors were encountered: