Extend Spring Security 6 to use OAuth2.0 implicit grant
I am trying to upgrade an application form Spring Security 5 to 6. We do have an hard requirement to use an implicit authorization grant over authorization code grant to ensure compatibly. Implicit grants have been deprecated and removed with Spring 6.
My GoogleOAuth2SuccessHandler is Ignored by Spring Security
Created using thymeleaf and prviously it working fine but currently not Spring security ignoring my GoogleAuthSuccessHandler I debug it method is not callled by SecurityConfig
My GoogleOAuth2SuccessHandler is Ingored by Spring Security
Created using thymeleaf and prviously it working fine but currently not Spring security ignoring my GoogleAuthSuccessHandler I debug it method is not callled by SecurityConfig