Skip to content

Commit a6b5e1f

Browse files
ranbelajholland
andauthored
Update src/content/docs/cloudflare-one/applications/configure-apps/saas-apps/generic-saml-saas.mdx
Co-authored-by: Alex Holland <[email protected]>
1 parent c1af3ac commit a6b5e1f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/cloudflare-one/applications/configure-apps/saas-apps/generic-saml-saas.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ To send additional SAML attributes to your SaaS application, configure the follo
104104

105105
### Transformation
106106

107-
In **Advanced settings** > **Transformation**, you can enter a [JSONata](https://jsonata.org/) script that modifies SAML attributes before they are sent to the SaaS application. This is useful for setting defaults, excluding email addresses, or ensuring usernames meet arbitrary criteria.
107+
In **Advanced settings** > **Transformation**, you can enter a [JSONata](https://jsonata.org/) script that modifies a copy of the user identity before creating SAML attributes to be sent to the SaaS application. This is useful for setting defaults, excluding email addresses, or ensuring usernames meet arbitrary criteria.
108+
109+
Note that JSONata Transformations are not compatible with SAML attribute statements. JSONata transformations will override any specified SAML attributes.
108110

109111
For example, the following JSONata script modifies the `groups` attribute:
110112

0 commit comments

Comments
 (0)