We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 459ebe0 + d3315b9 commit 39bc8f2Copy full SHA for 39bc8f2
articles/active-directory-b2c/validation-technical-profile.md
@@ -86,7 +86,7 @@ Following example uses these validation technical profiles:
86
```xml
87
<ValidationTechnicalProfiles>
88
<ValidationTechnicalProfile ReferenceId="login-NonInteractive" ContinueOnError="false" />
89
- <ValidationTechnicalProfile ReferenceId="REST-ReadProfileFromCustomertsDatabase" ContinueOnError="true" >
+ <ValidationTechnicalProfile ReferenceId="REST-ReadProfileFromCustomersDatabase" ContinueOnError="true" >
90
<Preconditions>
91
<Precondition Type="ClaimsExist" ExecuteActionsIf="false">
92
<Value>userType</Value>
0 commit comments