Generate A Refresh Token
Generate a Refresh token using the Client ID and Client Secret from a BMC Remedyforce app.
-
Create a Salesforce connected app in Manage Connected Apps.
-
Generate a Client ID and a Client Secret.
-
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
-