Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adding localization to the custom policy starter pack
login-NonInteractive
The following metadata elements have been moved to the localization policy:
The following metadata comment out. You may use it with conditional access.
SignUpWithLogonEmailExchange
The self-asserted technical profile uses the new
api.localaccountsignin
content definition, instead of the generic oneapi.selfasserted
. This change allows you to provide localization strings that are related only to the local account sign-in page.SelfAsserted-Social
The self-asserted technical profile uses the new
api.socialccountsignup
content definition instead of the generic oneapi.selfasserted
. This change allows you to provide localization strings that are related only to the social account sign-up page.AAD-UserReadUsingEmailAddress
The following metadata element has been moved to the localization policy:
AAD-UserReadUsingAlternativeSecurityId
The following metadata element has been moved to the localization policy:
AAD-UserWriteUsingAlternativeSecurityId
The following metadata element has been moved to the localization policy:
LocalAccountSignUpWithLogonEmail
The following metadata element has been moved to the localization policy:
LocalAccountDiscoveryUsingEmailAddress
The following metadata element has been removed:
TrustFrameworkExtensions.xml
The extensions policies base policy have been change from
B2C_1A_TrustFrameworkBase
toB2C_1A_TrustFrameworkLocalization
.The new inheritance model
The new localization policy is located between the base and the extension:
B2C_1A_TrustFrameworkBase
file that contains most of the definitions. To help with troubleshooting and long-term maintenance of your policies, try to minimize the number of changes you make to this file.B2C_1A_TrustFrameworkLocalization
holds the localization strings. This policy file is derived from theB2C_1A_TrustFrameworkBase
file. Use this file to change the localization strings.B2C_1A_TrustFrameworkExtensions
file that holds the unique configuration changes for your tenant. This policy file is derived from theB2C_1A_TrustFrameworkLocalization
file. Use this file to add new functionality or override existing functionality. For example, use this file to federate with new identity providers.B2C_1A_TrustFrameworkExtensions
file.