<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Does this every get any easier to understand? The more I look at this, the more confused I get.
<div><br>
</div>
<div>How do I validate an instance of SAML metadata? I tried XML lint, and I'm getting hella errors, but they seem like errors with the schema, not my instance:</div>
<div><br>
</div>
<div><a href="https://gist.github.com/tingletech/5726812" target="_blank">https://gist.github.com/tingletech/5726812</a> </div>
<div><br>
</div>
<div>here is the XML metadata I'm trying to validate: does it look right if I were trying to have one entityID that is shared between -dev, -stg, and production?</div>
<div><br>
</div>
<div>
<pre class="line-pre" style="font-size: 12px; line-height: 16px; font-family: Consolas, 'Liberation Mono', Courier, monospace; word-wrap: break-word; width: 1309px; margin-top: 0px; margin-bottom: 0px; padding: 0px; background-color: rgb(255, 255, 255); "><div class="line" id="file-shib-xml-LC1"><span class="nt" style="color: navy; "><md:EntityDescriptor</span> </div><div class="line" id="file-shib-xml-LC2"> <span class="na" style="color: teal; ">xmlns:md=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:metadata"</span> </div><div class="line" id="file-shib-xml-LC3"> <span class="na" style="color: teal; ">xmlns:init=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:profiles:SSO:request-init"</span></div><div class="line" id="file-shib-xml-LC4"> <span class="na" style="color: teal; ">xmlns:ds=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://www.w3.org/2000/09/xmldsig#"</span></div><div class="line" id="file-shib-xml-LC5"> </div><div class="line" id="file-shib-xml-LC6"> <span class="na" style="color: teal; ">xmlns:xsi=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://www.w3.org/2001/XMLSchema-instance"</span></div><div class="line" id="file-shib-xml-LC7"> <span class="na" style="color: teal; ">xsi:schemaLocation=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:metadata http://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd"</span></div><div class="line" id="file-shib-xml-LC8"> </div><div class="line" id="file-shib-xml-LC9"> <span class="na" style="color: teal; ">ID=</span><span class="s" style="color: rgb(221, 17, 68); ">"_ae6d076f856a2002ad755a3574c7204ddc9424b4"</span> </div><div class="line" id="file-shib-xml-LC10"> <span class="na" style="color: teal; ">entityID=</span><span class="s" style="color: rgb(221, 17, 68); ">"https://nuxeo.cdlib.org/sp"</span></div><div class="line" id="file-shib-xml-LC11"> <span class="na" style="color: teal; ">cacheDuration=</span><span class="s" style="color: rgb(221, 17, 68); ">"P1D"</span></div><div class="line" id="file-shib-xml-LC12"><span class="nt" style="color: navy; ">></span> </div><div class="line" id="file-shib-xml-LC13"> <span class="c" style="color: rgb(153, 153, 136); font-style: italic; "><!-- 'P1D' = one day in xsd:duration, who knew? --></span></div><div class="line" id="file-shib-xml-LC14"> <span class="c" style="color: rgb(153, 153, 136); font-style: italic; "><!-- xmlns:init info at http://docs.oasis-open.org/security/saml/Post2.0/sstc-request-initiation-cd-01.html --></span></div><div class="line" id="file-shib-xml-LC15"> <span class="c" style="color: rgb(153, 153, 136); font-style: italic; "><!-- xmlns:md info at http://docs.oasis-open.org/security/saml/v2.0/saml-metadata-2.0-os.pdf --></span></div><div class="line" id="file-shib-xml-LC16"> <span class="nt" style="color: navy; "><md:SPSSODescriptor</span> </div><div class="line" id="file-shib-xml-LC17"> <span class="na" style="color: teal; ">protocolSupportEnumeration=</span><span class="s" style="color: rgb(221, 17, 68); ">"</span></div><div class="line" id="file-shib-xml-LC18"><span class="s" style="color: rgb(221, 17, 68); "> urn:oasis:names:tc:SAML:2.0:protocol </span></div><div class="line" id="file-shib-xml-LC19"><span class="s" style="color: rgb(221, 17, 68); "> urn:oasis:names:tc:SAML:1.1:protocol </span></div><div class="line" id="file-shib-xml-LC20"><span class="s" style="color: rgb(221, 17, 68); "> urn:oasis:names:tc:SAML:1.0:protocol</span></div><div class="line" id="file-shib-xml-LC21"><span class="s" style="color: rgb(221, 17, 68); "> "</span></div><div class="line" id="file-shib-xml-LC22"> <span class="nt" style="color: navy; ">></span></div><div class="line" id="file-shib-xml-LC23"> <span class="nt" style="color: navy; "><md:Extensions></span></div><div class="line" id="file-shib-xml-LC24"> <span class="nt" style="color: navy; "><init:RequestInitiator</span> </div><div class="line" id="file-shib-xml-LC25"> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:profiles:SSO:request-init"</span> </div><div class="line" id="file-shib-xml-LC26"> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-dev.cdlib.org/Shibboleth.sso/Login"</span></div><div class="line" id="file-shib-xml-LC27"> <span class="nt" style="color: navy; ">/></span><span class="c" style="color: rgb(153, 153, 136); font-style: italic; "><!-- if I'm using the same entityID for dev, stage, production , then what do I do in init:RequestInitiator? --></span></div><div class="line" id="file-shib-xml-LC28"> <span class="nt" style="color: navy; "></md:Extensions></span></div><div class="line" id="file-shib-xml-LC29"> <span class="nt" style="color: navy; "><md:KeyDescriptor></span></div><div class="line" id="file-shib-xml-LC30"> <span class="nt" style="color: navy; "><ds:KeyInfo></span></div><div class="line" id="file-shib-xml-LC31"> <span class="nt" style="color: navy; "><ds:KeyName></span>nuxeo-dev<span class="nt" style="color: navy; "></ds:KeyName></span></div><div class="line" id="file-shib-xml-LC32"> <span class="nt" style="color: navy; "><ds:X509Data></span></div><div class="line" id="file-shib-xml-LC33"> <span class="nt" style="color: navy; "><ds:X509SubjectName></span>CN=nuxeo-dev<span class="nt" style="color: navy; "></ds:X509SubjectName></span></div><div class="line" id="file-shib-xml-LC34"> <span class="nt" style="color: navy; "><ds:X509Certificate></span>MIIC4jCCAcqgAwIBAgIJAKHzEISxgVpsMA0GCSqGSIb3DQEBBQUAMBQxEjAQBgNV</div><div class="line" id="file-shib-xml-LC35">BAMTCW51eGVvLWRldjAeFw0xMzA2MDEwMzQ5NDBaFw0yMzA1MzAwMzQ5NDBaMBQx</div><div class="line" id="file-shib-xml-LC36">EjAQBgNVBAMTCW51eGVvLWRldjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC</div><div class="line" id="file-shib-xml-LC37">ggEBALTNY5nzZ004HavyagcNTvHJmOlB9Tvh9xPnaGn2O92lRqMWaR3NKXMUSmnR</div><div class="line" id="file-shib-xml-LC38">FjXTXYdQAnT0xkCS/Wkvur3XfzsN/c1qNlrxFRKtKOgqDDw3t6ttpCnwrxJcWIxF</div><div class="line" id="file-shib-xml-LC39">F6cYTPW/E8GtimiSVv9GAYzzGmFhx+E5oeIdv6H8SiRw333cORoe5Ux4vMoTY6in</div><div class="line" id="file-shib-xml-LC40">uNfecw6Fz1I5kQ/6O0kSSTGjJmIjgFQx0tpw8XJhL2E+jahu9sl3CZLYuqhsdBx9</div><div class="line" id="file-shib-xml-LC41">/srtQBZ/Cem5WBUBtuFnJCiEVw4pDfTzTOe9WBCoVFDQQgOOa/wHbTD6W0kDIKWg</div><div class="line" id="file-shib-xml-LC42">pF6A+ydiKE7aRpkt5Qo5NuZ9AKcCAwEAAaM3MDUwFAYDVR0RBA0wC4IJbnV4ZW8t</div><div class="line" id="file-shib-xml-LC43">ZGV2MB0GA1UdDgQWBBRIbfPEefybNux8qxZ0jnw6V2/D7TANBgkqhkiG9w0BAQUF</div><div class="line" id="file-shib-xml-LC44">AAOCAQEAAROxkv2qnDCmdeYr2cWCX7fO6BRMixZ1KfjUWRdMWnB79/LzZVQDnjgN</div><div class="line" id="file-shib-xml-LC45">SsbYd+MDyaE5Wem67WMp2gwaEkG6bBMBxOa7YwRetPKfdw7DRJ60GXEepdECbXPU</div><div class="line" id="file-shib-xml-LC46">0+TkdRWsAy5QYTotQJaA6/tc8vEAmH3l8BNo7NGCUA1bOXl3m2I+XU5b6j5GKY+e</div><div class="line" id="file-shib-xml-LC47">1PuXw4V7VBEs/Myk7XZSNrEmil39l1x0cheshhLxgweb/a9xVTRSI5ZtTF0srTo8</div><div class="line" id="file-shib-xml-LC48">pQv01Kmdgn6qPCI80/XRg0WWPG5lhR06Hcf9o0bhAF5HV2tdxiCQJn6ieEZ+gz/K</div><div class="line" id="file-shib-xml-LC49">H+OplCprRz65+a5uj0Zv4ed77/rvXw==</div><div class="line" id="file-shib-xml-LC50"><span class="nt" style="color: navy; "></ds:X509Certificate></span></div><div class="line" id="file-shib-xml-LC51"> <span class="nt" style="color: navy; "></ds:X509Data></span></div><div class="line" id="file-shib-xml-LC52"> <span class="nt" style="color: navy; "></ds:KeyInfo></span></div><div class="line" id="file-shib-xml-LC53"> <span class="nt" style="color: navy; "></md:KeyDescriptor></span></div><div class="line" id="file-shib-xml-LC54"> <span class="nt" style="color: navy; "><md:ArtifactResolutionService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:SOAP"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-dev.cdlib.org/Shibboleth.sso/Artifact/SOAP"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"0"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC55"> <span class="nt" style="color: navy; "><md:ArtifactResolutionService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:SOAP"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-stg.cdlib.org/Shibboleth.sso/Artifact/SOAP"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"1"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC56"> <span class="nt" style="color: navy; "><md:ArtifactResolutionService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:SOAP"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo.cdlib.org/Shibboleth.sso/Artifact/SOAP"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"2"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC57"> </div><div class="line" id="file-shib-xml-LC58"> <span class="nt" style="color: navy; "><md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:SOAP"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-dev.cdlib.org/Shibboleth.sso/SLO/SOAP"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC59"> <span class="nt" style="color: navy; "><md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-dev.cdlib.org/Shibboleth.sso/SLO/Redirect"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC60"> <span class="nt" style="color: navy; "><md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-dev.cdlib.org/Shibboleth.sso/SLO/POST"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC61"> <span class="nt" style="color: navy; "><md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-dev.cdlib.org/Shibboleth.sso/SLO/Artifact"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC62"> <span class="nt" style="color: navy; "><md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:SOAP"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-stg.cdlib.org/Shibboleth.sso/SLO/SOAP"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC63"> <span class="nt" style="color: navy; "><md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-stg.cdlib.org/Shibboleth.sso/SLO/Redirect"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC64"> <span class="nt" style="color: navy; "><md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-stg.cdlib.org/Shibboleth.sso/SLO/POST"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC65"> <span class="nt" style="color: navy; "><md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-stg.cdlib.org/Shibboleth.sso/SLO/Artifact"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC66"> <span class="nt" style="color: navy; "><md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:SOAP"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo.cdlib.org/Shibboleth.sso/SLO/SOAP"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC67"> <span class="nt" style="color: navy; "><md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo.cdlib.org/Shibboleth.sso/SLO/Redirect"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC68"> <span class="nt" style="color: navy; "><md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo.cdlib.org/Shibboleth.sso/SLO/POST"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC69"> <span class="nt" style="color: navy; "><md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo.cdlib.org/Shibboleth.sso/SLO/Artifact"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC70"> </div><div class="line" id="file-shib-xml-LC71"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-dev.cdlib.org/Shibboleth.sso/SAML2/POST"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"0"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC72"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-dev.cdlib.org/Shibboleth.sso/SAML2/POST-SimpleSign"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"1"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC73"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-dev.cdlib.org/Shibboleth.sso/SAML2/Artifact"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"2"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC74"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:PAOS"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-dev.cdlib.org/Shibboleth.sso/SAML2/ECP"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"3"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC75"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:1.0:profiles:browser-post"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-dev.cdlib.org/Shibboleth.sso/SAML/POST"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"4"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC76"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:1.0:profiles:artifact-01"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-dev.cdlib.org/Shibboleth.sso/SAML/Artifact"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"5"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC77">`</div><div class="line" id="file-shib-xml-LC78"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-stg.cdlib.org/Shibboleth.sso/SAML2/POST"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"6"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC79"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-stg.cdlib.org/Shibboleth.sso/SAML2/POST-SimpleSign"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"7"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC80"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-stg.cdlib.org/Shibboleth.sso/SAML2/Artifact"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"8"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC81"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:PAOS"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-stg.cdlib.org/Shibboleth.sso/SAML2/ECP"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"9"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC82"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:1.0:profiles:browser-post"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-stg.cdlib.org/Shibboleth.sso/SAML/POST"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"10"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC83"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:1.0:profiles:artifact-01"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo-stg.cdlib.org/Shibboleth.sso/SAML/Artifact"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"11"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC84"> </div><div class="line" id="file-shib-xml-LC85"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo.cdlib.org/Shibboleth.sso/SAML2/POST"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"12"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC86"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo.cdlib.org/Shibboleth.sso/SAML2/POST-SimpleSign"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"13"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC87"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo.cdlib.org/Shibboleth.sso/SAML2/Artifact"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"14"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC88"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:2.0:bindings:PAOS"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo.cdlib.org/Shibboleth.sso/SAML2/ECP"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"15"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC89"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:1.0:profiles:browser-post"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo.cdlib.org/Shibboleth.sso/SAML/POST"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"16"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC90"> <span class="nt" style="color: navy; "><md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">"urn:oasis:names:tc:SAML:1.0:profiles:artifact-01"</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">"http://nuxeo.cdlib.org/Shibboleth.sso/SAML/Artifact"</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">"17"</span><span class="nt" style="color: navy; ">/></span></div><div class="line" id="file-shib-xml-LC91"> </div><div class="line" id="file-shib-xml-LC92"> <span class="nt" style="color: navy; "></md:SPSSODescriptor></span></div><div class="line" id="file-shib-xml-LC93"> </div><div class="line" id="file-shib-xml-LC94"><span class="nt" style="color: navy; "></md:EntityDescriptor></span></div></pre>
</div>
</div>
</body>
</html>