We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7725547 commit f80891fCopy full SHA for f80891f
tests/src/Controller/AdfsControllerTest.php
@@ -36,6 +36,7 @@ protected function setup(): void
36
37
$this->config = Configuration::loadFromArray(
38
[
39
+ 'enable.saml20-idp' => true,
40
'enable.adfs-idp' => true,
41
'module.enable' => ['adfs' => true, 'exampleauth' => true],
42
'metadata.sources' => [
0 commit comments