diff --git a/docs/media/authentication_guide.md b/docs/media/authentication_guide.md index 6a84c184908..58fe0e369a9 100644 --- a/docs/media/authentication_guide.md +++ b/docs/media/authentication_guide.md @@ -383,7 +383,7 @@ You can also enable Federated Identities for your hosted UI; - Go to *Federation* > *Identity providers* - Select an *Identity provider* and enter required credentials for the identity provider. (e.g., App Id, App secret, Authorized scope) -- In the settings page for your selected identity provider (Facebook, Google, etc.), set *Oauth Redirected URI* to `https://your-domain-prefix.auth.us-east 1.amazoncognito.com/oauth2/idpresponse` (*your-domain-prefix* is the domain prefix you have entered in previously). +- In the settings page for your selected identity provider (Facebook, Google, etc.), set *Oauth Redirected URI* to `https://your-domain-prefix.auth.us-east-1.amazoncognito.com/oauth2/idpresponse` (*your-domain-prefix* is the domain prefix you have entered in previously). - To retrieve user attributes from your identity provider, go to *Federation* > *Attribute mapping*. Here, you can map Federation Provider attributes to corresponding User pool attributes. If *email* attribute is a required field in your Cognito User Pool settings, please make sure that you have selected *email* in your Authorized Scopes, and you have mapped it correctly to your User Pool attributes. @@ -665,7 +665,7 @@ const MyTheme = Object.assign({}, AmplifyTheme, { sectionHeader: MySectionHeader ``` -A sample them can be found [here](https://github.com/richardzcode/a-theme-react). +A sample theme can be found [here](https://github.com/richardzcode/a-theme-react). {: .callout .callout--info} ### Create Your Own UI