Skip to content

Commit 711bc6b

Browse files
Merge pull request mendix#9759 from MxMurshed/uia/1189-change-security-for-page-microflow
Change security for page microflow in Document Generation
2 parents 2fedcaa + 02d1ff8 commit 711bc6b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • content/en/docs/marketplace/platform-supported-content/modules/document-generation

content/en/docs/marketplace/platform-supported-content/modules/document-generation/_index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The [PDF Document Generation](https://marketplace.mendix.com/link/component/2115
2727
* [Mendix for Private Cloud Connected](/developerportal/deploy/private-cloud/)
2828
* [On-Premises](/developerportal/deploy/on-premises-design/)
2929
* A privately hosted Docker containerized PDF Document Generation service. It is available starting with module versions 1.11.0 for Studio Pro 9 and 2.1.0 for Studio Pro 10. For more information, refer to [Private PDF Document Generation Service](/appstore/modules/private-document-generation-service/).
30-
{{% alert color="info" %}}For all deployment types except for on-premises, we only support apps that allow bi-directional communication with the PDF Service in Mendix Cloud.{{% /alert %}}
30+
{{% alert color="info" %}}We only support apps that allow bi-directional communication with the PDF Service in Mendix Cloud for all deployment types except for on-premises, and for the [Private PDF Document Generation Service](/appstore/modules/private-document-generation-service/).{{% /alert %}}
3131
* The maximum file size is 25 MB per document. If your document exceeds this limit, the action will result in an exception. We recommend compressing high-resolution images to reduce their file size.
3232
* If your app is configured to [restrict access for incoming requests](/developerportal/deploy/access-restrictions/) using client certificates, our cloud service will not be able to reach your app, and the module will not work properly.
3333
* If your app uses a custom domain, you must configure a custom SSL/TLS domain certificate signed by a trusted public authority, including all intermediate certificates if applicable. Self-signed certificates will cause the service to fail. For more information, see [Obtaining a new signed certificate](/developerportal/deploy/custom-domains/#obtaining-a-new-signed-certificate).
@@ -232,7 +232,8 @@ Rule | Name | Pattern | Rewrite URL
232232

233233
{{% alert color="info" %}}Whenever there are multiple document requests for the same app environment, the document generation service will prioritize requests that have the **Wait for result** property set to *true* above requests that have the property set to *false*.{{% /alert %}}
234234

235-
5. Verify that the user which you configured in the **Generate document as** property has access to the page microflow created in step 3, as well as access to all relevant data used in the page to be exported.
235+
5. Verify that the user that you configured in the **Generate document as** property has access to all relevant data used in the page. This ensure that the page is exported correctly.
236+
For all module versions below 1.11.1 for Studio Pro 9, and 2.1.1 for Studio Pro 10, the user configured in the **Generate document as** property must be assigned access to the page microflow.
236237

237238
{{% alert color="info" %}}
238239
To see the generated document in the browser or download it, you can use the **Download file** microflow action. This will only work if you set the **Wait for result** property of the **Generate PDF from page** action to *true*.

0 commit comments

Comments
 (0)