Skip to content
Snippets Groups Projects

Added filtering for AuthnContextClassRef

Merged Pavel Vyskočil requested to merge github/fork/vyskocilpavel/AuthnContextClassRef into master
2 files
+ 51
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -39,4 +39,10 @@ $config = array(
*/
//'disco.disableWhitelisting' => true,
/**
* Specify prefix for filtering AuthnContextClassRef
* All AuthnContextClassRef values starts with this prefix will be removed before the request will be send to IdP
*/
'disco.removeAuthnContextClassRefPrefix' => 'urn:cesnet:proxyidp:',
);
Loading