Replies: 1 comment
-
The default one is registered here GrpcSecurityConfigurerAdapter::configure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I need to get authorities from a non standard field in Jwt Token, so I need to use Custom Authorites Converter.
I'm trying to do something like this:
`
val providers = mutableListOf()
`
Generally I see in debug that my authentication provider is registred, but then during the request, default Bearer Authentication provider is choosen instead of mine and default converter is used.
Is there any way to unregister this standard provider or set on it custom converter?
Thanks for help!
Beta Was this translation helpful? Give feedback.
All reactions