Authentication Tokens
Perform the instructions provided in this section in all of the following configuration files:
| n | Management.BlobStorage.WindowsService.exe.config, under [installation path]\Votiro\BlobStorage |
| n | Management.NotificationCenter.WindowsService.exe.config, under [installation path]\Votiro\NotificationCenter |
| n | Management.RetroScan.WindowsService.exe.config, under [installation path]\Votiro\RetroScan |
| n | web.config, under [installation path]\Votiro\Management |
| n | Management.Audit.WindowsService.exe.config under [installation path]\Votiro\Audit |
| n | Management.Monitor.WindowsService.exe.config under [installation path]\Votiro\Monitor |
| n | Management.SelfService.WindowsService.exe.config under [installation path]\PpfSelfService |
| 1. | Open each configuration file. |
| 2. | In each, add keys under <appSettings> for <ClientToken> and <AuthorizedTokens>. |
Example
<appSettings>
. . .
<add key="ClientToken"
value="30acc6eb-16d9-4133-ae43-0f5b6d40a318"/>
<add key="AuthorizedTokens"
value="30acc6eb-16d9-4133-ae43-0f5b6d40a318"/>
</appSettings>
Note
The values for <AuthorizedTokens> and <ClientToken> must be identical. They must also be identical to the value of <AuthToken> in the webapi.xml configuration file.
| 4. | For changes to take effect, ensure that you: |
| a. | Restart the Votiro.Blobs, Votiro.NotificationCenter, Votiro.RetroScan, Votiro.Audit, Votiro.Monitor, and Votiro.SelfService Windows services. |
| b. | Run the iisreset command using administration privileges. |
Comments
0 comments
Please sign in to leave a comment.