For Version 12
Please follow the below steps to install standalone Vault server:
Install the Vault Server
- Run the Innovator installer
- Select only the VaultServer
- When asked to configure OAuth Components in the installer, check the “Configure OAuth components later manually” option
- Complete the installation
- Check that the VaultServer application appears in IIS
Copy the OAuth folder from the Application server
- In your initial installation directory of Aras Innovator, navigate to ..\OAuthServer\App_Data\Certificates
- Copy the OAuthServer.cer and VaultServer.pfx files
- In your installation directory for the alternate vault, navigate to ..\VaultServer\App_Data\Certificates
Note: if this folder structure does not exist, then create the App_Data\Certificates folders
- Paste the OAuthServer.cer and VaultServer.pfx files into this folder
- Navigate to ..\VaultServer\ and open the OAuth.config file
- In the OAuth.config file, edit the password in the certificate tag to match the password you set for OAuth during your initial install:
<secret type="JwtBearerAssertionClientSecret">
<certificate filePath="App_Data/Certificates/VaultServer.pfx" password="specify password"></certificate>
<tokenLifetime assertionTokenLifetime="300"></tokenLifetime>
</secret>
- Now, create a new vault item in Innovator with following web-alias: http://<servername>/<vault_name>/VaultServer.aspx"
Comments
0 comments
Article is closed for comments.