4.13.6 OAuth logon certificate Response

This message is returned by the AD FS server in response to the request shown in section 4.13.5. The response contains the certificate response in the x5c parameter rather than an access token.

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