From c8f4b19b08eb1dbf3f90f68707e93437416e2e7f Mon Sep 17 00:00:00 2001 From: YuriyZ <91314855+yuriyzz@users.noreply.github.com> Date: Wed, 16 Feb 2022 23:22:04 +0200 Subject: [PATCH] fix(jans-linux-setup): restore changes after 4babe55a494c0edad899776f086d8c59368031f2 (#835) Related to https://github.com/JanssenProject/jans/pull/800/files Co-authored-by: YuriyZ --- .../jans_setup/templates/jans-auth/jans-auth-config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jans-linux-setup/jans_setup/templates/jans-auth/jans-auth-config.json b/jans-linux-setup/jans_setup/templates/jans-auth/jans-auth-config.json index 061fda73325..458fae95e08 100644 --- a/jans-linux-setup/jans_setup/templates/jans-auth/jans-auth-config.json +++ b/jans-linux-setup/jans_setup/templates/jans-auth/jans-auth-config.json @@ -26,6 +26,11 @@ "backchannelDeviceRegistrationEndpoint":"https://%(hostname)s/jans-auth/restv1/bc-deviceRegistration", "deviceAuthzEndpoint":"https://%(hostname)s/jans-auth/restv1/device_authorization", "openidSubAttribute":"inum", + "publicSubjectIdentifierPerClientEnabled": true, + "subjectIdentifiersPerClientSupported": [ + "mail", + "uid" + ], "responseTypesSupported":[ ["code"], ["code", "id_token"],