Aras Innovator Platform

Getting the Access Token

The following steps outline the process of getting the access token:

  1. Download the Postman application on the local machine.
  2. Under My Workspace, select Collections and click Create New Collection.

  3. Provide a name to the new Workspace. For example, 14+ AuthServer Requests.

  4. Select the Authorization tab.

  5. For the Type field, select OAuth 2.0 from the dropdown.

  6. Scroll down to Configure New Token section and set the configuration options as follows:

    FieldValue
    Token NameName of the Token
    Grant TypeAuthorization Code (With PKCE)
    Callback URLhttp://<servername>/<web alias>/Client/OAuth/PopupCallback
    Auth URLhttp://<servername>/<web alias>/oauthserver/connect/authorize
    Access Token URLhttp://<servername>/<web alias>/oauthserver/connect/token
    Client IDInnovatorClient
    Scopeopenid Innovator offline_access
  7. Click Get New Access Token button.
  8. Log into the popup Aras Innovator window with your credentials.
  9. On the Get new access token dialog box, click Proceed.
  10. On Manage Access Token dialog box, click Use Token.
  11. Click Save to save the changes.