<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? &nbsp;The more I look at this, the more confused I get.
<div><br>
</div>
<div>How do I validate an instance of SAML metadata? &nbsp;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>&nbsp;</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; ">&lt;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); ">&quot;urn:oasis:names:tc:SAML:2.0:metadata&quot;</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); ">&quot;urn:oasis:names:tc:SAML:profiles:SSO:request-init&quot;</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); ">&quot;http://www.w3.org/2000/09/xmldsig#&quot;</span></div><div class="line" id="file-shib-xml-LC5">&nbsp;</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); ">&quot;http://www.w3.org/2001/XMLSchema-instance&quot;</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); ">&quot;urn:oasis:names:tc:SAML:2.0:metadata http://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd&quot;</span></div><div class="line" id="file-shib-xml-LC8">&nbsp;</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); ">&quot;_ae6d076f856a2002ad755a3574c7204ddc9424b4&quot;</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); ">&quot;https://nuxeo.cdlib.org/sp&quot;</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); ">&quot;P1D&quot;</span></div><div class="line" id="file-shib-xml-LC12"><span class="nt" style="color: navy; ">&gt;</span> </div><div class="line" id="file-shib-xml-LC13">  <span class="c" style="color: rgb(153, 153, 136); font-style: italic; ">&lt;!-- 'P1D' = one day in xsd:duration, who knew? --&gt;</span></div><div class="line" id="file-shib-xml-LC14">  <span class="c" style="color: rgb(153, 153, 136); font-style: italic; ">&lt;!-- xmlns:init info at http://docs.oasis-open.org/security/saml/Post2.0/sstc-request-initiation-cd-01.html --&gt;</span></div><div class="line" id="file-shib-xml-LC15">  <span class="c" style="color: rgb(153, 153, 136); font-style: italic; ">&lt;!-- xmlns:md info at http://docs.oasis-open.org/security/saml/v2.0/saml-metadata-2.0-os.pdf --&gt;</span></div><div class="line" id="file-shib-xml-LC16">  <span class="nt" style="color: navy; ">&lt;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); ">&quot;</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); ">    &quot;</span></div><div class="line" id="file-shib-xml-LC22">  <span class="nt" style="color: navy; ">&gt;</span></div><div class="line" id="file-shib-xml-LC23">    <span class="nt" style="color: navy; ">&lt;md:Extensions&gt;</span></div><div class="line" id="file-shib-xml-LC24">      <span class="nt" style="color: navy; ">&lt;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); ">&quot;urn:oasis:names:tc:SAML:profiles:SSO:request-init&quot;</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); ">&quot;http://nuxeo-dev.cdlib.org/Shibboleth.sso/Login&quot;</span></div><div class="line" id="file-shib-xml-LC27">      <span class="nt" style="color: navy; ">/&gt;</span><span class="c" style="color: rgb(153, 153, 136); font-style: italic; ">&lt;!-- if I'm using the same entityID for dev, stage, production , then what do I do in init:RequestInitiator? --&gt;</span></div><div class="line" id="file-shib-xml-LC28">    <span class="nt" style="color: navy; ">&lt;/md:Extensions&gt;</span></div><div class="line" id="file-shib-xml-LC29">    <span class="nt" style="color: navy; ">&lt;md:KeyDescriptor&gt;</span></div><div class="line" id="file-shib-xml-LC30">      <span class="nt" style="color: navy; ">&lt;ds:KeyInfo&gt;</span></div><div class="line" id="file-shib-xml-LC31">        <span class="nt" style="color: navy; ">&lt;ds:KeyName&gt;</span>nuxeo-dev<span class="nt" style="color: navy; ">&lt;/ds:KeyName&gt;</span></div><div class="line" id="file-shib-xml-LC32">        <span class="nt" style="color: navy; ">&lt;ds:X509Data&gt;</span></div><div class="line" id="file-shib-xml-LC33">          <span class="nt" style="color: navy; ">&lt;ds:X509SubjectName&gt;</span>CN=nuxeo-dev<span class="nt" style="color: navy; ">&lt;/ds:X509SubjectName&gt;</span></div><div class="line" id="file-shib-xml-LC34">          <span class="nt" style="color: navy; ">&lt;ds:X509Certificate&gt;</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&#43;E5oeIdv6H8SiRw333cORoe5Ux4vMoTY6in</div><div class="line" id="file-shib-xml-LC40">uNfecw6Fz1I5kQ/6O0kSSTGjJmIjgFQx0tpw8XJhL2E&#43;jahu9sl3CZLYuqhsdBx9</div><div class="line" id="file-shib-xml-LC41">/srtQBZ/Cem5WBUBtuFnJCiEVw4pDfTzTOe9WBCoVFDQQgOOa/wHbTD6W0kDIKWg</div><div class="line" id="file-shib-xml-LC42">pF6A&#43;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&#43;MDyaE5Wem67WMp2gwaEkG6bBMBxOa7YwRetPKfdw7DRJ60GXEepdECbXPU</div><div class="line" id="file-shib-xml-LC46">0&#43;TkdRWsAy5QYTotQJaA6/tc8vEAmH3l8BNo7NGCUA1bOXl3m2I&#43;XU5b6j5GKY&#43;e</div><div class="line" id="file-shib-xml-LC47">1PuXw4V7VBEs/Myk7XZSNrEmil39l1x0cheshhLxgweb/a9xVTRSI5ZtTF0srTo8</div><div class="line" id="file-shib-xml-LC48">pQv01Kmdgn6qPCI80/XRg0WWPG5lhR06Hcf9o0bhAF5HV2tdxiCQJn6ieEZ&#43;gz/K</div><div class="line" id="file-shib-xml-LC49">H&#43;OplCprRz65&#43;a5uj0Zv4ed77/rvXw==</div><div class="line" id="file-shib-xml-LC50"><span class="nt" style="color: navy; ">&lt;/ds:X509Certificate&gt;</span></div><div class="line" id="file-shib-xml-LC51">        <span class="nt" style="color: navy; ">&lt;/ds:X509Data&gt;</span></div><div class="line" id="file-shib-xml-LC52">      <span class="nt" style="color: navy; ">&lt;/ds:KeyInfo&gt;</span></div><div class="line" id="file-shib-xml-LC53">    <span class="nt" style="color: navy; ">&lt;/md:KeyDescriptor&gt;</span></div><div class="line" id="file-shib-xml-LC54">    <span class="nt" style="color: navy; ">&lt;md:ArtifactResolutionService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:SOAP&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-dev.cdlib.org/Shibboleth.sso/Artifact/SOAP&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;0&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC55">    <span class="nt" style="color: navy; ">&lt;md:ArtifactResolutionService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:SOAP&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-stg.cdlib.org/Shibboleth.sso/Artifact/SOAP&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;1&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC56">    <span class="nt" style="color: navy; ">&lt;md:ArtifactResolutionService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:SOAP&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo.cdlib.org/Shibboleth.sso/Artifact/SOAP&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;2&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC57">&nbsp;</div><div class="line" id="file-shib-xml-LC58">    <span class="nt" style="color: navy; ">&lt;md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:SOAP&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-dev.cdlib.org/Shibboleth.sso/SLO/SOAP&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC59">    <span class="nt" style="color: navy; ">&lt;md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-dev.cdlib.org/Shibboleth.sso/SLO/Redirect&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC60">    <span class="nt" style="color: navy; ">&lt;md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-dev.cdlib.org/Shibboleth.sso/SLO/POST&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC61">    <span class="nt" style="color: navy; ">&lt;md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-dev.cdlib.org/Shibboleth.sso/SLO/Artifact&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC62">    <span class="nt" style="color: navy; ">&lt;md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:SOAP&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-stg.cdlib.org/Shibboleth.sso/SLO/SOAP&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC63">    <span class="nt" style="color: navy; ">&lt;md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-stg.cdlib.org/Shibboleth.sso/SLO/Redirect&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC64">    <span class="nt" style="color: navy; ">&lt;md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-stg.cdlib.org/Shibboleth.sso/SLO/POST&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC65">    <span class="nt" style="color: navy; ">&lt;md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-stg.cdlib.org/Shibboleth.sso/SLO/Artifact&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC66">    <span class="nt" style="color: navy; ">&lt;md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:SOAP&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo.cdlib.org/Shibboleth.sso/SLO/SOAP&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC67">    <span class="nt" style="color: navy; ">&lt;md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo.cdlib.org/Shibboleth.sso/SLO/Redirect&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC68">    <span class="nt" style="color: navy; ">&lt;md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo.cdlib.org/Shibboleth.sso/SLO/POST&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC69">    <span class="nt" style="color: navy; ">&lt;md:SingleLogoutService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo.cdlib.org/Shibboleth.sso/SLO/Artifact&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC70">&nbsp;</div><div class="line" id="file-shib-xml-LC71">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-dev.cdlib.org/Shibboleth.sso/SAML2/POST&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;0&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC72">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-dev.cdlib.org/Shibboleth.sso/SAML2/POST-SimpleSign&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;1&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC73">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-dev.cdlib.org/Shibboleth.sso/SAML2/Artifact&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;2&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC74">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:PAOS&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-dev.cdlib.org/Shibboleth.sso/SAML2/ECP&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;3&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC75">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:1.0:profiles:browser-post&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-dev.cdlib.org/Shibboleth.sso/SAML/POST&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;4&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC76">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:1.0:profiles:artifact-01&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-dev.cdlib.org/Shibboleth.sso/SAML/Artifact&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;5&quot;</span><span class="nt" style="color: navy; ">/&gt;</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; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-stg.cdlib.org/Shibboleth.sso/SAML2/POST&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;6&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC79">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-stg.cdlib.org/Shibboleth.sso/SAML2/POST-SimpleSign&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;7&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC80">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-stg.cdlib.org/Shibboleth.sso/SAML2/Artifact&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;8&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC81">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:PAOS&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-stg.cdlib.org/Shibboleth.sso/SAML2/ECP&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;9&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC82">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:1.0:profiles:browser-post&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-stg.cdlib.org/Shibboleth.sso/SAML/POST&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;10&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC83">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:1.0:profiles:artifact-01&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo-stg.cdlib.org/Shibboleth.sso/SAML/Artifact&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;11&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC84">&nbsp;</div><div class="line" id="file-shib-xml-LC85">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo.cdlib.org/Shibboleth.sso/SAML2/POST&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;12&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC86">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST-SimpleSign&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo.cdlib.org/Shibboleth.sso/SAML2/POST-SimpleSign&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;13&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC87">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo.cdlib.org/Shibboleth.sso/SAML2/Artifact&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;14&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC88">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:2.0:bindings:PAOS&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo.cdlib.org/Shibboleth.sso/SAML2/ECP&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;15&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC89">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:1.0:profiles:browser-post&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo.cdlib.org/Shibboleth.sso/SAML/POST&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;16&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC90">    <span class="nt" style="color: navy; ">&lt;md:AssertionConsumerService</span> <span class="na" style="color: teal; ">Binding=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;urn:oasis:names:tc:SAML:1.0:profiles:artifact-01&quot;</span> <span class="na" style="color: teal; ">Location=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;http://nuxeo.cdlib.org/Shibboleth.sso/SAML/Artifact&quot;</span> <span class="na" style="color: teal; ">index=</span><span class="s" style="color: rgb(221, 17, 68); ">&quot;17&quot;</span><span class="nt" style="color: navy; ">/&gt;</span></div><div class="line" id="file-shib-xml-LC91">&nbsp;</div><div class="line" id="file-shib-xml-LC92">  <span class="nt" style="color: navy; ">&lt;/md:SPSSODescriptor&gt;</span></div><div class="line" id="file-shib-xml-LC93">&nbsp;</div><div class="line" id="file-shib-xml-LC94"><span class="nt" style="color: navy; ">&lt;/md:EntityDescriptor&gt;</span></div></pre>
</div>
</div>
</body>
</html>