shibsp::ConfigurationException error
Cantor, Scott
cantor.2 at osu.edu
Mon Mar 2 20:25:31 EST 2015
On 3/3/15, 1:18 AM, "Mike De Lise" <mdelise at gmail.com> wrote:
><md:EntityDescriptor xmlns:md="urn:oasis:names:tc:SAML:2.0:metadata"
>ID="_c2da58f00807bc9e89482387c85439c6a67394e4"
>entityID="https://192.168.0.26/shibboleth">
Firstly, stop using IP addresses. Those are not useful names. EntityIDs
are names.
Secondly, that's the common/usual format of the entityID of a Shibboleth
SP, not an IdP. I would therefore assume that you've handed the metadata
for the SP to itself. That is not going to work. That metadata does not
describe an IdP, and it doesn't have the right role descriptors in it.
That's why the log message is what it is, no IdP role found.
SP metadata -> load into IdP
IdP metadata -> load into SP
You're mixing them up.
-- Scott
More information about the users
mailing list