rich-market-72864
04/26/2023, 7:28 AMhttps://<slug>.<http://projects.oryapis.com/.well-known/openid-configuration|projects.oryapis.com/.well-known/openid-configuration>
which fails (in Firefox and Chrome) due to a missing CORS header ‘Access-Control-Allow-Origin’.
According to the documentation, adding a custom domain as CORS header is a paid feature.
But there must be some other way, right?
I tried explicitly setting CORS to true
or false
with ory patch oauth2-config --replace '/serve/public/cors/enabled=false'
, but that did not have any effect. What am I missing?