Riyaz

Results 3 comments of Riyaz

Facing the same issue. Has this been solved for you? Below is my configuration: ```` security: basic: enabled: false oauth2: client: clientId: pgm-backend clientSecret: QYXs34SNyBAN2aLHZL6YuBOkmTnqyWQCJw== accessTokenUri: https://auth.************.com/oauth2/token userAuthorizationUri: https://auth.************.com/oauth2/auth redirectUri:...

@akohli96 [Not really. ](https://stackoverflow.com/questions/57275355/access-token-not-being-fetched-from-authorization-code-in-spring-security-oauth2). I'm stuck with multiple redirects back and forth ending with ERR_TOO_MANY_REDIRECTS

@Oleg3n I was able to solve this issue, I wrote my own `AuthorizationRequestResolver` which implements `OAuth2AuthorizationRequestResolver`. That resolver was taking care of creating state parameter. And my resolve method builds...