15

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

John Rotenstein
  • 241,921
  • 22
  • 380
  • 470
neosarchizo
  • 648
  • 1
  • 7
  • 16

2 Answers2

26

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

Rohan Deshpande
  • 3,535
  • 1
  • 26
  • 31
8

In the new UI, it's in App Integration tab in App client list(App clients and analytics) section on the bottom.

See attached image for details.

enter image description here

Prasad
  • 55
  • 9
xTomasM
  • 332
  • 2
  • 11