From 7456436624f7d92047793991ab3b953f5c436e0d Mon Sep 17 00:00:00 2001 From: Murat Bahar Date: Tue, 24 Apr 2018 10:59:11 -0700 Subject: [PATCH] Update authentication_guide.md --- docs/media/authentication_guide.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/media/authentication_guide.md b/docs/media/authentication_guide.md index 04c95a60030..b18c6135f4d 100644 --- a/docs/media/authentication_guide.md +++ b/docs/media/authentication_guide.md @@ -356,13 +356,11 @@ There is also `withGoogle`, `withFacebook`, `withAmazon` components, in case you ### Using Amazon Cognito Hosted UI -Amazon Cognito provides a customizable user experience via the hosted UI. The hosted UI supports OAuth 2.0 and Federated Identities with Facebook, Amazon, Google, and SAML providers. - -{: .callout .callout--info} +Amazon Cognito provides a customizable user experience via the hosted UI. The hosted UI supports OAuth 2.0 and Federated Identities with Facebook, Amazon, Google, and SAML providers. To learn more about Amazon Cognito Hosted UI, please visit [Amazon Cognito Developer Guide](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-configuring-app-integration.html). #### Setup your Cognito App Client -To start using hosted UI, first, you need to setup your App Client in the Amazon Cognito console. +To start using hosted UI, you need to setup your App Client in the Amazon Cognito console. To setup App Client; - Go to [Amazon Cognito Console](https://aws.amazon.com/cognito/).