Skip to content
Snippets Groups Projects
Commit 6500ca1c authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Slightly modify documentation in the configuration template.

parent 19af8b84
No related branches found
No related tags found
No related merge requests found
...@@ -820,8 +820,6 @@ $config = array( ...@@ -820,8 +820,6 @@ $config = array(
* URLs obtained from the input on your own (i.e. ReturnTo or RelayState * URLs obtained from the input on your own (i.e. ReturnTo or RelayState
* parameters obtained from the $_REQUEST array). * parameters obtained from the $_REQUEST array).
* *
* Set to NULL to disable checking of URLs.
*
* simpleSAMLphp will automatically add your own domain (either by checking * simpleSAMLphp will automatically add your own domain (either by checking
* it dynamically, or by using the domain defined in the 'baseurlpath' * it dynamically, or by using the domain defined in the 'baseurlpath'
* directive, the latter having precedence) to the list of trusted domains, * directive, the latter having precedence) to the list of trusted domains,
...@@ -829,7 +827,10 @@ $config = array( ...@@ -829,7 +827,10 @@ $config = array(
* telling simpleSAMLphp to verify URLs. * telling simpleSAMLphp to verify URLs.
* *
* Set to an empty array to disallow ALL redirections or links pointing to * Set to an empty array to disallow ALL redirections or links pointing to
* an external URL other than your own domain. * an external URL other than your own domain. This is the default behaviour.
*
* Set to NULL to disable checking of URLs. DO NOT DO THIS UNLESS YOU KNOW
* WHAT YOU ARE DOING!
* *
* Example: * Example:
* 'trusted.url.domains' => array('sp.example.com', 'app.example.com'), * 'trusted.url.domains' => array('sp.example.com', 'app.example.com'),
......
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