Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS Appsync - unable to find User Pool Client ID

Now I'm using AWS AppSync and Cognito. I wrote schema of AppSync. But I can't test the schema in Queries tab. Running query requires user authentication and I can't find User pool client ID. Where can I find it?

enter image description here enter image description here

like image 486
neosarchizo Avatar asked Aug 13 '18 14:08

neosarchizo


1 Answers

The User Pool Client ID is available from the Amazon Cognito User Pools console in the App Clients section.

enter image description here

You should create an App Client if it doesn't already exist. Make sure to uncheck the "Generate client secret" box.

enter image description here

like image 177
Rohan Deshpande Avatar answered Oct 21 '22 19:10

Rohan Deshpande