samples
samples copied to clipboard
Whitespace error during policy validation
I'm trying to implement the "force-password-reset-after-90-days" policy and I get the following error when uploading the final SignUpOrSignin.xml:
Validation failed: 1 validation error(s) found in policy "B2C IA FORCEPASSWORDRESET90 SIGNUP SIGNIN" of tenant 'testResearchLink.onmicrosoft.com".Schema validation error found at line 10 col 38 in policy "B2C IA FORCEPASSWORDRESET90 SIGNUP SIGNIN" of tenant 'testResearchLink.onmicrosoft.com": The element cannot contain white space. Content model is emptySchema validation error found at line 10 col 38 in policy "B2C IA FORCEPASSWORDRESET90 SIGNUP SIGNIN" of tenant 'testResearchLink.onmicrosoft.com": The element cannot contain white space. Content model is empty.
I had to make a minor change because it threw a previous validation error of "Metadata item with key "ApplicationObjectld" was not found in the Technicalprofile". I have a attached the file: SignUpOrSignin.txt
Thank you!