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
340 stars 395 forks source link

fix: make TrustFrameworkPolicy_0.3.0.0.xsd valid #155

Open vobu opened 1 year ago

vobu commented 1 year 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.