mirror of
https://github.com/plankanban/planka.git
synced 2026-02-05 00:39:58 +03:00
[PR #885] [CLOSED] Fix to retrieve oidcEmailAttribute from tokenSet.claims() if not found in standard userInfo #1132
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/885
Author: @marcomatrella
Created: 9/20/2024
Status: ❌ Closed
Base:
master← Head:fix_oidc📝 Commits (3)
9290990Fix to retrieve oidcEmailAttribute from tokenSet.claims() that converts tie idToken in array, if the oidcEmailAttribute is not found in standard userInfo080991cRemoved wrong importfb3a7f9fix: Ability to configure claims source📊 Changes
7 files changed (+46 additions, -29 deletions)
View changed files
📝
docker-compose-dev.yml(+1 -0)📝
docker-compose.yml(+1 -0)📝
server/.env.sample(+1 -0)📝
server/api/controllers/access-tokens/exchange-using-oidc.js(+4 -4)📝
server/api/helpers/users/get-or-create-one-using-oidc.js(+36 -23)📝
server/api/helpers/utils/send-webhooks.js(+2 -2)📝
server/config/custom.js(+1 -0)📄 Description
Referred to bug https://github.com/plankanban/planka/issues/884
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.