User management

Overview

The User Management functions allow you to assign precise authorizations to individual users. In this way, for example, individual users can only manage specific channels or check and maintain the associated configurations. This system of rights is based on roles that provide access to specific modules. These roles can be allocated to the user directly or indirectly via groups. Groups allow complex roles to be allocated in bulk, without having to assign them individually for each user.

If you use the web service connection, you must supply authentication data for each call. With other methods, the authorization can be deactivated. However this is only recommended if FactFinder is being run on a server that is not accessible via the internet.

Basic Authentication

To use Basic Authentication, Authorization-Header needs to contain: word Basic followed by a space and the Base64 encoded username:passwort String.

A Header with the credentials factfinder / pw would look like this:

Authorization: Basic ZmFjdGZpbmRlcjpwdw==

ZmFjdGZpbmRlcjpwdw== being the Base64 representation of factfinder:pw.