How i can generate a valid SP XML file for SAML2?
问题 i don't know implement SAML2 protocol for my custom SP service, and i've some difficults... I have tried this; <?xml version="1.0" encoding="UTF-8"?> <EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="http://www.mydomain.ext/#/secure"> <SPSSODescriptor WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"> <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="http://www.mydomain.ext/#/"