You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the app support federated sign using Google, Facebook etc? I can see that there is some code in app-configured.tsx file which is related to federated sign in but there are no options on the Sign In page.
I tried adding following and it did display the Sign In with Google option but it is not working correctly. <Authenticator socialProviders={['google']}
I have configured the federated sign in in Cognito console manually where I have put Google ClientId and Client Secret values.
Seems like aws-exports.json is not having auth_federated_provider field and other such information.
The text was updated successfully, but these errors were encountered:
ajaylamba-provar
changed the title
Question: Federated sign using Google
Question: Federated sign in using Google
Dec 21, 2023
Does the app support federated sign using Google, Facebook etc? I can see that there is some code in
app-configured.tsx
file which is related to federated sign in but there are no options on the Sign In page.I tried adding following and it did display the Sign In with Google option but it is not working correctly.
<Authenticator socialProviders={['google']}
I have configured the federated sign in in Cognito console manually where I have put Google ClientId and Client Secret values.
Seems like
aws-exports.json
is not havingauth_federated_provider
field and other such information.The text was updated successfully, but these errors were encountered: