Successful Response and Parameters

A successful response can be as follows:

{ 
  "access_token":"yJd8Hu2VlYkwdx43_U3g7BmQYv9pEaDJtnI2W_...", 
  "refresh_token":"_WPSJB-Dm3mQVx3LcK_w_...", 
  "id_token":"eyJraWQiOiJqd3QiLCJhbGciOiJSUzUxMiJ9.eyJzdWzFiMDk5MC1lNWRhLTQ..." 
} 
content-type : "application/json;  

It contains the following parameters:

Parameter Name Description
access_token

The unique ID of the client application. It is assigned by CONNECT when the application is created.

For now, the client_id is provided by the administrator.

refresh_token The code provided in the authorization response.
scope A space-separated list of scopes. It must include the openid scope.
id_token Includes basic user profile data that allows the authentication of a user on the client application.