You can configure View to access and decrypt files that are protected by Microsoft Rights Management System (RMS).
To enable RMS decryption
Open the IDOL View component configuration file in a text editor.
In the [Viewing]
section, set DocumentDecryptionSettings
to the name of a configuration section where you define the decryption settings. For example:
DocumentDecryptionSettings=Azure
Create a new configuration section with this name.
RMSClientId
and RMSClientSecret
to the client ID and secret that View must use to identify itself to Microsoft Azure.RMSUserName
and RMSUserPassword
to the user name and password to use to log in to Microsoft Azure to retrieve documents.Save and close the configuration file.
Restart the IDOL View component for your changes to take effect.
For example:
[Viewing] DocumentDecryptionSettings=Azure [Azure] RMSClientId=abc123de-45fg-678h-a90b-cd12ef34gh56 RMSClientSecret=abc!@-1234567890-dEF!@-abcdef123456 RMSUserName=myusername@myusername.onmicrosoft.com RMSUserPassword=passwORd!
|