Azure-Samples / active-directory-b2c-custom-policy-starterpack

Azure AD B2C now allows uploading of a Custom Policy which allows full control and customization of the Identity Experience Framework
http://aka.ms/aadb2ccustom
MIT License
334 stars 394 forks source link

fix: make TrustFrameworkPolicy_0.3.0.0.xsd valid #155

Open vobu opened 11 months ago

vobu commented 11 months ago

in the current state, <xs:simpleType name="ContentUriTYPE"> does not allow to have the literal / included as part of the urn resource syntax. This PR fixes the respective urn regex.