Skip to content

Commit

Permalink
Merge pull request #32 from tharindu1st/git-12583
Browse files Browse the repository at this point in the history
  • Loading branch information
tharindu1st committed Mar 16, 2022
2 parents 82acfb6 + 6d16502 commit ed141b2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ public List<ConfigurationDto> getApplicationConfigurations() {

List<ConfigurationDto> 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",
Expand Down

0 comments on commit ed141b2

Please sign in to comment.