Changes between Version 1 and Version 2 of SetupSpRelyParty
- Timestamp:
- 06/30/11 13:25:38 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SetupSpRelyParty
v1 v2 3 3 This page documents how to setup an SP's relying party configuration in the IdP. 4 4 5 1. Check out the relying-party.xml config file from the shib-svn repository .5 1. Check out the relying-party.xml config file from the shib-svn repository in the shib-svn/idp/conf directory. 6 6 7 2. Add the SP's metadata to the shib-svn repository .7 2. Add the SP's metadata to the shib-svn repository in the shib-svn/idp/metadata directory. 8 8 9 9 3. Add a stanza in the relying-party.xml config file to import the SP's metadata. 10 10 {{{ 11 [sxjpm@heald conf]$ vi relying-party.xml11 john@fearless:~$ vi relying-party.xml 12 12 ... 13 13 <!-- iam.alaska.edu metadata --> … … 19 19 :wq! 20 20 }}} 21 22 4. Commit the new metadata file and the changed relying-party.xml file into the shib-svn repository. 23 24 5. Test and update the Shibboleth IdPs with the following procedure.