Skip to content

Instantly share code, notes, and snippets.

@snorrelo
Created March 31, 2017 11:40
Show Gist options
  • Save snorrelo/71d2e179241cc401cf3b70ab51d41f7d to your computer and use it in GitHub Desktop.
Save snorrelo/71d2e179241cc401cf3b70ab51d41f7d to your computer and use it in GitHub Desktop.
<?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