You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: