Users are not managed directly within the application itself; rather, two different approaches are available.
The first approach is to configure OIDC (OpenID Connect) in the application. This means that users are managed via the relevant provider, with user roles and permissions defined in the external identity provider.
Alternatively, users can be provided via the server’s security realm. User information and access rights are managed directly on the server. In both cases, users must be assigned appropriate roles in order to be allowed to use the application.
The REST resources Users and User are available for user management. This resource can be used to perform various actions, such as changing user settings or retrieving data necessary for the application to function. It is also possible to delete users. Here, it should be noted that deleting a user merely resets the user account and does not prevent the user from continuing to use the application.