Skip to content

Commit 3867040

Browse files
authored
Add preview content.
1 parent ee64f19 commit 3867040

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/active-directory/develop/active-directory-saml-claims-customization.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: active-directory
99
ms.subservice: develop
1010
ms.workload: identity
1111
ms.topic: how-to
12-
ms.date: 07/20/2021
12+
ms.date: 12/21/2021
1313
ms.author: kenwith
1414
ms.reviewer: luleon, paulgarn, jeedes
1515
ms.custom: aaddev
@@ -111,7 +111,8 @@ To apply a transformation to a user attribute:
111111

112112
1. In **Manage claim**, select *Transformation* as the claim source to open the **Manage transformation** page.
113113
2. Select the function from the transformation dropdown. Depending on the function selected, you will have to provide parameters and a constant value to evaluate in the transformation. Refer to the table below for more information about the available functions.
114-
3. To apply multiple transformation, click on **Add transformation**.You can apply a maximum of two transformation to a claim. For example, you could first extract the email prefix of the `user.mail`. Then, make the string upper case.
114+
3. (preview ) `Treat source as multivalued` is a checkbox indicating if the transform should be applied to all values or just the first. By default, transformations will only be applied to the first element in a multi value claim, by checking this box it ensures it is applied to all. This checkbox will only be enabled for multi valued attributes, for example `user.proxyaddresses`.
115+
4. To apply multiple transformation, click on **Add transformation**. You can apply a maximum of two transformation to a claim. For example, you could first extract the email prefix of the `user.mail`. Then, make the string upper case.
115116

116117
![Multiple claims transformation](./media/active-directory-saml-claims-customization/sso-saml-multiple-claims-transformation.png)
117118

0 commit comments

Comments
 (0)