Hi, I'm trying to enable CORS on public endpoint f...
# ory-network
e
Hi, I'm trying to enable CORS on public endpoint for fetching
.well-known/openid-configuration
using
ory patch identity-config <PROJECT_ID> --replace '/serve/public/cors/enabled=true'
but with not success. I do see warning
- Configuration key 'serve.*' can not be set and will be ignored.
, but how I'm supposed get configuration on other domain?
1
r
I have that enabled via the web console
Customize > Custom Domains
not sure if that helps you
e
looks like it works, thanks 🙌
👍 1