mirror of
https://github.com/plankanban/planka.git
synced 2025-12-06 09:13:16 +03:00
[PR #534] [MERGED] feat: Add OIDC_IGNORE_ROLES to disable updating isAdmin on SSO login #1134
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?
📋 Pull Request Information
Original PR: https://github.com/plankanban/planka/pull/534
Author: @lebalz
Created: 10/25/2023
Status: ✅ Merged
Merged: 10/26/2023
Merged by: @meltyshev
Base:
master← Head:master📝 Commits (1)
5148a93feat: Add OIDC_IGNORE_ROLES to disable updating isAdmin on SSO login📊 Changes
5 files changed (+9 additions, -0 deletions)
View changed files
📝
docker-compose-dev.yml(+1 -0)📝
docker-compose.yml(+1 -0)📝
server/.env.sample(+1 -0)📝
server/api/helpers/users/get-or-create-one-using-oidc.js(+5 -0)📝
server/config/custom.js(+1 -0)📄 Description
Implements #533 and provides a solution to administrate users and roles in planka instead over the token claims from the oidc provider.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.