REST-API with ADS user account as Authentication Module --> 401 Unauthorized

Hi,

we use the One Identity Manager version 8.0.5.

We have a first use case that involves using the REST API. In our development and test environment, the REST calls work using the system user as authentication method.
In production, however, the ADS user account (role-based) method is to be used, which is currently not yet successful.

If you call up the BaseURL of the application server you get to the login page, if you then switch the method there to "ADS user account (role based)" or "ADS user account", the message appears
that an error has occurred.
If we try PowerShell, as indicated in the examples, the error message appears
Invoke-RestMethod: The remote server returned an error: (401) Unauthorized.

What can be the reason? What other configuration should we check?

In the IIS, Anonymous Authentication and Windows Authentication are currently enabled as authentication.

Thank you for any hints