Skip to content
Snippets Groups Projects
Commit ea7f3160 authored by Vincent Rioux's avatar Vincent Rioux Committed by GitHub
Browse files

Explanation of regex-based consent.disable

parent 8880cf49
No related branches found
No related tags found
No related merge requests found
......@@ -244,7 +244,7 @@ at the same time) :
[...]
'consent.disable' => array(
'https://idp1.example.org/',
array('type'=>'regex', 'pattern'=>'/.*\.mycompany\.com.*/i',
array('type'=>'regex', 'pattern'=>'/.*\.mycompany\.com.*/i'),
),
),
......
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