Appearance
pingGetOpenToken ​
Given an access token obtained from pingLogin API, obtains an OpenToken that can be used for Outbound SSO.
Request ​
http
POST /otp/get.jspHeaders ​
Authorization: Bearer eyJhbGci....G1CHBO2JD6g - (required) [string] - the access token returned from pingLogin API Cache-Control: no-cache (required) [string] - the cache control directive. Please hard-code.
Response ​
200 OK ​
SAMPLE RESPONSE
json
{
"otp": "T1RLAQI0USW...._A3rzlmgTuw6roeI-4PDqNhRe1hPCwswGT2_4upo5Cx6M",
"status": "success"
}Errors ​
| Exception | Description |
|---|---|
Aaron TODO | See Error Definitions |