• REST API AuthString: Password containing semicolon

    Hello,

    Is there any way to authenticate via AuthString if the password used contains a semicolon?

    {"authString": "Module=RoleBasedPerson;User=yourUsername;Password=your;Password"}
    We tried escaping and encoding the semicolon…
  • 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…