FedSigning
Note
The FedSigning module shows a preview of the PDF to use before electronically signing the document. The module supports multiple files, including appendixes.
The module also supports remote signing, but only in legacy_mode. For more information, check the solution documentation
for Remote signing.
Properties
| Name | Description | Default value | Mandatory | Supports property expansion |
|---|---|---|---|---|
| display_name | The name which will be shown in the tab (Deprecated) | false | false | |
| base_uri | The context path to the FedSigning module | false | false | |
| sign_auth_redirect_url | The URL the user will be redirected to in order to authenticate the signing action | true | false | |
| sign_pipe | The pipe which will add the cryptographic signatures to the document | true | false | |
| create_dss_pipe | A pipe that will create a DSS-request | false | false | |
| legacy_mode | This module supports a non-legacy mode and the legacy mode is deprecated | true | false | false |
| csrf_redirect_protection | If redirect protection is enabled. If enabled, the authenticator needs to include the query string, often using includeQueryString |
false | false | false |
Example configuration
{
"id" : "pdf_sign_prism_01",
"name" : "com.phenixidentity~phenix-prism-fedsigning",
"enabled" : "false",
"prism_enabled" : "true",
"config" : {
"display_name" : "PhenixID Signing Service",
"base_uri" : "sign",
"sign_auth_redirect_url" : "/pdf_sign/authenticate/pdf_sign_auth_01",
"sign_pipe" : "pdf_sign_sign_pipe_01",
"legacy_mode" : "false",
"csrf_redirect_protection": "true"
}
}