<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 05/17/2013 12:26 PM, Cantor, Scott
wrote:<br>
</div>
<blockquote
cite="mid:BA63CEAE152A7742B854C678D949138375100C5E@CIO-KRC-D1MBX01.osuad.osu.edu"
type="cite">
<blockquote type="cite">
<pre wrap="">Attached is my SP metadata file. Note this file was generated by the
spring-security-saml2-core codebase.
</pre>
</blockquote>
<pre wrap="">
Has nothing to do with the metadata.
</pre>
<blockquote type="cite">
<pre wrap="">What could be causing this problem? Is it because of localhost being
used in the file instead of FQDN?
</pre>
</blockquote>
<pre wrap="">
No, it's an error in a URL parameter supplied to the metadata provider in the IdP.
-- Scott
--
To unsubscribe from this list send an email to <a class="moz-txt-link-abbreviated" href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a>
</pre>
</blockquote>
<br>
Doh! I just saw that the metadata:MetadataProvider/@metadataURL
value was missing the "//" after "http:" (see bold text below).
Adding them fixed this issue. Sorry, my bad, and thanks.<br>
<br>
<metadata:MetadataProvider id="wellgeo-regrep-server-metadata"
xsi:type="metadata:FileBackedHTTPMetadataProvider"<br>
metadataURL=<b>"<a class="moz-txt-link-freetext" href="http:myserver.com">http:myserver.com</a></b>:8080/omar-server/saml/metadata/alias/defaultAlias"<br>
backingFile="/home/najmi/shibboleth/shibboleth-identityprovider-2.4.0/installation/metadata/myserver-metadata.xml"><br>
<br>
<br>
<pre class="moz-signature" cols="72">--
Regards,
Farrukh Najmi
Web: <a class="moz-txt-link-freetext" href="http://www.wellfleetsoftware.com">http://www.wellfleetsoftware.com</a>
</pre>
</body>
</html>