diff --git a/docs/index.md b/docs/index.md index 6fa1cf1a92c5aee242b5c337397cd08cdbb12a16..6d38b68270f687c01820de08b27f597d85870446 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,7 +21,7 @@ SimpleSAMLphp Documentation * [Configuring HTTP-Artifact](./simplesamlphp-artifact-idp) * [Identity Provider Advanced Topics](simplesamlphp-idp-more) * [Holder-of-Key profile](simplesamlphp-hok-idp) - * [Automated Metadata Management](./metarefresh:simplesamlphp-automated_metadata) + * [Automated Metadata Management](https://github.com/simplesamlphp/simplesamlphp-module-metarefresh/blob/master/docs/simplesamlphp-automated_metadata.md) * [Maintenance and configuration](simplesamlphp-maintenance) - covers session handling, php configuration etc. * [Authentication Processing Filters](simplesamlphp-authproc) - attribute filtering, attribute mapping, consent, group generation etc. * [Advanced features](simplesamlphp-advancedfeatures) - covers bridging protocols, attribute filtering, etc. diff --git a/docs/simplesamlphp-advancedfeatures.md b/docs/simplesamlphp-advancedfeatures.md index 138021f004023e9d00bce2e1324d3a8bf5ab70ef..69ddf67c4c87e581eab6935cf4c81609727e674c 100644 --- a/docs/simplesamlphp-advancedfeatures.md +++ b/docs/simplesamlphp-advancedfeatures.md @@ -60,7 +60,7 @@ Automatic update of SAML 2.0 Metadata XML from HTTPS ---------------------------------------------------- The `metarefresh` module is the preferred method for doing this. -Please see the [metarefresh documentation](./metarefresh:simplesamlphp-automated_metadata). +Please see the [metarefresh documentation](https://github.com/simplesamlphp/simplesamlphp-module-metarefresh/blob/master/docs/simplesamlphp-automated_metadata.md). diff --git a/docs/simplesamlphp-install.md b/docs/simplesamlphp-install.md index d53a1341369a1c4b978784771d8cd27cd8a9d213..4f3292a038affc3cc1005db9bf66177c544c2248 100644 --- a/docs/simplesamlphp-install.md +++ b/docs/simplesamlphp-install.md @@ -378,7 +378,7 @@ in a separate document. + [Remote SP reference](simplesamlphp-reference-sp-remote) + [Setting up an IdP for G Suite (Google Apps)](simplesamlphp-googleapps) + [Advanced Topics](simplesamlphp-idp-more) - - [Automated Metadata Management](./metarefresh:simplesamlphp-automated_metadata) + - [Automated Metadata Management](https://github.com/simplesamlphp/simplesamlphp-module-metarefresh/blob/master/docs/simplesamlphp-automated_metadata.md) - [Maintenance and configuration](simplesamlphp-maintenance) diff --git a/docs/simplesamlphp-sp.md b/docs/simplesamlphp-sp.md index 1572e797595ba516ac778794fa0cb7f911426885..365289f49eae4104c30cb06cd23d44df496d194a 100644 --- a/docs/simplesamlphp-sp.md +++ b/docs/simplesamlphp-sp.md @@ -122,7 +122,7 @@ directory. If you intend to add your SP to a federation, the procedure for managing trust in federations differ, but the common part is that you would need to provide the *SAML 2.0 metadata of your SP*, and register that with the federation administration. You will probably be required too to consume the federation metadata periodically. Read more about -[automated metadata management](./metarefresh:simplesamlphp-automated_metadata) to learn more about that. +[automated metadata management](https://github.com/simplesamlphp/simplesamlphp-module-metarefresh/blob/master/docs/simplesamlphp-automated_metadata.md) to learn more about that. Test the SP