wiki:SetupSpRelyParty

Version 1 (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.

  1. Check out the relying-party.xml config file from the shib-svn repository.
  1. Add the SP's metadata to the shib-svn repository.
  1. Add a stanza in the relying-party.xml config file to import the SP's metadata.
    [sxjpm@heald conf]$ 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!
    

Attachments