Generate A Refresh Token

Generate a Refresh token using the Client ID and Client Secret from a BMC Remedyforce app.

  1. Create a Salesforce connected app in Manage Connected Apps.

  2. Generate a Client ID and a Client Secret.

  3. Use Postman (or any other HTTP client) for OAuth2 Authentication, and enter the following specifications:

    • Grant Type: Authorization Code

    • Callback URL: https://localhost:8443/RestTest/oauth/_callback

    • Auth URL: https:// <BMC Remedyforce instance>/services/oauth2/authorize

    • Access Token URL: https://<BMC Remedyforce instance>/services/oauth2/token

    • Client ID: Client id of the Remedyforce app

    • Client Secret: Client Secret of Remedyforce app