Authenticating Using the Windows/LDAP Mode With Entered Credentials
In this scenario, the User overrides CSM's attempt to log in using Windows user credentials from the IIS manager by passing in alternative Windows credentials. A successful login means a different user is logged in to the REST API than the operating system.
- Make an HTTP POST call to the token operation.
- Pass data into the request body:
Parameter Value grant_type password client_id as configured username domain/username password password auth_mode Windows/LDAP - CSM attempts to log in the User using the supplied credentials.
If the login is successful, an Access token and Refresh token are granted. If the login is unsuccessful, an error is returned.