diff --git a/docs/simplesamlphp-idp.md b/docs/simplesamlphp-idp.md index dcc8d7031279da1e6ed46cf4081a5e07a82668d7..f720ee66e28bbc6705d023d860260a7e4c8aadda 100644 --- a/docs/simplesamlphp-idp.md +++ b/docs/simplesamlphp-idp.md @@ -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. 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: https://idp.example.org/simplesaml/saml2/idp/SSOService.php?spentityid=sp.example.org&RelayState=https://sp.example.org/welcome.php diff --git a/modules/consentAdmin/docs/consentAdmin.md b/modules/consentAdmin/docs/consentAdmin.md index 749da821d351ff0ef2342d733e1476f1e5a1755c..454cd5f47825899530c4128efd1e2a8f0c84c5c9 100644 --- a/modules/consentAdmin/docs/consentAdmin.md +++ b/modules/consentAdmin/docs/consentAdmin.md @@ -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 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 database to store the consents.