Open mpelley opened 1 year ago
To implement a custom auth provider you have to implement AuthProvider interface
Or extend from BaseAuthProvider, like it is done in Cognito Auth Provider https://github.com/greatbit/whoru/blob/master/cognito-auth-provider/src/main/java/ru/greatbit/whoru/auth/providers/CognitoAuthProvider.java
Alternatively you can just use cognito auth provider and set up Cognito to use google as an IDP https://aws.amazon.com/premiumsupport/knowledge-center/cognito-google-social-identity-provider/
In fact, I just enabled google auth using Cognito Auth Provider in cloud.testquack.com
Please just use Cognito Auth Provider and then follow https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-social-idp.html
I can't find where it describes how to create an authentication plugin. We would like to use Google's authentication. How do we do that?