Skip to content

pingGetOpenToken ​

Given an access token obtained from pingLogin API, obtains an OpenToken that can be used for Outbound SSO.

Request ​

http
POST /otp/get.jsp

Headers ​

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 ​

ExceptionDescription
Aaron TODOSee Error Definitions