Skip to content

Instantly share code, notes, and snippets.

@thmsobrmlr
Created January 15, 2018 17:32
Show Gist options
  • Save thmsobrmlr/53c4c0ef3729ad5c8487981501ae1932 to your computer and use it in GitHub Desktop.
Save thmsobrmlr/53c4c0ef3729ad5c8487981501ae1932 to your computer and use it in GitHub Desktop.
<?xml version='1.0' encoding='UTF-8'?>
<md:EntityDescriptor xmlns:md='urn:oasis:names:tc:SAML:2.0:metadata' ID='_d43649c1-8d01-4629-b3e3-ed452806463c' entityID='https://api.staging.workpath.com/v1/saml/metadata/ad-test'>
<md:SPSSODescriptor protocolSupportEnumeration='urn:oasis:names:tc:SAML:2.0:protocol' AuthnRequestsSigned='false' WantAssertionsSigned='false'>
<md:SingleLogoutService Binding='urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect' Location='https://api.staging.workpath.com/v1/saml/logout/ad-test' ResponseLocation='https://api.staging.workpath.com/v1/saml/logout/ad-test'/>
<md:NameIDFormat>
urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress
</md:NameIDFormat>
<md:AssertionConsumerService Binding='urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST' Location='https://api.staging.workpath.com/v1/saml/assert/ad-test' isDefault='true' index='0'/>
</md:SPSSODescriptor>
</md:EntityDescriptor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment