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


Ignore:
Timestamp:
07/24/14 08:48:08 (10 years ago)
Author:
Sander Maijers
Comment:

--

Legend:

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

    v5 v6  
    44
    55= Sources to read =
    6 
     6This document does not have as much priority for regular revision as the following documents. Please consult them and do not fully rely on the details in this document.
     7* Up-to-date information about the CLARIN Service Provider Federation (SPF): [https://www.clarin.eu/spf]
    78* Up-to-date information about the CLARIN IdP: [https://www.clarin.eu/content/clarin-identity-provider]
    89* Generate the metadata and additional information: [https://wiki.shibboleth.net/confluence/display/SHIB2/MetadataForSP]
     
    2223==== attribute-map.xml ====
    2324
    24 Edit attribute-map.xml in /etc/shibboleth/ <math>\rightarrow</math> Uncomment or add the following lines:
     25Edit attribute-map.xml in /etc/shibboleth/. Uncomment or add the following lines:
    2526
    2627
     
    5960
    6061
    61 * Edit the errors section to let the user know who he might contact on error:
     62* Edit the errors section to let the user know who he or she may contact on error:
    6263{{{#!xml
    6364<Errors supportContact="your-username@your-insitution.com"
     
    7273<MetadataProvider type="Chaining">
    7374    <MetadataProvider type="XML"
    74                       uri="http://idp.mpi.nl/metadata/homeless-clarin-metadata.xml"
    75                       backingFilePath="homeless-clarin-metadata.xml"
     75                      uri="https://infra.clarin.eu/aai/prod_md_about_spf_sps.xml"
     76                      backingFilePath="prod_md_about_spf_sps.xml"
    7677                      reloadInterval="7200"
    7778    >
     
    9899==== metadata.xml (cp. [ssec:meta]) ====
    99100
    100 1. Checkout the clarin-sp-metadata.xml from “https://svn.clarin.eu/aai”,
    101 1. Get the metadata from your own server (http://yourserver.de/Shibboleth.sso/Metadata) (cp. [sssec:metaorig]) Correct the metadata (changing namespaces, etc. accordingly) (cp. [sssec:metacorr])
     1011. Checkout the clarin-sp-metadata.xml from https://svn.clarin.eu/aai/ ;
     1021. Get the metadata from your own server (https://yourserver/Shibboleth.sso/Metadata) (cp. [sssec:metaorig]) Correct the metadata (changing namespaces, etc. accordingly) (cp. [sssec:metacorr])
    1021031. Open the clarin-sp-metadata.xml and go to the section for the metadata of your Shibboleth server or create one.
    1031041. Add your corrected metadata to the section
    104 1. Execute '' “check_saml_metadata.sh”'' from subdirectory ''“check-saml-metadata”'' to validate the xml file
     1051. Execute check_saml_metadata.sh from subdirectory check-saml-metadata to validate the XML file.
    1051061. Commit the changes back to the svn server
    1061071. Wait for the next update process (which should happen every hour, so it could take up to an hour until you can log in)
     
    112113== Metadata Idp==
    113114
    114 The global file can be found in the svn you have to have access to anyway ([https://svn.clarin.eu/aai/]).
     115The global file can be found in the SVN you have to have access to anyway ([https://svn.clarin.eu/aai/]).