Confirming Token Authentication for Aras Innovator

The following steps outline the process of confirming the Token Authentication:

  1. On the newly created workspace, click Add a request.

  2. Enter the name of the request. For example, Part Request.

  3. Select the Authorization tab and in the Type drop-down.

    To confirm token authentication, run a simple query to get all the Part data from the Aras Innovator.

  4. Select the GET request and enter the following request URL.

    URL: http://<servername>/<web alias>/Server/Odata/Part

  5. Click Send to run the request.

    The request returns the JSON with all the parts within the database as follows:

This confirms that the token authentication and Innovator server connection was successful.