oidc: add RSA-SHA256 aka rs256 signature algorithm
This commit is contained in:
+2
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user