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: support path parameters in OAuth2 metadata endpoints#19729

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

Conversation

ThomasK33
Copy link
Member

Update OAuth2 metadata endpoint routes to support path suffixes

This PR updates the OAuth2 metadata endpoint routes to include a wildcard character (*) at the end of the paths. This change allows the endpoints to match requests with path suffixes, making our OAuth2 discovery implementation more flexible and compliant with the relevant RFCs.

The updated routes are:

  • /.well-known/oauth-authorization-server* for RFC 8414 discovery
  • /.well-known/oauth-protected-resource* for RFC 9728 discovery

@ThomasK33Graphite App
Copy link
MemberAuthor

This stack of pull requests is managed byGraphite. Learn more aboutstacking.

@ThomasK33ThomasK33 marked this pull request as ready for reviewSeptember 8, 2025 11:32
@ThomasK33ThomasK33force-pushed thethomask33/fix_support_path_parameters_in_OAuth2_metadata_endpoints branch from74161dd to29c7d1cCompareSeptember 8, 2025 11:55
Change-Id: Ic28d30af39fcb3c8eea40607e0241c5aa096cc80Signed-off-by: Thomas Kosiewski <tk@coder.com>
@ThomasK33ThomasK33force-pushed thethomask33/fix_support_path_parameters_in_OAuth2_metadata_endpoints branch from29c7d1c toeab2971CompareSeptember 8, 2025 11:59
@ThomasK33ThomasK33 merged commit2701d55 intomainSep 8, 2025
32 checks passed
@ThomasK33ThomasK33 deleted the thomask33/fix_support_path_parameters_in_OAuth2_metadata_endpoints branchSeptember 8, 2025 12:22
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsSep 8, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@spikecurtisspikecurtisspikecurtis approved these changes

Assignees

@ThomasK33ThomasK33

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@ThomasK33@spikecurtis

[8]ページ先頭

©2009-2025 Movatter.jp