oidc: add RSA-SHA256 aka rs256 signature algorithm

This commit is contained in:
Johannes Zellner
2023-04-04 11:32:32 +02:00
parent f40c4b9b2c
commit 187389638c
2 changed files with 23 additions and 7 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ exports = module.exports = {
PROXY_AUTH_TOKEN_SECRET: 'proxy_auth_token_secret',
OIDC_KEY: 'oidc_key', // this is only JWT private key, the public key will be derived
OIDC_KEY_EDDSA: 'oidc_key_eddsa', // this is only JWT private key, the public key will be derived
OIDC_KEY_RS256: 'oidc_key_rs256',
CERT_PREFIX: 'cert',
CERT_SUFFIX: 'cert',