mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[Suggestion]: Add OIDC_IGNORE_ROLES to disable updating user roles when logging in with SSO #373
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lebalz on GitHub (Oct 25, 2023).
I'd like the possibility to use OIDC as a way to log in but without managing the user roles over the claim. Like that users can log in to planka and can be granted admin privileges through the app (without loosing the permissions when logging out and in again - currently users are updated when logging in based on the claim...)
Suggestion:
Add a
OIDC_IGNORE_ROLESoption to disable updating the user roles when logging in with SSO...Background: In my organisation, developers can create new OICD Applications in Azure AD, but are not allowed to create User Roles (and thus can not add roles to the auth token.