feat: per-route OAuth2 provider + auth exception rules for all auth m…#1197
Open
BluLupo wants to merge 1 commit into
Open
feat: per-route OAuth2 provider + auth exception rules for all auth m…#1197BluLupo wants to merge 1 commit into
BluLupo wants to merge 1 commit into
Conversation
Owner
|
Hi @kjagosz , As I remember you are the original author for this module, would you like to take a look at the changes before I merge this? |
…ethods - Add OAuth2ProviderConfig struct allowing each proxy route to use its own OAuth2/OIDC provider (different Authentik application, client ID and secret per virtual host) - Apply auth exception rules (path prefix / CIDR bypass) to OAuth2, Forward Auth and ZorxAuth — previously only Basic Auth respected them - Refactor HandleOAuth2Auth to merge per-route config over global settings with isolated cache keys (no cross-route pollution) - Fix missing </div> in basicAuthEditor.html that hid the Add Exception button when Path Prefix mode was selected - UI: show per-route OAuth2 config panel when OAuth2 auth method is selected; hide credentials section for non-Basic-Auth methods Closes tobychui#1162 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
4a0574f to
8bc6b60
Compare
Author
|
The code would need to be reviewed, and some real-world testing would need to be carried out. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ethods
Closes #1162