logto icon indicating copy to clipboard operation
logto copied to clipboard

How to add a wildcard domain callback URL

Open blain3white opened this issue 1 year ago • 0 comments

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?

blain3white avatar Aug 06 '24 08:08 blain3white