logto
logto copied to clipboard
How to add a wildcard domain callback URL
My requirement is like this For example, my application website is app.domain.com. At the same time, there are many secondary domain names, such as app2.domain.com app3.domain.com app1023.domain.com These subdomains can be dynamically added and removed at any time, and I cannot use static hardcoding to create a callback URL for each one My idea is to set the callback URL to * or *.domain.com, but this does not work. How should I set the callback URL in response to the above situation?