RMSDecrypt

A processor to decrypt files that are encrypted with Microsoft Azure Rights Management (RMS) encryption.

The processor decrypts any encrypted Office file or pfile, adding the original extension to the decrypted file. It cannot decrypt encrypted PDF files. If the processor receives a FlowFile containing a different type of document, the FlowFile is routed to the success relationship unchanged (so that you can route all FlowFiles through the processor).

Properties

Name Default Value Description
IDOL License Service   An IdolLicenseServiceImpl that provides a way to communicate with an IDOL License Server.
Proxy Configuration Service   A ProxyConfigurationServiceImpl that specifies the details of the proxy server to use to reach Microsoft Azure.
OAuth Database Service   A DatabaseServiceImpl to specify the database in which to store information required for OAuth authentication. If you want to distribute processing across several NiFi instances, you must use an external database to store this data. If you use only a single NiFi instance, this property is not required.
RMS Client ID   The client ID to use for decrypting files (Azure application ID).
RMS Client Secret   The client secret to use for decrypting files (Azure application secret).
RMS Tenant ID   Your Microsoft Azure tenant ID.

Relationships

Name Description
failure FlowFiles that were not processed successfully.
success FlowFiles containing documents that were successfully decrypted, or that did not need decrypting.