is there a way to check if SP metadata been loaded into IdP?

Naveed Hashmi Naveed.Hashmi at bristol.ac.uk
Wed Feb 4 10:00:02 EST 2015


Hi Yi,

To establish whether or not your idp has loaded a particular SP's metadata,
check this via the idp process log, see example below, this displays when
the idp *starts* ..

14:04:50.132 - INFO
[org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider:423]
- New metadata succesfully loaded for
'https://bristol.mediasite.com/Mediasite/Login/SAML/Metadata'
14:04:50.133 - INFO
[org.opensaml.saml2.metadata.provider.AbstractReloadingMetadataProvider:271]
- Next refresh cycle for metadata provider
'https://bristol.mediasite.com/Mediasite/Login/SAML/Metadata' will
occur on '2015-02-04T17:04:47.747Z' ('2015-02-04T17:04:47.747Z' local
time)

You will need to configure the log level in ../conf/logging.xml, I think
the following will ensure events such as the above are logged ..

    <!-- Logs IdP, but not OpenSAML, messages -->
    <logger name="edu.internet2.middleware.shibboleth" level="INFO"/>

Note most SP's are part of a federation, storing hundreds of SP's metadata
is messy. I suggest checking which of your SP's are part of a federation,
and registering your idp with that federation also.

Naveed

On 4 February 2015 at 03:44, Qian, Yi <yqian at ku.edu> wrote:

> Hello,
>
> I googled, but no result, I have hundreds SP's metadata loaded into our
> IdP, my question is that is there a way to check if certain SP data is
> loaded? something like /idp/profile/Metadata/SAML displays IdP metadata?
>
> Thanks
> Yi
> --
> To unsubscribe from this list send an email to
> users-unsubscribe at shibboleth.net
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20150204/fb22f63a/attachment.html 


More information about the users mailing list