Skip to content

Commit

Permalink
#13033 - Synchronize Keycloak users with SORMAS
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiupacurariu committed Apr 11, 2024
1 parent 1286799 commit fc8d381
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,8 @@ public void syncUsersFromAuthenticationProvider() {
@Override
@RightsAllowed({
UserRight._USER_CREATE,
UserRight._USER_EDIT })
UserRight._USER_EDIT,
UserRight._SYSTEM })
public boolean isSyncEnabled() {
AuthProvider authProvider = AuthProvider.getProvider(configFacade);
return KEYCLOAK.equalsIgnoreCase(authProvider.getName())
Expand Down

0 comments on commit fc8d381

Please sign in to comment.