Skip to main content
1 vote

How to correctly map nested OpenID Connect (OIDC) claims to Spring Security 6 Authorities?

I'm configuring the SecurityFilterChain like the following in one of my projects: @Bean public SecurityFilterChain securityFilterChain( final HttpSecurity http, final ...
knittl's user avatar
  • 270k

Only top scored, non community-wiki answers of a minimum length are eligible