Skip to content

Instantly share code, notes, and snippets.

@cemerson
Created August 15, 2019 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cemerson/8c98b0408b63655c4040da548d79dd3b to your computer and use it in GitHub Desktop.
Save cemerson/8c98b0408b63655c4040da548d79dd3b to your computer and use it in GitHub Desktop.
SSO Metadata Example XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><EntityDescriptor entityID="mainsite.com/portalfolder" xmlns="urn:oasis:names:tc:SAML:2.0:metadata"><SPSSODescriptor AuthnRequestsSigned="false" WantAssertionsSigned="true" protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol"><NameIDFormat>urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified</NameIDFormat><AssertionConsumerService index="0" isDefault="true" Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST" Location="https://mainsite.com/portalfolder/login"/></SPSSODescriptor></EntityDescriptor>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment