Skip to content
Snippets Groups Projects
Unverified Commit e6c6ff58 authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

Fix a couple of broken links in the documentation.

parent 3e39fee0
No related branches found
No related tags found
No related merge requests found
...@@ -246,7 +246,7 @@ Here is an example of such a URL: ...@@ -246,7 +246,7 @@ Here is an example of such a URL:
If the SP is a SimpleSAMLphp SP, you must also specify a `RelayState` parameter for the SP. If the SP is a SimpleSAMLphp SP, you must also specify a `RelayState` parameter for the SP.
This must be set to a URL the user should be redirected to after authentication. This must be set to a URL the user should be redirected to after authentication.
The `RelayState` parameter can be specified in the [SP configuration](saml:sp), or it can be sent from the IdP. The `RelayState` parameter can be specified in the [SP configuration](./saml:sp), or it can be sent from the IdP.
To send the RelayState parameter from a SimpleSAMLphp IdP, specify it in the query string to SSOService.php: To send the RelayState parameter from a SimpleSAMLphp IdP, specify it in the query string to SSOService.php:
https://idp.example.org/simplesaml/saml2/idp/SSOService.php?spentityid=sp.example.org&RelayState=https://sp.example.org/welcome.php https://idp.example.org/simplesaml/saml2/idp/SSOService.php?spentityid=sp.example.org&RelayState=https://sp.example.org/welcome.php
......
...@@ -5,7 +5,7 @@ The consentAdmin module is an addon to the consent module. This means that ...@@ -5,7 +5,7 @@ The consentAdmin module is an addon to the consent module. This means that
you can not use consentAdmin without the consent module. If you have not you can not use consentAdmin without the consent module. If you have not
installed and configured the consent module, please do. installed and configured the consent module, please do.
* [How to install and configure the consent module](consent:consent) * [How to install and configure the consent module](./consent:consent)
The consentAdmin module only works when the consent module is using a The consentAdmin module only works when the consent module is using a
database to store the consents. database to store the consents.
......
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