Skip to content

Commit 45a0063

Browse files
authored
Update string-transformations.md
Remove whitespaces
1 parent 54970ce commit 45a0063

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

articles/active-directory-b2c/string-transformations.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The self-asserted technical profile calls the validation **login-NonInteractive*
7777
- Input claims:
7878
- **inputClaim1**: [email protected]
7979
- **inputClaim2**: [email protected]
80-
- Input parameters:
80+
- Input parameters:
8181
- **stringComparison**: ordinalIgnoreCase
8282
- Result: Error thrown
8383

@@ -360,22 +360,21 @@ Use this claims transformation to format any string with two parameters, {0} and
360360

361361
## GetLocalizedStringsTransformation
362362

363-
Copies localized strings into claims.
364-
365-
| Item | TransformationClaimType | Data Type | Notes |
366-
| ---- | ----------------------- | --------- | ----- |
367-
| OutputClaim | The name of the localized string | string | List of claim types that is produced after this claims transformation has been invoked. |
363+
Copies localized strings into claims.
368364

369-
To use the GetLocalizedStringsTransformation claims transformation:
365+
| Item | TransformationClaimType | Data Type | Notes |
366+
| ---- | ----------------------- | --------- | ----- |
367+
| OutputClaim | The name of the localized string | string | List of claim types that is produced after this claims transformation has been invoked. |
370368

371-
1. Define a [localization string](localization.md) and associate it with a [self-asserted-technical-profile](self-asserted-technical-profile.md).
372-
1. The `ElementType` of the `LocalizedString` element must set to `GetLocalizedStringsTransformationClaimType`.
373-
1. The `StringId` is a unique identifier that you define, and use it later in your claims transformation.
374-
1. In the claims transformation specify the list of claims to be set with the localized string. The `ClaimTypeReferenceId` is a reference to a ClaimType already defined in the ClaimsSchema section in the policy. The `TransformationClaimType` is the name of the localized string as defined in the `StringId` of the `LocalizedString` element.
375-
1. In a [self-asserted technical profile](self-asserted-technical-profile.md), or a [display control](display-controls.md) input or output claims transformation, make a reference to your claims transformation.
369+
To use the GetLocalizedStringsTransformation claims transformation:
376370

371+
1. Define a [localization string](localization.md) and associate it with a [self-asserted-technical-profile](self-asserted-technical-profile.md).
372+
1. The `ElementType` of the `LocalizedString` element must set to `GetLocalizedStringsTransformationClaimType`.
373+
1. The `StringId` is a unique identifier that you define, and use it later in your claims transformation.
374+
1. In the claims transformation specify the list of claims to be set with the localized string. The `ClaimTypeReferenceId` is a reference to a ClaimType already defined in the ClaimsSchema section in the policy. The `TransformationClaimType` is the name of the localized string as defined in the `StringId` of the `LocalizedString` element.
375+
1. In a [self-asserted technical profile](self-asserted-technical-profile.md), or a [display control](display-controls.md) input or output claims transformation, make a reference to your claims transformation.
377376

378-
The following example looks up the email subject, body, your code message, and the signature of the email, from localized strings. These claims later used by custom email verification template.
377+
The following example looks up the email subject, body, your code message, and the signature of the email, from localized strings. These claims later used by custom email verification template.
379378

380379
Define localized strings for English (default) and Spanish.
381380

0 commit comments

Comments
 (0)