Changes between Version 2 and Version 3 of SetupSpRelyParty


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

--

Legend:

Unmodified
Added
Removed
Modified
  • SetupSpRelyParty

    v2 v3  
    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 in the shib-svn/idp/conf directory. 
     51. Check out the conf and metadata directories from the shib-svn repository. 
     6{{{ 
     7john@fearless:~/Junk$ svn co svn+ssh://sxjpm@iron.alaska.edu/usr/local/iam/shib-svn/idp/trunk/conf 
     8A    conf/service.xml 
     9... 
     10A    conf/login.config 
     11Checked out revision 1. 
     12john@fearless:~/Junk$ svn co svn+ssh://sxjpm@iron.alaska.edu/usr/local/iam/shib-svn/idp/trunk/metadata 
     13A    metadata/dauntless-metadata.xml 
     14... 
     15A    metadata/unicorn3-metadata.xml 
     16Checked out revision 1. 
     17}}} 
    618 
    7 2. Add the SP's metadata to the shib-svn repository  in the shib-svn/idp/metadata directory. 
     192. Add the SP's metadata to the shib-svn repository in the shib-svn/idp/metadata directory. 
     20{{{ 
     21john@fearless:~/Junk$ cp /tmp/idmt-1-metadata.xml metadata/ 
     22john@fearless:~/Junk$ svn add metadata/idmt-1-metadata.xml 
     23john@fearless:~/Junk$ svn add metadata/idmt-1-metadata.xml  
     24A         metadata/idmt-1-metadata.xml 
     25}}} 
    826 
    9273. Add a stanza in the relying-party.xml config file to import the SP's metadata. 
    1028{{{ 
    11 john@fearless:~$ vi relying-party.xml 
     29john@fearless:~/Junk$ vi conf/relying-party.xml 
    1230... 
    1331         <!-- iam.alaska.edu metadata --> 
     
    2139 
    22404. Commit the new metadata file and the changed relying-party.xml file into the shib-svn repository. 
     41{{{ 
     42john@fearless:~/Junk$ svn commit metadata/ -m "Updated metadata from SP idmt-1" 
     43john@fearless:~/Junk$ svn commit conf/ -m "Added relying party config for SP idmt-1" 
     44}}} 
    2345 
    24465. Test and update the Shibboleth IdPs with the following procedure.