Skip to content

Commit 004cdae

Browse files
Merge pull request #211627 from rahul-nagraj/OGMA-GAPrep-Q3
Removing Preview tags for CY22Q3 GA items
2 parents 74ccd35 + 64c1159 commit 004cdae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/develop/reference-claims-mapping-policy-type.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.subservice: develop
99
ms.custom: aaddev
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 06/28/2022
12+
ms.date: 09/16/2022
1313
ms.author: davidmu
1414
ms.reviewer: paulgarn, ludwignick, jeedes, luleon
1515
---
@@ -362,7 +362,7 @@ The ID element identifies which property on the source provides the value for th
362362
> [!NOTE]
363363
> Names and URIs of claims in the restricted claim set cannot be used for the claim type elements. For more information, see the "Exceptions and restrictions" section later in this article.
364364
365-
### Group Filter (Preview)
365+
### Group Filter
366366

367367
**String:** GroupFilter
368368

@@ -406,7 +406,7 @@ Based on the method chosen, a set of inputs and outputs is expected. Define the
406406
|Join|string1, string2, separator|outputClaim|Joins input strings by using a separator in between. For example: string1:"[email protected]" , string2:"sandbox" , separator:"." results in outputClaim:"[email protected]"|
407407
|ExtractMailPrefix|Email or UPN|extracted string|ExtensionAttributes 1-15 or any other directory extensions, which are storing a UPN or email address value for the user, for example, [email protected]. Extracts the local part of an email address. For example: mail:"[email protected]" results in outputClaim:"foo". If no \@ sign is present, then the original input string is returned as is.|
408408

409-
**InputClaims:** Use an InputClaims element to pass the data from a claim schema entry to a transformation. It has three attributes: **ClaimTypeReferenceId**, **TransformationClaimType** and **TreatAsMultiValue** (Preview)
409+
**InputClaims:** Use an InputClaims element to pass the data from a claim schema entry to a transformation. It has three attributes: **ClaimTypeReferenceId**, **TransformationClaimType** and **TreatAsMultiValue**
410410

411411
- **ClaimTypeReferenceId** is joined with ID element of the claim schema entry to find the appropriate input claim.
412412
- **TransformationClaimType** is used to give a unique name to this input. This name must match one of the expected inputs for the transformation method.

0 commit comments

Comments
 (0)