You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
planka_custom/server/api/controllers
lebaudantoine 9aaaca1b8d feat: Support OIDC signed UserInfo responses
Some OIDC providers support signed UserInfo response, to enhance
security. The OIDC client should be free to ask for the user info
sgnature, however in certain situations (e.g egov applications)
where security matters, the OIDC providers might chose to enforce
this sugnature.

Planka was not supported signed UserInfo response, which resulted
in an misleading exception 'invalidCodeOrNonce'.

Introduce the proper configurations to parametrize the OIDC client,
and a dedicated exception to improve the developer experience.

Specifications:

"The UserInfo Claims MUST be returned as the members of a JSON
object unless a signed or encrypted response was requested
during Client Registration."
1 year ago
..
access-tokens feat: Support OIDC signed UserInfo responses 1 year ago
actions feat: Toggle actions details, little redesign 3 years ago
attachments feat: Webhooks configuration, all events support, refactoring 2 years ago
board-memberships feat: Webhooks configuration, all events support, refactoring 2 years ago
boards feat: Webhooks configuration, all events support, refactoring 2 years ago
card-labels feat: Webhooks configuration, all events support, refactoring 2 years ago
card-memberships feat: Webhooks configuration, all events support, refactoring 2 years ago
cards feat: Webhooks configuration, all events support, refactoring 2 years ago
comment-actions feat: Webhooks configuration, all events support, refactoring 2 years ago
labels feat: Webhooks configuration, all events support, refactoring 2 years ago
lists feat: Webhooks configuration, all events support, refactoring 2 years ago
notifications feat: Webhooks configuration, all events support, refactoring 2 years ago
project-managers feat: Webhooks configuration, all events support, refactoring 2 years ago
projects feat: Ability to allow everyone to create projects (#787) 2 years ago
tasks feat: Webhooks configuration, all events support, refactoring 2 years ago
users feat: Webhooks configuration, all events support, refactoring 2 years ago
.gitkeep Initial commit 6 years ago
show-config.js ref: Parametrize OIDC authorization response mode 1 year ago