Skip to content

Commit

Permalink
Merge pull request #688 from lusentis/patch-2
Browse files Browse the repository at this point in the history
fix minor typos in authentication_guide.md
  • Loading branch information
mlabieniec committed Apr 19, 2018
2 parents bc05fbe + cb17db9 commit 16d1a1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/media/authentication_guide.md
Expand Up @@ -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.
Expand Down Expand Up @@ -665,7 +665,7 @@ const MyTheme = Object.assign({}, AmplifyTheme, { sectionHeader: MySectionHeader
<Authenticator theme={MyTheme} />
```

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
Expand Down

0 comments on commit 16d1a1a

Please sign in to comment.