Create the application and generate the access token
- Last UpdatedDec 09, 2024
- 1 minute read
- PI System
- PI Server 2024 R2
- PI Server
In order to configure CONNECT as the identity provider, you need to create an application in the CONNECT portal, create a client ID, and then generate an access token. The client ID and access token will be used by a client to connect and register with AIM.
-
Sign on to CONNECT.
-
On the main menu, select Integrations.
The Integrations page opens.
-
Select Applications, then select Create application.
The Applications page opens.
-
In the Redirect URLs section, add the following redirect URLs:
-
https://localhost/identitymanager/signin-avevaconnect
-
https://<fully-qualified-machine-name>/identitymanager/signin-avevaconnect
-
https://<machine-name>/identitymanager/signin-avevaconnect
-
-
In the Logout URLs section, add the following logout URLs:
-
https://localhost/identitymanager/signedout-callback-avevaconnect
-
https:// <fully-qualified-machine-name> /identitymanager/signedout-callback-avevaconnect
-
https://<machine-name>/identitymanager/signedout-callback-avevaconnect
-
-
Select the Type drop down arrow, then select PCS On-Premises Identity Integration.
The exact wording of the available Type field option will vary.
-
Select Save.
A client Id is created for the application. This client ID is required later at registration with the AVEVA Identity Manager.
-
-
Create the access token required for the AVEVA Identity Manager registration:
-
Navigate to the Integrations page and then select Access tokens.
-
Select Create access token.
-
Assign a name to the token.
-
Select Advanced, then select Access Token Configuration.
-
Select the Roles drop down arrow, then select On-Premise Identity Integration (AIM).
-
Create the token and then copy the access token to a secure location.
-