Created
March 31, 2017 11:40
-
-
Save snorrelo/71d2e179241cc401cf3b70ab51d41f7d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata" entityID="https://example.com/metadata"> | |
<md:SPSSODescriptor | |
protocolSupportEnumeration="urn:oasis:names:tc:SAML:1.1:protocol urn:oasis:names:tc:SAML:2.0:protocol"> | |
<md:SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" | |
Location="https://example.com/logout"/> | |
<md:AssertionConsumerService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" | |
Location="https://example.com/login" index="0"/> | |
</md:SPSSODescriptor> | |
<md:ContactPerson contactType="technical"> | |
<md:GivenName>Navn</md:GivenName> | |
<md:SurName>Navn</md:SurName> | |
<md:EmailAddress>[email protected]</md:EmailAddress> | |
</md:ContactPerson> | |
</md:EntityDescriptor> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment