
CraigD.89959 (Customer) asked a question.
We have a URL scheme for our software as follows: https://[customer].ourcompany.net/[environment]
Ex: https://test123.ourcompany.net/prod & test123.ourcompany.net/test
The path to the redirect using the prod example would be: https://test123.ourcompany.net/prod/oidc/code/support
Can you do the following wildcard within the application redirect URIs? https://*.ourcompany.net/*/oidc/code/support
At this point that does not work. We 2,500 sites that follow that pattern. For maintainence and complexity reasons, we'd like to utilize the wildcard functionality. I'm aware wildcarding the subdomain is not recommended, but that is a risk we're willing to take on.
Thanks

Hi Craig Dudenhoeffer ,
Found this document I hope it might help you : https://developer.okta.com/docs/release-notes/2021/#wildcards-for-oauth-redirect-subdomains
Thanks Jijo. I'm looking for some clarification on if further wildcarding is available beyond the subdomain or 'host' part of the URI. The 'path' within our URI would also benefit for wildcarding.
Hi Craig Dudenhoeffer ,
Since the redirect URIs need to be absolute wildcard's can't be handle in path ,URI wildcards have been designed for subdomains only .