SSO Token Validation

The following steps are used to validate an SSO token:

  1. The third-party application can pass the SSO token as an URL parameter called "odSsoToken" of the following URL through a POST or GET request:

    https://server/Services/SSOTokenValidate?odSsoToken = [SSOTOKEN}
    
  2. If successful, the server returns the username in the HTTP body.

The server returns errors if the SSO token has expired or is missing from the request.