[PR #534] [MERGED] feat: Add OIDC_IGNORE_ROLES to disable updating isAdmin on SSO login #1134

Closed
opened 2025-10-09 19:09:30 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (1)

  • 5148a93 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/plankanban/planka/pull/534 **Author:** [@lebalz](https://github.com/lebalz) **Created:** 10/25/2023 **Status:** ✅ Merged **Merged:** 10/26/2023 **Merged by:** [@meltyshev](https://github.com/meltyshev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5148a93`](https://github.com/plankanban/planka/commit/5148a934402dc04fa755786936b6c556d5e203e0) feat: Add OIDC_IGNORE_ROLES to disable updating isAdmin on SSO login ### 📊 Changes **5 files changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Implements #533 and provides a solution to administrate users and roles in planka instead over the token claims from the oidc provider. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 19:09:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#1134