Confirming Token Authentication for Aras Innovator
Copy
The following steps outline the process of confirming the Token Authentication:
On the newly created workspace, click Add a request.
Enter the name of the request. For example, Part Request.
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.
Select the GET request and enter the following request URL.
URL: http://<servername>/<web alias>/Server/Odata/Part
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.