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 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 | |
|---|---|---|
| .. | ||
| env | 3 years ago | |
| locales | 6 years ago | |
| blueprints.js | 5 years ago | |
| bootstrap.js | 6 years ago | |
| custom.js | 1 year ago | |
| datastores.js | 2 years ago | |
| globals.js | 6 years ago | |
| http.js | 6 years ago | |
| i18n.js | 6 years ago | |
| log.js | 3 years ago | |
| models.js | 3 years ago | |
| policies.js | 2 years ago | |
| routes.js | 2 years ago | |
| security.js | 4 years ago | |
| session.js | 5 years ago | |
| sockets.js | 6 years ago | |
| views.js | 3 years ago | |