Authenticating Using the Internal Mode
In this scenario, the User logs in to the REST API using CSM credentials.
- 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 username password password auth_mode internal - 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.