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/helpers/users
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
..
create-one.js feat: Webhooks configuration, all events support, refactoring 2 years ago
delete-one.js feat: Webhooks configuration, all events support, refactoring 2 years ago
get-admin-ids.js Project managers, board members, auto-update after reconnection, refactoring 5 years ago
get-board-memberships.js ref: Remove board types, refactoring 3 years ago
get-manager-project-ids.js ref: Remove board types, refactoring 3 years ago
get-many.js ref: Remove board types, refactoring 3 years ago
get-membership-board-ids.js ref: Remove board types, refactoring 3 years ago
get-notifications.js ref: Remove board types, refactoring 3 years ago
get-one-by-email-or-username.js Project managers, board members, auto-update after reconnection, refactoring 5 years ago
get-one.js ref: Remove board types, refactoring 3 years ago
get-or-create-one-using-oidc.js feat: Support OIDC signed UserInfo responses 1 year ago
get-project-managers.js ref: Remove board types, refactoring 3 years ago
is-board-member.js Project managers, board members, auto-update after reconnection, refactoring 5 years ago
is-card-subscriber.js Project managers, board members, auto-update after reconnection, refactoring 5 years ago
is-project-manager.js Project managers, board members, auto-update after reconnection, refactoring 5 years ago
process-uploaded-avatar-file.js fix: Preserve orientation of images 3 years ago
update-one.js feat: Webhooks configuration, all events support, refactoring 2 years ago