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
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
..
api feat: Support OIDC signed UserInfo responses 1 year ago
config feat: Support OIDC signed UserInfo responses 1 year ago
db fix: Fix case sensitivity of default admin environment variables 2 years ago
private/attachments feat: Remove attachments from public access 4 years ago
public feat: Remove attachments from public access 4 years ago
test feat: Modify logger to log to file that supports fail2ban (#284) 3 years ago
utils feat: Labels reordering 3 years ago
views Docker, update readme, update dependencies 6 years ago
.editorconfig Initial commit 6 years ago
.env.sample feat: Ability to allow everyone to create projects (#787) 2 years ago
.eslintignore ref: Ignore public js linting (#278) 3 years ago
.gitignore meta: Fix ignore files for logs 3 years ago
.npmrc Update server scaffold 6 years ago
.sailsrc Docker, update readme, update dependencies 6 years ago
README.md Initial commit 6 years ago
app.js feat: Add gallery for attachments 4 years ago
get-config.js feat: Add gallery for attachments 4 years ago
package-lock.json chore: Update dependencies 2 years ago
package.json chore: Update dependencies 2 years ago

README.md

Planka server