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
{{ message }}
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
Payton Garland edited this page Feb 28, 2019
·
2 revisions
Go to AWS Cognito and select your User Pool
Under General, go to App Clients and select Add an app client
Configure as you please and select Create App Client
Take note of your Client ID
Navigate to App client settings under App integration
Select Identity Providers to enable
Under Callback URL(s), enter your Cloudfront hostname with your preferred path value for the authorization callback. Example: https://my-cloudfront-site.example.com/_callback
Under Allowed OAuth Flows, select Authorization code grant
Finally, under Allowed OAuth Scopes, select openid and email