forked from galaxyproject/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[23.1] Prevent Singular external auth users from disconnecting identity
Added a `fixed_delegated_path` variable to the `ConfigSerializer` that lets us reroute users to home if we have a Galaxy set up with: ``` config.enable_oidc and len(config.oidc) == 1 and len(auth_manager.authenticators) == 0 ``` as in; we only have 1 external auth and no local authenticator, hence, we don't want users to be disconnecting the external provider.
- Loading branch information
1 parent
8143b11
commit bc5aca0
Showing
4 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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