Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Login to Salesforce (we used the https://login.salesforce.com)
  2. Click the Cog then Setup you will end up on the page .../lightning/setup/NavigationMenus/home

    Expand
    titleClick here to show image...


  3. Under section Platform Tools → Expand Apps and click on App Manager

    Expand
    titleClick here to show image...



  4. Click New Connected App button
  5. Enter 
    Connected App Name
    API Name
    Contact Email

  6. Check the Enable OAuth Settings

  7. Enter the callback url. This is the url found on the Authentication page in RINT when creating a new OAuth.
    Or enter manually <baseUrl>/secure/RestfulClientAction.jspa

  8. In the Selected OAuth Scopes select the access level, in our example we will use Full access (full) + the scope token_refresh and Perform requests on your behalf at any time (refresh_token, offline_access)
    Note. Must have Perform requests on your behalf at any time (refresh_token, offline_access) to make it a refresh token, otherwise the connection dies.


  9. Expand
    titleClick here to show image...


  10. Click Save


...