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…
Hello,
Is there any way to authenticate via AuthString if the password used contains a semicolon?
{"authString": "Module=RoleBasedPerson;User=yourUsername;Password=your;Password"}
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…