Hi,
I’m seeing what looks like a change in validation behaviour for Allowed Callback URLs involving wildcard subdomains and paths after the recent dashboard/UI updates to the URI input fields.
For example, these URLs are now marked as invalid in the dashboard UI:
https://*.example.com/app/account/https://*.example.com/app/quotes/https://*.example.com
The UI shows:
One or more callback URLs are invalid.
However, these callback URLs are still working as expected at runtime and authentication completes successfully using wildcard subdomains combined with fixed paths.
Non-wildcard equivalents validate successfully:
https://example.com/app/account/https://example.com/app/quotes/https://example.com
My understanding was that wildcard subdomains with fixed callback paths were supported as, for example:
https://*.example.com/auth/callback
Questions:
- Has validation behaviour changed recently with the updated dashboard URI inputs?
- Is wildcard subdomain + fixed path still officially supported for Allowed Callback URLs?
- If not, why do these callback URLs continue to work correctly at runtime?
- Is this a known regression or validation/UI issue?
- What is the recommended approach now for multi-tenant or preview-environment deployments using dynamic subdomains?
Thanks.