Hello,
I am currently attempting to set up Single Sign-On (SSO) in Zendesk using OpenID connected to AWS Cognito. During the OAuth 2.0 authorization process, I am encountering a CORS (Cross-Origin Resource Sharing) error, which is preventing a secure connection from Zendesk to Cognito.
Here are the details of my current setup and the request:
https://{region_Id}.amazoncognito.com/oauth2
Callback URI: https://{zendesk_domain}/access/oidc/callback
- Error Message: CORS policy error, indicating that our request was blocked by the browser because it does not comply with the Cross-Origin Resource Sharing policy.
I have confirmed that the callback and logout URLs are correctly set in the AWS Cognito's App client settings, and I have checked the allowed origins setting. I would like to understand if there might be other settings that could cause this issue, or if there are recommended steps to try?
Thank you very much for your help!