Reputation: 4693
I was thrown on a project where I need to implement web sso. I'm new to SAML. I've set up shibboleth idp. How do I generate IdP metadata in order to give it to service providers.
Upvotes: 5
Views: 7058
Reputation: 2265
The default location for shibboleth-idp metadata is in either of the following locations :
Shibboleth-idp-installation/metadata/idp-metadata.xml
or
idp-url/shibboleth
Upvotes: 5
Reputation: 4693
It's located in
{shibboleth installation folder}/metadata/idp-metadata.xml
Upvotes: 4