From dd56e30c4e896ca908af8ac62b96c4c01d54c847 Mon Sep 17 00:00:00 2001 From: Michael Bailey Date: Mon, 12 Jun 2017 14:04:37 -0400 Subject: [PATCH] Modified App Client semantics --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6969181..4669061 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Click **Next Step**. On the Tags page, leave the defaults and click **Next step**. Next, on the Devices page, leave the default option of "No" selected. We will not configure the User Pool to remember user's devices. -9\. On the Apps page, click **Add an app**. In the **App Name** textbox, type "Zombie Survivor Chat App" and **deselect the client secret checkbox**. Click **Set attribute read and write permissions**. You need to make sure that the app has "writable" and "readable" access to the attributes you created. Make sure that **all of the checkboxes are selected** for "Readable Attributes" and "Writable Attributes". Then click **Create app**, and then click **Next step**. +9\. On the Apps page, click **Add an app client**. In the **App client name** textbox, type "Zombie Survivor Chat App" and **deselect the "Generate client secret" checkbox**. Click **Set attribute read and write permissions**. You need to make sure that the app has "writable" and "readable" access to the attributes you created. Make sure that **all of the checkboxes are selected** for "Readable Attributes" and "Writable Attributes". Then click **Create app client**, and then click **Next step**. 10\. In the dropdowns for the **Pre authentication** and **Post confirmation** triggers, select the Lambda function named "[Your CloudFormation Stack name]-CognitoLambdaTrigger-[Your Region]". Click **Next step**.