shibsp::ConfigurationException error

Mike De Lise mdelise at gmail.com
Mon Mar 2 19:29:17 EST 2015


Am i suppose to I comment out the <MetadataProvider type="XML"
uri="http://idphostip/idp/profile/Metadata/SAML"
backingFilePath="federation-metadata.xml" reloadInterval="7200”>

If i'm only going to specify the simple file type?  I have tried so
and it fails to load shibd so had to uncomment it and run both.  Still
getting the same error.

<!-- Example of locally maintained metadata. -->
<MetadataProvider type="XML" file="idp-metadata.xml"/>



2015-03-02 18:26:11 DEBUG Shibboleth.Listener [2]: dispatching message
(default::getHeaders::Application)
2015-03-02 18:26:11 DEBUG Shibboleth.Listener [2]: dispatching message
(default/Login::run::SAML2SI)
2015-03-02 18:26:11 WARN Shibboleth.SessionInitiator.SAML2 [2]: unable
to locate metadata for provider (https://idp-host-ip/idp/shibboleth)


If i goto https://idp-host-ip/idp/shibboleth in the browser it shows
the XML info.
"This XML file does not appear to have any style information
associated with it. The document tree is shown below."
etc.. etc...




  I

On Mon, Mar 2, 2015 at 5:50 PM, Kevin Foote <kpfoote at uoregon.edu> wrote:
>
>> 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
>
>
> --
> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list