Oracle Web Services On Demand Guide > Establishing and Managing the Web Services Session > Single Sign-On >

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.

Oracle Web Services On Demand Guide, Version 20.0 (Oracle CRM On Demand Release 32) Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.