Managing Access to Web Apps
Access to a Web App is managed using the role from Keycloak. In Keycloak, a role can be assigned to each user. The assigned roles can be used to control access to a Web App.
In the Configuration .wac
, you can define for the Web App which role has to be assigned to a user so that the user can access the Web App. You can restrict access to the entire WebApp by using the Access Right setting in the .wac
file.
In addition, access to individual Components and Modules of a web app can be controlled via Keycloak roles. This is also defined in the Configuration .wac
.
For more information, see the sections: