Using cognito as IDP for Spring authorization server – Amazon web services
I know normally Cognito itself is an authorization server actor in Oauth2 flow. But as per my custom requirements I want to use spring authorization server with Cognito, basically: A client comes to oauth2/authorize endpoint with its client ID Redirects…