I am trying to read the /.well-known/openid-configuration from an Salesforce OpenID Connect implementation.
I can see the file in browser but the file cannot be loaded by script:
Access to XMLHttpRequest at 'https://xxx.force.com/.well-known/openid-configuration' from origin 'https://pds-dev' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Is there a way to enable CORS for this static file in Salesforce?
Thank you, Radu