Changes between Version 41 and Version 42 of ServiceProviderFederation


Ignore:
Timestamp:
10/04/17 10:02:42 (7 years ago)
Author:
André Moreira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServiceProviderFederation

    v41 v42  
    11[[PageOutline(1-5,Table of Contents,pullout)]]
    22
    3 '''Note''': this page is in the process of being updated (Nov 2016)
     3'''Note''': this page is in the process of being updated (Oct 2017)
    44
    55A good starting point for information about the Service Provider Federation is the public page https://www.clarin.eu/content/service-provider-federation
     
    2929== Changing the SAML metadata about SPF SPs==
    3030
    31  * Commit the changes to source:aai/clarin-sp-metadata.xml in the CLARIN SVN repository
    32  * Make sure to check the '''XSD validity''' of the file! Be prepared to put 5 EUR in the CLARIN developers tipping box if you commit a non-valid file.
    33  * Every hour a cron job automatically checks out the latest version at http://infra.clarin.eu/aai/clarin-sp-metadata.xml
     31 * Fork the [https://github.com/clarin-eric/SPF-SPs-metadata CLARIN SPs metadata repository on github]
     32 * Commit the changes to the [https://github.com/clarin-eric/SPF-SPs-metadata/blob/master/clarin-sp-metadata.xml clarin-sp-metadata.xml metadata file] in your fork.
     33 * Create a pull request from your modified fork to the original repository.
     34 * After the pull request is created Travis CI will automatically run the [https://github.com/clarin-eric/SAML-metadata-checker SAML metadata checker] to check the '''XSD validity''' of the file. Wait for the check to finish and make sure you get a green check-mark in the end. If instead you see a red X mark, please fix your commit based on the output information and recreate the pull request.
     35 * When your pull request successfully passes XSD validation, a CLARIN SPF operator will merge it into the original repository
     36 * Every hour a cron job automatically checks out the latest version and publishes it at http://infra.clarin.eu/aai/clarin-sp-metadata.xml
    3437
    3538== How to add SAML metadata about the CLARIN IdP to your SP configuration ==