Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to add a wildcard domain callback URL #6405

Closed
Haiananan opened this issue Aug 6, 2024 · 3 comments
Closed

How to add a wildcard domain callback URL #6405

Haiananan opened this issue Aug 6, 2024 · 3 comments
Labels
pending-verification Something is still under investigation stale

Comments

@Haiananan
Copy link

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?

@Haiananan Haiananan added the bug Something isn't working label Aug 6, 2024
@charIeszhao charIeszhao added pending-verification Something is still under investigation and removed bug Something isn't working labels Aug 27, 2024
@charIeszhao
Copy link
Member

Wildcard is not supported in OIDC sign-in callback URLs.
Can you call Management API to update the callback URL when dynamically creating the app?

Copy link

This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale label Sep 11, 2024
@charIeszhao
Copy link
Member

Closing the ticket due to inactivity for more than a month. Feel free to reopen if necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending-verification Something is still under investigation stale
Development

No branches or pull requests

2 participants