mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
[OIDC] 422 Unprocessable Entity api/access-tokens/exchange-using-oidc #677
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 @baur on GitHub (Mar 28, 2025).
what means this error:
server client settings:
server side logs:
@baur commented on GitHub (Mar 28, 2025):
{code: "E_UNPROCESSABLE_ENTITY", message: "Unable to retrieve required values (email, name)"}
code: "E_UNPROCESSABLE_ENTITY"
message: "Unable to retrieve required values (email, name)"
@baur commented on GitHub (Mar 28, 2025):
OIDC_ISSUER=http://localhost:4000
OIDC_CLIENT_ID=planka-client
OIDC_CLIENT_SECRET=0538ccf7-d9d0-4568-996f-4491be8b456b
OIDC_SCOPES=openid email
OIDC_EMAIL_ATTRIBUTE=email
OIDC_NAME_ATTRIBUTE=name
@meltyshev commented on GitHub (Mar 31, 2025):
Hi! It's difficult to determine the exact problem since we can't test all providers and configurations. You can try setting
OIDC_CLAIMS_SOURCE=id_tokento retrieve email and name directly from theid_tokenwithout making a userinfo request.@baur commented on GitHub (Apr 21, 2025):
OIDC Server side error