Skip to content

Commit 62d7f3c

Browse files
committed
Restore accidentally removed file
1 parent d2da085 commit 62d7f3c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

routing/services/simplesamlphp.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)