awslabs / sandbox-accounts-for-events

"Sandbox Accounts for Events" allows to provide multiple, temporary AWS accounts to a number of authenticated users simultaneously via a browser-based GUI.
Apache License 2.0
172 stars 37 forks source link

support for federated login #36

Closed straav closed 7 months ago

straav commented 1 year ago

adding support to use cognito's federated login would be amazing.

straav commented 1 year ago

Let me clarify we have Cognito working with federation and federation is creating users in the Cognito User Pool correctly but login is not working. I have also altered the Authenticator function passing it the Social login providers, but login does not render it.

moellr commented 1 year ago

You will need to update/import the Amplify auth component to use federated login, as described here: https://docs.amplify.aws/lib/auth/social/q/platform/js/

straav commented 1 year ago

update is simple and builds fine, and Test Your Hosted UI Endpoint link works as expected. The issue is "login to existing account" does not bring up the federated login option to click through.

moellr commented 1 year ago

Got it. I have added your request to the "features to be considered" list, thx for the input.

moellr commented 7 months ago

Will not implement, this would extend the current scope of the project too far