Skip to content

Commit

Permalink
Update privilege name casing in OktaOAuthAuthenticationService
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Feb 15, 2024
1 parent 56794ab commit e617c1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ private Set<Privilege> addNhanesPrivileges(Set<Privilege> privileges) {
nhanesPriv.setQueryTemplate(queryTemplateText);
}

nhanesPriv.setName("nhanes");
nhanesPriv.setName("NHANES");
nhanesPriv.setDescription("NHANES Privilege");
nhanesPriv.setApplication(picSureApp);
nhanesPriv.setQueryScope("[\\\\_consents\\\\,\"_\"]");
Expand Down

0 comments on commit e617c1d

Please sign in to comment.