Skip to content
Snippets Groups Projects
Commit eb95a83e authored by restena-sw's avatar restena-sw
Browse files

Update config.php

parent 7dce9a80
No related branches found
No related tags found
No related merge requests found
...@@ -824,6 +824,14 @@ $config = array( ...@@ -824,6 +824,14 @@ $config = array(
*/ */
'proxy' => null, 'proxy' => null,
/*
* Username/password authentication to proxy (Proxy-Authorization: Basic)
* Example:
* 'proxy.auth' = 'myuser:password'
*/
'proxy.auth' => false
/* /*
* Array of domains that are allowed when generating links or redirections * Array of domains that are allowed when generating links or redirections
* to URLs. SimpleSAMLphp will use this option to determine whether to * to URLs. SimpleSAMLphp will use this option to determine whether to
......
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