Questions about LocalStack (Cognito)

Hello!

I have a few questions about LocalStack’s Cognito.

Configuration on the Google Side

  • Where should I add the URI for an approved JavaScript origin?
    • In AWS, it’s as follows:
      • https://{prefix}.auth.us-east-1.amazoncognito.com
  • Where should I add the URI for an approved redirect URI?
    • In AWS, it’s as follows:
      • https://{prefix}.auth.us-east-1.amazoncognito.com/oauth2/idpresponse
  • Where can I find the domain to set as an approved domain?
    • In AWS, it’s as follows:

Configuration on the Cognito Side (or the client side)

  • What is the UserPoolClient ID?
    • While I can confirm it during deployment with CfnOutput, is it correct to reference this value?
  • Can I reference the UserPool ID from LocalStack’s state?
    • Similar to UserPoolClient ID, I can confirm it during deployment with CfnOutput, but is it correct to reference this value?

Thank you for your assitance.