From 52d396b0aeee454eeef1c06d6b3e39f6531cfbb0 Mon Sep 17 00:00:00 2001 From: YuriyZ Date: Mon, 31 Oct 2022 23:11:22 +0200 Subject: [PATCH] fix(jans-auth-server): NPE during OB discovery #2793 https://github.com/JanssenProject/jans/issues/2793 --- .../templates/jans-auth/jans-auth-config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/jans-linux-setup/jans_setup/openbanking/templates/jans-auth/jans-auth-config.json b/jans-linux-setup/jans_setup/openbanking/templates/jans-auth/jans-auth-config.json index a5836dcdf87..f07331124d7 100644 --- a/jans-linux-setup/jans_setup/openbanking/templates/jans-auth/jans-auth-config.json +++ b/jans-linux-setup/jans_setup/openbanking/templates/jans-auth/jans-auth-config.json @@ -26,6 +26,22 @@ "backchannelDeviceRegistrationEndpoint":"https://%(hostname)s/jans-auth/restv1/bc-deviceRegistration", "deviceAuthzEndpoint":"https://%(hostname)s/jans-auth/restv1/device_authorization", "openidSubAttribute":"inum", + "accessTokenSigningAlgValuesSupported":[ + "none", + "HS256", + "HS384", + "HS512", + "RS256", + "RS384", + "RS512", + "ES256", + "ES384", + "ES512", + "ES512", + "PS256", + "PS384", + "PS512" + ], "discoveryDenyKeys": [ "id_generation_endpoint", "auth_level_mapping",