Getting the Access Token
Copy
The following steps outline the process of getting the access token:
- Download the Postman application on the local machine.
Under My Workspace, select Collections and click Create New Collection.
Provide a name to the new Workspace. For example, 14+ AuthServer Requests.
Select the Authorization tab.
For the Type field, select OAuth 2.0 from the dropdown.
Scroll down to Configure New Token section and set the configuration options as follows:
Field Value Token Name Name of the Token Grant Type Authorization Code (With PKCE) Callback URL http://<servername>/<web alias>/Client/OAuth/PopupCallback Auth URL http://<servername>/<web alias>/oauthserver/connect/authorize Access Token URL http://<servername>/<web alias>/oauthserver/connect/token Client ID InnovatorClient Scope openid Innovator offline_access - Click Get New Access Token button.
- Log into the popup Aras Innovator window with your credentials.
- On the Get new access token dialog box, click Proceed.
- On Manage Access Token dialog box, click Use Token.
-
Click Save to save the changes.