<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Plain Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.PlainTextChar
        {mso-style-name:"Plain Text Char";
        mso-style-priority:99;
        mso-style-link:"Plain Text";
        font-family:"Calibri","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoPlainText">Hi,<o:p></o:p></p>
<p class="MsoPlainText"> I'm a little turned around on the SP metadata. I have an install of shibboleth-2.3.8 as my IdP. I want to protect some applications using shibboleth-sp (2.5.1). I got everything running against TestShib, which is good. When I tried
protecting my applications, though, shibboleth is crapping out. The earliest issue is this warning: 'SPSSODescriptor role metadata for entityID 'https://my.shibboleth.server.com/shibboleth' could not be resolved'.<o:p></o:p></p>
<p class="MsoPlainText"><o:p> </o:p></p>
<p class="MsoPlainText"> I *think* I need to set up a MetadataProvider in the IdP for the SP, as detailed here:
<a href="https://wiki.shibboleth.net/confluence/display/SHIB2/IdPMetadataProvider#IdPMetadataProvider-DefinetheMetadataProvider">
https://wiki.shibboleth.net/confluence/display/SHIB2/IdPMetadataProvider#IdPMetadataProvider-DefinetheMetadataProvider</a>. Does that seem correct? If so, this is what I have right now in relying-party.xml. I guess I'd add a file-backed HTTP metadata provider
pointing to my SP?<o:p></o:p></p>
<p class="MsoPlainText"><o:p> </o:p></p>
<p class="MsoPlainText"><span style="font-family:"Courier New""><!-- MetadataProvider the combining other MetadataProviders --><o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-family:"Courier New""><metadata:MetadataProvider id="ShibbolethMetadata" xsi:type="metadata:ChainingMetadataProvider"><o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-family:"Courier New""> <o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-family:"Courier New""> <!-- Load the IdP's own metadata. This is necessary for artifact support. --><o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-family:"Courier New""> <metadata:MetadataProvider id="IdPMD"
<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-family:"Courier New""> xsi:type="metadata:FilesystemMetadataProvider"<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-family:"Courier New""> metadataFile="C:/shibboleth-2.3.8/metadata/idp-metadata.xml"<o:p></o:p></span></p>
<p class="MsoPlainText"><span style="font-family:"Courier New""> maxRefreshDelay="P1D" /><o:p></o:p></span></p>
<p class="MsoPlainText"> </metadata:MetadataProvider><o:p></o:p></p>
<p class="MsoPlainText"><o:p></o:p></p>
<p class="MsoPlainText"> Do I need to set up Metadata for the SP as detailed on <a href="https://wiki.shibboleth.net/confluence/display/SHIB2/MetadataForSP">
https://wiki.shibboleth.net/confluence/display/SHIB2/MetadataForSP</a>? I'm a little surprised that the SP doesn't come with metadata already defined, but I may be grossly misunderstanding.<o:p></o:p></p>
<p class="MsoPlainText"><o:p> </o:p></p>
<p class="MsoPlainText">Thanks,<o:p></o:p></p>
<p class="MsoPlainText">Eric Stein<o:p></o:p></p>
<p class="MsoPlainText"><o:p> </o:p></p>
<p class="MsoPlainText"><o:p> </o:p></p>
</div>
</body>
</html>