You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/boolean-transformations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: celestedg
9
9
ms.service: active-directory
10
10
ms.workload: identity
11
11
ms.topic: reference
12
-
ms.date: 03/03/2020
12
+
ms.date: 03/16/2020
13
13
ms.author: mimart
14
14
ms.subservice: B2C
15
15
---
@@ -62,7 +62,7 @@ Checks that boolean values of two claims are equal, and throws an exception if t
62
62
| inputClaim | inputClaim | boolean | The ClaimType to be asserted. |
63
63
| InputParameter |valueToCompareTo | boolean | The value to compare (true or false). |
64
64
65
-
The **AssertBooleanClaimIsEqualToValue** claims transformation is always executed from a [validation technical profile](validation-technical-profile.md) that is called by a [self-asserted technical profile](self-asserted-technical-profile.md). The **UserMessageIfClaimsTransformationBooleanValueIsNotEqual** self-asserted technical profile metadata controls the error message that the technical profile presents to the user.
65
+
The **AssertBooleanClaimIsEqualToValue** claims transformation is always executed from a [validation technical profile](validation-technical-profile.md) that is called by a [self-asserted technical profile](self-asserted-technical-profile.md). The **UserMessageIfClaimsTransformationBooleanValueIsNotEqual** self-asserted technical profile metadata controls the error message that the technical profile presents to the user. The error messages can be [localized](localization-string-ids.md#claims-transformations-error-messages).
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/date-transformations.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: celestedg
8
8
ms.service: active-directory
9
9
ms.workload: identity
10
10
ms.topic: reference
11
-
ms.date: 02/03/2020
11
+
ms.date: 02/16/2020
12
12
ms.author: mimart
13
13
ms.subservice: B2C
14
14
---
@@ -31,7 +31,7 @@ Checks that one date and time claim (string data type) is later than a second da
31
31
| InputParameter | AssertIfRightOperandIsNotPresent | boolean | Specifies whether this assertion should pass if the right operand is missing. |
32
32
| InputParameter | TreatAsEqualIfWithinMillseconds | int | Specifies the number of milliseconds to allow between the two date times to consider the times equal (for example, to account for clock skew). |
33
33
34
-
The **AssertDateTimeIsGreaterThan** claims transformation is always executed from a [validation technical profile](validation-technical-profile.md) that is called by a [self-asserted technical profile](self-asserted-technical-profile.md). The **DateTimeGreaterThan** self-asserted technical profile metadata controls the error message that the technical profile presents to the user.
34
+
The **AssertDateTimeIsGreaterThan** claims transformation is always executed from a [validation technical profile](validation-technical-profile.md) that is called by a [self-asserted technical profile](self-asserted-technical-profile.md). The **DateTimeGreaterThan** self-asserted technical profile metadata controls the error message that the technical profile presents to the user. The error messages can be [localized](localization-string-ids.md#claims-transformations-error-messages).
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/localization-string-ids.md
+31-5Lines changed: 31 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
title: Localization string IDs - Azure Active Directory B2C | Microsoft Docs
3
-
description: Specify the IDs for a content definition with an Id of api.signuporsignin in a custom policy in Azure Active Directory B2C.
3
+
description: Specify the IDs for a content definition with an ID of api.signuporsignin in a custom policy in Azure Active Directory B2C.
4
4
services: active-directory-b2c
5
5
author: msmimart
6
6
manager: celestedg
7
7
8
8
ms.service: active-directory
9
9
ms.workload: identity
10
10
ms.topic: reference
11
-
ms.date: 03/09/2020
11
+
ms.date: 03/16/2020
12
12
ms.author: mimart
13
13
ms.subservice: B2C
14
14
---
@@ -21,7 +21,7 @@ The **Localization** element enables you to support multiple locales or language
21
21
22
22
## Sign-up or sign-in page elements
23
23
24
-
The following Ids are used for a content definition with an ID of `api.signuporsignin`.
24
+
The following IDs are used for a content definition with an ID of `api.signuporsignin`.
25
25
26
26
| ID | Default value |
27
27
| -- | ------------- |
@@ -87,7 +87,7 @@ The following example localizes the Facebook identity provider to Arabic:
87
87
|**UserMessageIfUserAccountLocked**| Your account is temporarily locked to prevent unauthorized use. Try again later. |
88
88
|**AADRequestsThrottled**| There are too many requests at this moment. Please wait for some time and try again. |
89
89
90
-
## Sign-up and selfasserted pages user interface elements
90
+
## Sign-up and self-asserted pages user interface elements
91
91
92
92
The following are the IDs for a content definition with an ID of `api.localaccountsignup` or any content definition that starts with `api.selfasserted`, such as `api.selfasserted.profileupdate` and `api.localaccountpasswordreset`.
93
93
@@ -128,7 +128,7 @@ The following are the IDs for a content definition with an ID of `api.localaccou
128
128
|**ver_intro_msg**| Verification is necessary. Please click Send button. |
129
129
|**ver_input**| Verification code |
130
130
131
-
### Sign-up and selfasserted pages error messages
131
+
### Sign-up and self-asserted pages error messages
132
132
133
133
| ID | Default value |
134
134
| -- | ------------- |
@@ -253,6 +253,32 @@ The following are the IDs for a [one time password technical profile](one-time-p
253
253
```
254
254
255
255
256
+
## Claims transformations error messages
257
+
258
+
The following are the IDs for claims transformations error messages:
259
+
260
+
| ID | Claims transformation | Default value |
261
+
| -- | ------------- |------------- |
262
+
|UserMessageIfClaimsTransformationBooleanValueIsNotEqual |[AssertBooleanClaimIsEqualToValue](boolean-transformations.md#assertbooleanclaimisequaltovalue)| Boolean claim value comparison failed for claim type "inputClaim".|
263
+
|DateTimeGreaterThan |[AssertDateTimeIsGreaterThan](date-transformations.md#assertdatetimeisgreaterthan)| Claim value comparison failed: The provided left operand is greater than the right operand.|
264
+
|UserMessageIfClaimsTransformationStringsAreNotEqual |[AssertStringClaimsAreEqual](string-transformations.md#assertstringclaimsareequal)| Claim value comparison failed using StringComparison "OrdinalIgnoreCase".|
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfClaimsTransformationBooleanValueIsNotEqual">Your email address hasn't been verified.</LocalizedString>
272
+
<LocalizedStringElementType="ErrorMessage"StringId="DateTimeGreaterThan">Expiration date must be greater that the current date.</LocalizedString>
273
+
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfClaimsTransformationStringsAreNotEqual">The email entry fields do not match. Please enter the same email address in both fields and try again.</LocalizedString>
Copy file name to clipboardExpand all lines: articles/active-directory-b2c/string-transformations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: celestedg
9
9
ms.service: active-directory
10
10
ms.workload: identity
11
11
ms.topic: reference
12
-
ms.date: 02/24/2020
12
+
ms.date: 03/16/2020
13
13
ms.author: mimart
14
14
ms.subservice: B2C
15
15
---
@@ -30,7 +30,7 @@ Compare two claims, and throw an exception if they are not equal according to th
30
30
| InputClaim | inputClaim2 | string | Second claim's type, which is to be compared. |
31
31
| InputParameter | stringComparison | string | string comparison, one of the values: Ordinal, OrdinalIgnoreCase. |
32
32
33
-
The **AssertStringClaimsAreEqual** claims transformation is always executed from a [validation technical profile](validation-technical-profile.md) that is called by a [self-asserted technical profile](self-asserted-technical-profile.md), or a [DisplayConrtol](display-controls.md). The `UserMessageIfClaimsTransformationStringsAreNotEqual` metadata of a self-asserted technical profile controls the error message that is presented to the user.
33
+
The **AssertStringClaimsAreEqual** claims transformation is always executed from a [validation technical profile](validation-technical-profile.md) that is called by a [self-asserted technical profile](self-asserted-technical-profile.md), or a [DisplayConrtol](display-controls.md). The `UserMessageIfClaimsTransformationStringsAreNotEqual` metadata of a self-asserted technical profile controls the error message that is presented to the user. The error messages can be [localized](localization-string-ids.md#claims-transformations-error-messages).
0 commit comments