From cb17db9f03ee7c4999ff7c53cede0feb6f86018f Mon Sep 17 00:00:00 2001 From: Simone Lusenti Date: Wed, 18 Apr 2018 20:49:40 +0200 Subject: [PATCH] fix minor typos in authentication_guide.md - added a missing "-" in a domain name - replaced "them" with "theme" --- docs/media/authentication_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/media/authentication_guide.md b/docs/media/authentication_guide.md index 4659d733c92..d8cbf46c515 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