Skip to content
Snippets Groups Projects
Commit 14500926 authored by Olav Morken's avatar Olav Morken
Browse files

docs: Update to remove parseMetadata.php

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1629 44740490-163a-0410-bde0-09ae8108e29a
parent 51527c3c
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,8 @@ Filtering, mapping, etc can be performed by using existing or create new *Authen ...@@ -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 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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment