CSM 10.4 Documentation

Home

Authenticating Using the Internal Mode

In this scenario, the User logs in to the REST API using CSM credentials.

  1. Make an HTTP POST call to the token operation.
  2. Pass data into the request body:
    Parameter Value
    grant_type password
    client_id as configured
    username username
    password password
    auth_mode internal
  3. 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.


Was this article useful?