Skip to content

Commit 08ae3c5

Browse files
authored
Update custom-policy-disable-email-verification.md
Minor fixes
1 parent 2887715 commit 08ae3c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/active-directory-b2c/custom-policy-disable-email-verification.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ Complete the steps in [Get started with custom policies](custom-policy-get-start
2424

2525
## Add the metadata to the self-asserted technical profile
2626

27-
The **LocalAccountSignUpWithLogonEmail** technical profile is a [self-asserted](self-asserted-technical-profile.md), which is invoked during the sign-up flow. To disable the email verification, set the `EnforceEmailVerification` metadata to false. Override the LocalAccountSignUpWithLogonEmail technical profiles in the extension file. Find the ClaimsProviders element. Add a new ClaimsProviders as follows:
27+
The **LocalAccountSignUpWithLogonEmail** technical profile is a [self-asserted](self-asserted-technical-profile.md), which is invoked during the sign-up flow. To disable the email verification, set the `EnforceEmailVerification` metadata to false. Override the LocalAccountSignUpWithLogonEmail technical profiles in the extension file. Find the `ClaimsProviders` element. Add the following claims provider to the `ClaimsProviders` element:
2828

2929

3030
```XML
31-
3231
<ClaimsProvider>
3332
<DisplayName>Local Account</DisplayName>
3433
<TechnicalProfiles>

0 commit comments

Comments
 (0)