Feedback

  • Contents
 

Bearer Token Request

Use this tool to request an OAuth 2.0 access bearer token for a client credentials grant or a password grant. This tool returns a parsed token that you can use in the Bearer Token parameter in the REST HTTP Request tool. Like the REST HTTP Request tool, this tool:

  • Expects the certificate file to exist in a specific directory: I3\IC\Certificates\REST. Create the  I3\IC\Certificates\REST directory if it does not exist. The I3\IC\Certificates\REST directory is not created by default.  

    Use the CertTrustU.exe to install a client certificate. The certificate must be in PEM format. For more information, see PureConnect Security Features Technical Reference in the PureConnect Documentation Library.

  • Supports many concurrent requests.

  • Does not use the Windows Certificate store to check for validity of the certificate

  • Uses openssl to do the verification.

In the following example, the handler makes a request to Twitter for a client credentials grant.


Bearer Token Request Inputs


Bearer Token Request Inputs continued


Variables for Bearer Token Request example