Skip to content

Commit 3d86a40

Browse files
committed
Merge branch 'ranbel/access-for-saas-SAML' of github.com:cloudflare/cloudflare-docs into ranbel/access-for-saas-SAML
2 parents 88c44a3 + a6b5e1f commit 3d86a40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
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

@@ -128,7 +130,7 @@ For example, the following JSONata script modifies the `groups` attribute:
128130
}
129131
```
130132

131-
Here is an example of an Access for SaaS payload before applying the transform:
133+
Here is an example of a user identity before applying the transform:
132134

133135
```json title= "Before JSONata transform" collapse={2-25, 40-45}
134136
{

0 commit comments

Comments
 (0)