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

feature: Allows fallback to Basic Auth in PKCE mode #4664

Closed

Conversation

Meandmybadself
Copy link
Contributor

@Meandmybadself Meandmybadself commented Apr 27, 2024

Feature

When using PKCE to facilitate authentication, owners and admins can still create username/password-based users if they choose to enable DISPATCH_AUTH_REGISTRATION_ENABLED. These types of users make it much simpler to introduce API-based interactions.

Presently, if a username/password-based user attempts to authenticate in a PKCE auth strategy, their supplied auth token lacks the necessary properties to fulfill the token & erroneously fails.

Changes

This introduces a simple fallback check to see if the supplied token fulfills PKCE needs. If it doesn't, it falls back to Basic Auth.

@Meandmybadself
Copy link
Contributor Author

Requesting a code review / pointers to documentation for requesting a code review – @whitdog47 @kevgliss @milavent

Copy link
Contributor

This PR is stale, because it has been open for 45 days with no activity. Remove the stale label or comment, or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Sep 13, 2024
Copy link
Contributor

This PR was closed, because it has been stalled for 10 days with no activity.

@github-actions github-actions bot closed this Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant