We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2da085 commit 62d7f3cCopy full SHA for 62d7f3c
1 file changed
routing/services/simplesamlphp.yml
@@ -0,0 +1,18 @@
1
+---
2
+
3
+services:
4
+ # default configuration for services in *this* file
5
+ _defaults:
6
+ public: false
7
8
+ SimpleSAML\Configuration:
9
+ factory: ['SimpleSAML\Configuration', 'getInstance']
10
11
+ SimpleSAML\Session:
12
+ factory: ['SimpleSAML\Session', 'getSessionFromRequest']
13
14
+ SimpleSAML\Auth\AuthenticationFactory:
15
+ class: SimpleSAML\Auth\AuthenticationFactory
16
+ arguments:
17
+ - '@SimpleSAML\Configuration'
18
+ - '@SimpleSAML\Session'
0 commit comments