Changes between Version 6 and Version 7 of ServiceProviderFederation/Archive/SP configuration guide


Ignore:
Timestamp:
07/24/14 11:27:37 (10 years ago)
Author:
Oliver Schonefeld
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServiceProviderFederation/Archive/SP configuration guide

    v6 v7  
    3939
    4040Edit shibboleth2.xml in /etc/shibboleth/:
    41 * Add an ApplicationDefaults entry containing your entityID (a randomly
    42 chosen string, mostly in the format of an URL letting you make some
    43 assumptions about who runs the SP):
     41* Add an !ApplicationDefaults entry containing your entityID (a randomly chosen string, mostly in the format of an URL letting you make some assumptions about who runs the SP):
    4442
    4543{{{#!xml
    4644<ApplicationDefaults entityID="https://sp.phonetik.uni-muenchen.de"
    47                      REMOTE_USER="persistent-id"
    48 >
     45                     REMOTE_USER="persistent-id">
    4946}}}
    5047
     
    5350{{{#!xml
    5451<SSO entityID="https://idp.clarin.eu" discoveryProtocol="SAMLDS"
    55      discoveryURL="http://catalog.clarin.eu/discojuice/idp.html"
    56 >
     52     discoveryURL="http://catalog.clarin.eu/discojuice/idp.html">
    5753     SAML2 SAML1
    5854</SSO>
     
    6460<Errors supportContact="your-username@your-insitution.com"
    6561        logoLocation="/shibboleth-sp/logo.jpg"
    66         styleSheet="/shibboleth-sp/main.css"
    67 />
     62        styleSheet="/shibboleth-sp/main.css" />
    6863}}}
    6964
    7065
    71 * Add or edit the MetadataProvider to the ApplicationDefaults section:
     66* Add or edit the !MetadataProvider to the !ApplicationDefaults section:
    7267{{{#!xml
    7368<MetadataProvider type="Chaining">
     
    7570                      uri="https://infra.clarin.eu/aai/prod_md_about_spf_sps.xml"
    7671                      backingFilePath="prod_md_about_spf_sps.xml"
    77                       reloadInterval="7200"
    78     >
     72                      reloadInterval="7200">
    7973    </MetadataProvider>
    8074</MetadataProvider>
    8175}}}
     76> OS: this does not really make sense. Whey would an ''SP'' metadata about other ''SPs''? It needs to know the metadata of the ''IDPs'', it's supposed to talk to.
    8277
    8378
     
    111106attribute-map.xml, shibboleth2.xml, Metadata SP can be found attached to this page.
    112107
    113 == Metadata Idp==
     108== Metadata IDP ==
    114109
    115110The global file can be found in the SVN you have to have access to anyway ([https://svn.clarin.eu/aai/]).