Skip to content

Commit

Permalink
OP-21623_saml_rbac : Made forceLowercaseRoles as false, will give exa…
Browse files Browse the repository at this point in the history
…ct user group names
  • Loading branch information
vivek-opsmx committed Jan 18, 2024
1 parent bd62c0e commit be55c5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class SamlSsoConfig extends WebSecurityConfigurerAdapter {

List<String> requiredRoles
boolean sortRoles = false
boolean forceLowercaseRoles = true
boolean forceLowercaseRoles = false
UserAttributeMapping userAttributeMapping = new UserAttributeMapping()
long maxAuthenticationAge = 7200

Expand Down

0 comments on commit be55c5e

Please sign in to comment.