Skip to content

Commit

Permalink
Removed Enable admin user as the owner of created OAuth applications …
Browse files Browse the repository at this point in the history
…in Key generation flow dev UI..
  • Loading branch information
Prasanna Dangalla committed Feb 9, 2024
1 parent 0459915 commit c48cd4a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,6 @@ public List<ConfigurationDto> getApplicationConfigurations() {
"Public client", "checkbox", "Allow authentication without the client secret."
, String.valueOf(false), false, false, Collections.EMPTY_LIST, false);
applicationConfigurationsList.add(configurationDtoBypassClientCredentials);

applicationConfigurationsList
.add(new ConfigurationDto(APIConstants.KeyManager.KM_ADMIN_AS_APP_OWNER,
"Enable admin user as the owner of created OAuth applications", "checkbox",
"Enable admin user as the owner of created OAuth applications", "", false, false,
Collections.singletonList("Use as OAuth Application Owner"), false));
return applicationConfigurationsList;
}

Expand Down

0 comments on commit c48cd4a

Please sign in to comment.