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.
1 parent 367646c commit de432abCopy full SHA for de432ab
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