Get ID Token

POST https://{{new-authURL}}/oauth2/v1/token

Get Id Token

Initial call to get the OAuth ID Token.

The returned token will allow to get the bearer token in a further request.

Request Body

[{"name"=>"username", "value"=>"{{new-username}}", "datatype"=>"string"}, {"name"=>"client_id", "value"=>"{{new-clientId}}", "datatype"=>"string"}, {"name"=>"password", "value"=>"{{new-password}}", "datatype"=>"string"}, {"name"=>"connection", "value"=>"service-account", "datatype"=>"string"}, {"name"=>"grant_type", "value"=>"password", "datatype"=>"string"}, {"name"=>"scope", "value"=>"openid service_account_id offline_access", "datatype"=>"string"}, {"name"=>"device", "value"=>"refresh_token_test", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring