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/hooks/oidc
lebaudantoine 6b3f887684 feat: Parametrize OIDC ID token signing algorithm
Planka originally supported only RS256, the default value set by
the openid-client library from Panva.

To provide more flexibility for clients in configuring their OIDC interactions
with various providers, we now allow passing a signature algorithm through
an environment variable.

This enhancement enables users to specify a preferred signature algorithm,
accommodating different OIDC provider requirements.
1 year ago
..
index.js feat: Parametrize OIDC ID token signing algorithm 1 year ago