-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR(Authenticator) Login with Custom SAML provider #5060
Comments
Hi @rwilliams3088, the provider name should be
Let us know if this addresses your issue! |
Except that it is configured in Cognito as a SAML Idp with the name "googleworkspace" (it does not accept any old gmail account). Also, I didn't see anything in |
Gotcha. At this time the Amplify authenticator doesn't support custom SAML identity providers. Here's the Amplify documentation that shows how to set up social sign in with one of the default providers. I'll mark this as a feature request and we will consider this in our roadmap planning. If others are interested, please thumbs up this issue. |
@rwilliams3088 looks like we already have an issue tracking this feature request #1152! I'm gonna close this as a duplicate but definitely thumbs up/comment on that one if you have a specific use case not already covered. |
Before creating a new issue, please confirm:
On which framework/platform are you having an issue?
React
Which UI component?
Authenticator
How is your app built?
Webpack 5
What browsers are you seeing the problem on?
Chrome, Firefox
Which region are you seeing the problem in?
us-east-1
Please describe your bug.
I have configured my Cognito User Pool to use Google Workspace as my SAML Idp. However, attempts to login via the Authenticator fail. I have attempted to specify my "googleworkspace" idp as the provider for the Amplify Authenticator to use, but I get an error in the console:
Authenticator does not support googleworkspace. Please open an issue: https://github.com/aws-amplify/amplify-ui/issues/choose
What's the expected behaviour?
I can login with my SAML provider
Help us reproduce the bug!
Try to configure the Amplify Authenticator to login with a SAML provider
Code Snippet
Console log output
Authenticator does not support googleworkspace. Please open an issue: https://github.com/aws-amplify/amplify-ui/issues/choose
Additional information and screenshots
No response
The text was updated successfully, but these errors were encountered: