Skip to main content

Privacera Documentation

Change default user role to "anonymous" on Privacera Platform for SSO

To have more control over user access and permissions in Privacera Platform, you can modify the default user role from ROLE_USER to ROLE_ANONYMOUS. This ensures that users logging in cannot view any details until specific permissions are granted.

Follow these steps to change the default user role:

cd ~/privacera/privacera-manager
# 
vi config/custom-vars/portal-custom.properties
# Change the value of property privacera.portal.auth.default.user.role
# from ROLE_USER to ROLE_ANONYMOUS
privacera.portal.auth.default.user.role=ROLE_ANONYMOUS
# Save the file
# Update Privacera Manager configuration
./privaceera-manager.sh update

The new default role takes effect the next time new users login to Privacera Platfrom via SSO.