<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 11/3/16 12:20 PM,
      <a class="moz-txt-link-abbreviated" href="mailto:rune.piselli@eleven-project.it">rune.piselli@eleven-project.it</a> wrote:<br>
    </div>
    <blockquote
      cite="mid:OG2QQI$CB149C25CA8AB8F8D162DBD3EE680237@eleven-project.it"
      type="cite">
      <div style="font: normal 13px Arial; color:rgb(0, 0, 0);">Hi,<br>
        <br>
        <br>
        <div>2016-11-03 17:03:06,094 - DEBUG
[org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver:198]
          - Metadata document did not contain a descriptor for entity
          <a class="moz-txt-link-freetext" href="http://sp.mysaml.org/Shibboleth.sso">http://sp.mysaml.org/Shibboleth.sso</a></div>
        <div>2016-11-03 17:03:06,094 - DEBUG
[org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver:281]
          - Metadata document did not contain any role descriptors of
          type {urn:oasis:names:tc:SAML:2.0:metadata}SPSSODescriptor for
          entity <a class="moz-txt-link-freetext" href="http://sp.mysaml.org/Shibboleth.sso">http://sp.mysaml.org/Shibboleth.sso</a></div>
        <div>2016-11-03 17:03:06,094 - DEBUG
[org.opensaml.saml.metadata.resolver.impl.BasicRoleDescriptorResolver:252]
          - Metadata document does not contain a role of type
          {urn:oasis:names:tc:SAML:2.0:metadata}SPSSODescriptor
          supporting protocol urn:oasis:names:tc:SAML:2.0:protocol for
          entity <a class="moz-txt-link-freetext" href="http://sp.mysaml.org/Shibboleth.sso">http://sp.mysaml.org/Shibboleth.sso</a></div>
        <div>2016-11-03 17:03:06,094 - INFO
          [org.opensaml.saml.common.binding.impl.SAMLMetadataLookupHandler:128]
          - Message Handler:  No metadata returned for
          <a class="moz-txt-link-freetext" href="http://sp.mysaml.org/Shibboleth.sso">http://sp.mysaml.org/Shibboleth.sso</a> in role
          {urn:oasis:names:tc:SAML:2.0:metadata}SPSSODescriptor with
          protocol urn:oasis:names:tc:SAML:2.0:protocol</div>
        <br>
        <br>
        <br>
      </div>
    </blockquote>
    <br>
    <br>
    <blockquote
      cite="mid:OG2QQI$CB149C25CA8AB8F8D162DBD3EE680237@eleven-project.it"
      type="cite">
      <div style="font: normal 13px Arial; color:rgb(0, 0, 0);">Now the
        part that I can't Understand is why it complains about Metadata
        document did not contain a descriptor for entity
        <a class="moz-txt-link-freetext" href="http://sp.mysaml.org/Shibboleth.sso">http://sp.mysaml.org/Shibboleth.sso</a>. when the returned metadata
        follows:<br>
        <br>
         <br>
        <div>
          <div><!--</div>
          <div>This is example metadata only. Do *NOT* supply it as is
            without review,</div>
          <div>and do *NOT* provide it in real time to your partners.</div>
          <div> --></div>
          <div><md:EntityDescriptor
            xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
            ID="_c76cd6d29798e4a6764fcb6c29d66697eb5d6ddf"
            entityID=<a class="moz-txt-link-rfc2396E" href="http://sp.mysaml.org/Shibboleth.sso">"http://sp.mysaml.org/Shibboleth.sso"</a>></div>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
    Are those sp.mysaml.org values the literal values in use here, or
    have you edited the email to obfuscate your real domain names, etc? 
    If so, triple check that you don't have a typo in the entityID in
    the metadata vs the SP config.  The strings have to match *exactly*,
    including upper/lower case, trailing slash, etc.<br>
    <br>
    <blockquote
      cite="mid:OG2QQI$CB149C25CA8AB8F8D162DBD3EE680237@eleven-project.it"
      type="cite">
      <div style="font: normal 13px Arial; color:rgb(0, 0, 0);">
        <div><br>
          What's wrong?<br>
        </div>
      </div>
    </blockquote>
    <br>
    Assuming no typo in entityIDs, then the only other explanation is
    that you aren't actually successfully loading the SP's metadata. 
    Look at your logs from early in the IdP start process to see if you
    have errors from the metadata provider configuration, or something
    like that.  Or if you don't see errors, confirm that you actually
    have configured a metadata provider with that SP's metadata, i.e.
    it's not commented out, etc.<br>
    <br>
    <br>
    <br>
  </body>
</html>