4.7.4 Initial Access Token Response

In this example sequence of requests and responses, the AD FS server returns the message below in response to the request in section 4.7.3. Note that because the AD FS server has not rejected the request or indicated a reduced scope via the scope response parameter, this response was granted with the "user_impersonation" scope originally requested in section 4.7.1.

 HTTP/1.1 200 OK
 Content-Type: application/json;charset=UTF-8
 Cache-Control: no-store
 Pragma: no-cache
 {
   "access_token":"2YotnFZFEjr1zCsicMWpAA",
   "token_type":"bearer",
   "expires_in":3600,
   "refresh_token":"tGzv3JOkF0XG5Qx2TlKWIA"
 }