Changes between Version 1 and Version 2 of SetupSpRelyParty


Ignore:
Timestamp:
06/30/11 13:25:38 (13 years ago)
Author:
jpmitchell@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupSpRelyParty

    v1 v2  
    33This page documents how to setup an SP's relying party configuration in the IdP. 
    44 
    5 1. Check out the relying-party.xml config file from the shib-svn repository. 
     51. Check out the relying-party.xml config file from the shib-svn repository in the shib-svn/idp/conf directory. 
    66 
    7 2. Add the SP's metadata to the shib-svn repository. 
     72. Add the SP's metadata to the shib-svn repository  in the shib-svn/idp/metadata directory. 
    88 
    993. Add a stanza in the relying-party.xml config file to import the SP's metadata. 
    1010{{{ 
    11 [sxjpm@heald conf]$ vi relying-party.xml 
     11john@fearless:~$ vi relying-party.xml 
    1212... 
    1313         <!-- iam.alaska.edu metadata --> 
     
    1919:wq! 
    2020}}} 
     21 
     224. Commit the new metadata file and the changed relying-party.xml file into the shib-svn repository. 
     23 
     245. Test and update the Shibboleth IdPs with the following procedure.