Skip to content

feat: use unique OAuth callback path for glean-cli#82

Merged
steve-calvert-glean merged 1 commit intomainfrom
rwjblue/unique-oauth-callback-path
Apr 9, 2026
Merged

feat: use unique OAuth callback path for glean-cli#82
steve-calvert-glean merged 1 commit intomainfrom
rwjblue/unique-oauth-callback-path

Conversation

@rwjblue-glean
Copy link
Copy Markdown
Member

The OAuth redirect URI callback path is changed from /callback to /glean-cli-callback so that glean-cli's trusted client entry can be matched more definitively. Several other clients use very similar 127.0.0.1:*/callback patterns in the trusted dynamic client registry, making it hard to distinguish them; a client-specific path eliminates the ambiguity.

Make the OAuth redirect URI callback path more specific by changing
it from /callback to /glean-cli-callback. This distinguishes
glean-cli from other clients that use very similar redirect URI
patterns in the trusted dynamic client registry.
@rwjblue-glean rwjblue-glean marked this pull request as ready for review April 9, 2026 16:17
@steve-calvert-glean steve-calvert-glean added the enhancement New feature or request label Apr 9, 2026
@steve-calvert-glean steve-calvert-glean merged commit fce3824 into main Apr 9, 2026
7 checks passed
@steve-calvert-glean steve-calvert-glean deleted the rwjblue/unique-oauth-callback-path branch April 9, 2026 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants