Is it possible to configure wildcards for subdomai...
# ory-network
c
Is it possible to configure wildcards for subdomains in Browser Redirects
allow list
, such as
https://*.<http://example.com|example.com>
. We use subdomains to represent on-demand staging environments, but we receive an error message when a new environment is created and the allow list is not reconfigured. Adding this feature would be a great help to us and other users with similar use cases.
s
yes that should just work
did you try already?
c
No, it does not work
s
ah but you typed
https://*.whatever
?
so it was url encoded... looks like a front-end bug
c
yes, I typed
https://*.whatever
and the frontend converted it to %2A, is there any other way I can set this value using rest api / ory sdk and bypass frontend?
s
I'd recommend the Ory cli
Or dev tools edit & resend if you are confident with those
l
Firefox has an “Edit and Resend” option I was able to use to submit a wildcard.