Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

fix: allow non-HTTP URIs in OAuth2 provider redirect URIs#18880

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
ThomasK33 wants to merge1 commit intothomask33/07-14-feat_oauth2_add_bulk_token_revocation_endpoint_with_usage_tracking
base:thomask33/07-14-feat_oauth2_add_bulk_token_revocation_endpoint_with_usage_tracking
Choose a base branch
Loading
fromthomask33/07-15-fix_oauth2_allow_custom_uri_schemes_without_reverse_domain_notation_for_native_apps

Conversation

ThomasK33
Copy link
Member

Changed OAuth2 redirect URI validation to accept custom URI schemes

This PR updates the validation for OAuth2 provider app redirect URIs to use the more flexibleuri validator instead of the stricterhttp_url validator. This allows for custom URI schemes that don't follow reverse domain notation, while still blocking well-known schemes like http, https, ftp, etc.

The change removes the requirement that custom schemes must contain a period, making the validation more permissive for various client applications while maintaining security by continuing to block well-known schemes.

@ThomasK33Graphite App
Copy link
MemberAuthor

ThomasK33 commentedJul 15, 2025
edited
Loading

@ThomasK33ThomasK33force-pushed thethomask33/07-15-fix_oauth2_allow_custom_uri_schemes_without_reverse_domain_notation_for_native_apps branch from80b2b40 toa29e00aCompareJuly 17, 2025 13:43
@ThomasK33ThomasK33force-pushed thethomask33/07-14-feat_oauth2_add_bulk_token_revocation_endpoint_with_usage_tracking branch from4e82d80 to8830706CompareJuly 17, 2025 13:43
@ThomasK33ThomasK33force-pushed thethomask33/07-15-fix_oauth2_allow_custom_uri_schemes_without_reverse_domain_notation_for_native_apps branch froma29e00a to63934b4CompareJuly 17, 2025 14:38
@ThomasK33ThomasK33force-pushed thethomask33/07-14-feat_oauth2_add_bulk_token_revocation_endpoint_with_usage_tracking branch from8830706 to13de8e2CompareJuly 17, 2025 14:38
… for native appsChange-Id: I4000cd39caa994efe0b76c4984e968f2963063caSigned-off-by: Thomas Kosiewski <tk@coder.com>
@ThomasK33ThomasK33force-pushed thethomask33/07-15-fix_oauth2_allow_custom_uri_schemes_without_reverse_domain_notation_for_native_apps branch fromd9ecda1 to0b47133CompareJuly 17, 2025 16:25
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees

@ThomasK33ThomasK33

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@ThomasK33

[8]ページ先頭

©2009-2025 Movatter.jp