From 145009260a77671169fce7c11fca7b7f01f3570d Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Wed, 5 Aug 2009 07:30:18 +0000 Subject: [PATCH] docs: Update to remove parseMetadata.php git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1629 44740490-163a-0410-bde0-09ae8108e29a --- docs/simplesamlphp-advancedfeatures.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/simplesamlphp-advancedfeatures.txt b/docs/simplesamlphp-advancedfeatures.txt index 00a31ed72..6d1226291 100644 --- a/docs/simplesamlphp-advancedfeatures.txt +++ b/docs/simplesamlphp-advancedfeatures.txt @@ -66,7 +66,8 @@ Filtering, mapping, etc can be performed by using existing or create new *Authen Automatic update of SAML 2.0 Metadata XML from HTTPS ---------------------------------------------------- -simpleSAMLphp supports the SAML 2.0 Metadata XML format. There are mulitple ways of using simpleSAMLphp with SAML 2.0 Metadata XML documents, but the reccomended approach is to use the command line utility `bin/parseMetadata.php` to download and parse metadata from a HTTPS location. This script will grab the XML document from a URL and parse the content and output simpleSAMLphp flat files in a directory. In the `config.php` configuration you should configure simpleSAMLphp to read these files generated by `parseMetadata.php`. +The `metarefresh` module is the preferred method for doing this. +Please see the [metarefresh documentation](http://rnd.feide.no/content/automated-metadata-distribution-with-simplesamlphp). -- GitLab