shibsp::ConfigurationException error
Kevin Foote
kpfoote at uoregon.edu
Mon Mar 2 18:50:26 EST 2015
> On Mar 2, 2015, at 3:45 PM, Mike De Lise <mdelise at gmail.com> wrote:
>
> I've read the link you provided, and its still not clicking for me. =(
> I've copied the downloaded MD into a file named 'metadata.xml' inside
> /opt/shibboleth-idp/metadata/
>
> Here is whats been edited in my shibboleth2.xml on the SP box.
> <SSO entityID="https://idphostip/idp/shibboleth">
> SAML2 SAML1
> </SSO>
>
> Do I need to set the
> backFilePath="/opt/shibboleth-idp/metadata/metadata.xml" ??
>
> <MetadataProvider type="XML" uri="http://idphostip/idp/profile/Metadata/SAML"
> backingFilePath="federation-metadata.xml" reloadInterval="7200”>
On the SP just start with a type=“XML” file based only .. no pull
So pull the file manually with curl or wget then configure the SP to load the single file.
<!-- Example of locally maintained metadata. -->
<MetadataProvider type="XML" file="idp-metadata.xml"/>
--------
thanks
kevin.foote
More information about the users
mailing list