feature request: Support wildcards in redirect URIs
See original GitHub issueWhat problem did you meet?
I am developing my application using gitpod.io and the application’s url changes with every new workspace. Hence I do not know the exact redirect URI. I do not want to change it every time.
I’ve already tried using wildcards like https://*.gitpod.io
, though I always got redirect_uri did not match any of the client's registered redirect_uris
error message
Describe what you’d like Logto to have
It would be great if logto supported wildcards in redirect URIs. Like: https://*.gitpod.io
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Feature Request: Allow wildcard subdirectory for redirect uri ...
Hi all We'd like to propose a change of behavior regarding Redirect URLs. We use the proposed method right now in a customized...
Read more >Wildcards in Redirect URIs - PingOne - Ping Identity
You can choose to allow a wildcard in the Redirect URI. Rather than entering an exact URI, you can use a wildcard to...
Read more >[KEYCLOAK-5943] Support wildcards in Valid Redirect URIs
Support wildcards in Valid Redirect URIs ... Type: Feature Request ... KEYCLOAK-6454 Wildcard should not be permitted in scheme or hostname part of...
Read more >Allow for wildcards in app redirect URIs | Community Ideas
Allow for wildcards in app redirect URIs. When testing our app, sometimes we'll use a redirect URI that appends a canary branch.
Read more >Redirect URI wildcard in path instead of subdomain?
Hi, I am trying to leverage the redirect URI wildcard functionality. ... I receive a 400 Bad Request error that states: "Your request...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, Monika thanks for using Logto.
First of all, redirect URIs are used not only just for post-sign-in or post-sign-out redirection purposes but also play an important security role in OAuth2.0 to prevent phishing attacks. Wildcard redirect URIs are a violation of the OAuth2 spec. .
The redirection endpoint URI MUST be an absolute URI
Back to your cases, there are a couple of things that cross my mind:
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.