Version 2 (modified by jpmitchell@…, 13 years ago) (diff) |
---|
Shibboleth / Setup SP Relying Party
This page documents how to setup an SP's relying party configuration in the IdP.
- Check out the relying-party.xml config file from the shib-svn repository in the shib-svn/idp/conf directory.
- Add the SP's metadata to the shib-svn repository in the shib-svn/idp/metadata directory.
- Add a stanza in the relying-party.xml config file to import the SP's metadata.
john@fearless:~$ vi relying-party.xml ... <!-- iam.alaska.edu metadata --> <MetadataProvider id="iam.alaska.edu" xsi:type="ResourceBackedMetadataProvider" xmlns="urn:mace:shibboleth:2.0:metadata"> <MetadataResource xsi:type="resource:FilesystemResource" file="/opt/shibboleth-idp/metadata/iam-metadata.xml" /> </MetadataProvider> :wq!
- Commit the new metadata file and the changed relying-party.xml file into the shib-svn repository.
- Test and update the Shibboleth IdPs? with the following procedure.
Attachments
-
shibboleth2.xml
(7.7 KB) -
added by dabantz@… 11 years ago.
shibboleth2.xml for T2 Parking SP