How to add custom claims in OidcProviderConfiguration

Viewed 84

I need to add the new claim ("end_session_endpoint") in OidcProviderConfiguration because UI needs to get that claim, besides the default ones, in /.well-known/openid-configuration response.

Is that possible?

Note: I'm using Spring Authorization Server version 0.2.2

1 Answers
Related