79141589

Date: 2024-10-30 14:45:33
Score: 0.5
Natty:
Report link

The error can happen with any OAuth2 service that provides authentication and authorization.

For instance, this error occured when setting an incorrect issuer-uri to reference the AWS Cognito Pool.

I needed to correctly set the AWS Cognito user pool Token signing key URL to https://cognito-idp.${AWS_REGION}.amazonaws.com/${USER_POOL_ID}

The USER_POOL_ID value can be taken from the AWS console, and is generally in the following form: eu-west-3_ABcdEFGh1

Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: YellowStrawHatter