Skip to content
Snippets Groups Projects
Commit e651ad4f authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix docs

parent a43d341a
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ SimpleSAMLphp Documentation ...@@ -31,7 +31,7 @@ SimpleSAMLphp Documentation
* [Configuring HTTP-Artifact](./simplesamlphp-artifact-idp) * [Configuring HTTP-Artifact](./simplesamlphp-artifact-idp)
* [Identity Provider Advanced Topics](simplesamlphp-idp-more) * [Identity Provider Advanced Topics](simplesamlphp-idp-more)
* [Holder-of-Key profile](simplesamlphp-hok-idp) * [Holder-of-Key profile](simplesamlphp-hok-idp)
* [Automated Metadata Management](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. * [Maintenance and configuration](simplesamlphp-maintenance) - covers session handling, php configuration etc.
* [Authentication Processing Filters](simplesamlphp-authproc) - attribute filtering, attribute mapping, consent, group generation etc. * [Authentication Processing Filters](simplesamlphp-authproc) - attribute filtering, attribute mapping, consent, group generation etc.
* [Advanced features](simplesamlphp-advancedfeatures) - covers bridging protocols, attribute filtering, etc. * [Advanced features](simplesamlphp-advancedfeatures) - covers bridging protocols, attribute filtering, etc.
......
...@@ -60,7 +60,7 @@ Automatic update of SAML 2.0 Metadata XML from HTTPS ...@@ -60,7 +60,7 @@ Automatic update of SAML 2.0 Metadata XML from HTTPS
---------------------------------------------------- ----------------------------------------------------
The `metarefresh` module is the preferred method for doing this. The `metarefresh` module is the preferred method for doing this.
Please see the [metarefresh documentation](simplesamlphp-automated_metadata). Please see the [metarefresh documentation](https://github.com/simplesamlphp/simplesamlphp-module-metarefresh/blob/master/docs/simplesamlphp-automated_metadata.md).
......
...@@ -371,7 +371,7 @@ in a separate document. ...@@ -371,7 +371,7 @@ in a separate document.
+ [Remote SP reference](simplesamlphp-reference-sp-remote.md) + [Remote SP reference](simplesamlphp-reference-sp-remote.md)
+ [Setting up an IdP for G Suite (Google Apps)](simplesamlphp-googleapps.md) + [Setting up an IdP for G Suite (Google Apps)](simplesamlphp-googleapps.md)
+ [Advanced Topics](simplesamlphp-idp-more.md) + [Advanced Topics](simplesamlphp-idp-more.md)
- [Automated Metadata Management](simplesamlphp-automated_metadata.md) - [Automated Metadata Management](https://github.com/simplesamlphp/simplesamlphp-module-metarefresh/blob/master/docs/simplesamlphp-automated_metadata.md)
- [Maintenance and configuration](simplesamlphp-maintenance.md) - [Maintenance and configuration](simplesamlphp-maintenance.md)
......
...@@ -122,7 +122,7 @@ directory. ...@@ -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 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. 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 You will probably be required too to consume the federation metadata periodically. Read more about
[automated metadata management](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 Test the SP
......
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