-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Link to an external profile when user accounts are managed by a single OIDC provider #21356
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
base: dev
Are you sure you want to change the base?
Link to an external profile when user accounts are managed by a single OIDC provider #21356
Conversation
…l/password when local accounts are disabled
…to external profile
… accounts are enabled
|
I remember that there was a config variable where the UI for changing this information was just disabled. I authenticate against LDAP and also don't want my users to change this. Just can't find the config at the moment. Edit: galaxy/lib/galaxy/config/sample/galaxy.yml.sample Line 1285 in 426fcd1
|
|
In our case, we want to make sure username and email can't be edited in Galaxy, since these will come from the OIDC provider, but we still want to allow for Galaxy-specific information like addresses and other integrations (e.g. Zenodo). |
|
@marius-mather At the backend working group meeting, the general consensus was that we should just repurpose |
When user accounts are managed through a single OIDC provider, we want to disable editing of username/email address/password within Galaxy and have them managed at the OIDC provider. This PR disables the username/email/password change UI within Galaxy and instead shows a read-only profile page with a link to the external OIDC profile.
Builds on #20287.
Changes:
profile_urloption to OIDC backend configScreenshots:
User preferences page with new profile widget added and "change password" removed (the existing "Manage Information" widget needs to be maintained for managing Galaxy-specific information like addresses and links to other external accounts)
New OIDC profile widget:
How to test the changes?
(Select all options that apply)
License