From 6d1650282353d075dc81594f842f2c62a1e7052d Mon Sep 17 00:00:00 2001 From: tharindud Date: Wed, 16 Mar 2022 13:12:41 +0530 Subject: [PATCH] fixes #https://github.com/wso2/product-apim/issues/12583 --- .../keycloak/client/KeyCloakConnectorConfiguration.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/keycloak.key.manager/src/main/java/org/wso2/keycloak/client/KeyCloakConnectorConfiguration.java b/components/keycloak.key.manager/src/main/java/org/wso2/keycloak/client/KeyCloakConnectorConfiguration.java index 2640bbd..c56003a 100644 --- a/components/keycloak.key.manager/src/main/java/org/wso2/keycloak/client/KeyCloakConnectorConfiguration.java +++ b/components/keycloak.key.manager/src/main/java/org/wso2/keycloak/client/KeyCloakConnectorConfiguration.java @@ -51,9 +51,9 @@ public List getApplicationConfigurations() { List configurationDtoList = new ArrayList<>(); configurationDtoList - .add(new ConfigurationDto("response_types", "Response Type", "select", "Type Of Token response", "", - false, - false, Arrays.asList("code", "none", "id_token", "token", "id_token token", "code id_token", + .add(new ConfigurationDto("response_types", "Response Type", "select", + "Type Of Token response", "token", false, false, + Arrays.asList("code", "none", "id_token", "token", "id_token token", "code id_token", "code token", "code id_token token"), true)); configurationDtoList .add(new ConfigurationDto("subject_type", "Subject Type", "select", "Subject Type of Client",