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 a6c8f1bc23 ref: Parametrize OIDC authorization response mode
Planka used a default response_mode 'fragment', which is not supported by all
OIDC providers.

Planka supports only the Authorization Code flow. The default response mode
for the authorization code flow is 'query', meaning the authorization server
appends the authorization code to the redirect URI as a query parameter.

I have added two environment variables: one to use the default response mode
from the OIDC provider, and one to customize the response mode if needed.

Using the default response mode is recommended by the OIDC specification:
"This use of this parameter is NOT RECOMMENDED when the Response Mode that
would be requested is the default mode specified for the Response Type."

To avoid any breaking changes, I kept the default value as 'fragment'. Ideally,
the environment variable should be undefined by default.
1 year ago
..
access-tokens feat: Automatic logout when session expires 2 years 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