From b8fb8bec5cc19c1a973aa81f049619dd735481cc Mon Sep 17 00:00:00 2001 From: Dustin Noyes Date: Mon, 23 Apr 2018 09:21:58 -0700 Subject: [PATCH 1/2] initial commit of documentation change --- docs/media/federated_identity_setup.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/media/federated_identity_setup.md b/docs/media/federated_identity_setup.md index e4e88d78690..5cab0482e69 100644 --- a/docs/media/federated_identity_setup.md +++ b/docs/media/federated_identity_setup.md @@ -3,6 +3,15 @@ # Federated Identity Setup +## Enabling federated sign-in + +Amplify's authentication module uses AWS Cognito User Pools, which requires federated identity providers to be registered. + +If you are using Mobile Hub, you can register a federated identify provider by accessing the User Sign-In section and selecting the provider under the 'Add sign-in Providers' section. + +You may also register federated identity providers within the Cognito User Pool by selecting the applicable pool and then accessing the Federation -> Identity providers section. + + ## Google * [AWS Developer Guide](http://docs.aws.amazon.com/cognito/latest/developerguide/google.html) From 05f0dd3ab890e7731eae14aea65589a3669083da Mon Sep 17 00:00:00 2001 From: Murat Bahar Date: Mon, 23 Apr 2018 10:15:47 -0700 Subject: [PATCH 2/2] Update federated_identity_setup.md --- docs/media/federated_identity_setup.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/media/federated_identity_setup.md b/docs/media/federated_identity_setup.md index 5cab0482e69..441b9d4c01c 100644 --- a/docs/media/federated_identity_setup.md +++ b/docs/media/federated_identity_setup.md @@ -5,12 +5,11 @@ ## Enabling federated sign-in -Amplify's authentication module uses AWS Cognito User Pools, which requires federated identity providers to be registered. +Amplify's Authentication category uses AWS Cognito User Pools, which requires identity providers to be registered. -If you are using Mobile Hub, you can register a federated identify provider by accessing the User Sign-In section and selecting the provider under the 'Add sign-in Providers' section. - -You may also register federated identity providers within the Cognito User Pool by selecting the applicable pool and then accessing the Federation -> Identity providers section. +If you are using Mobile Hub, you can register an identity provider by accessing the *User Sign-In* section and selecting the provider under the *Add sign-in Providers* section. +You may also register identity providers in *Amazon Cognito* console by selecting the related user pool and then accessing the *Federation > Identity providers* section. ## Google