FACT-Finder Authentication

Starting from 04/01/2022, FactFinder no longer supports OAuth2

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.