Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generate shibboleth IdP metadata

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.

like image 340
user1745356 Avatar asked Dec 24 '13 19:12

user1745356


2 Answers

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
like image 189
Yohannes Gebremariam Avatar answered Jan 03 '23 12:01

Yohannes Gebremariam


It's located in

{shibboleth installation folder}/metadata/idp-metadata.xml 
like image 43
user1745356 Avatar answered Jan 03 '23 14:01

user1745356