Skip to content

Commit 8a2ca45

Browse files
committed
Add route for logout
1 parent 1870019 commit 8a2ca45

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

routing/routes/routes.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ adfs-prp:
1414
}
1515
methods: [GET, POST]
1616

17+
adfs-logout:
18+
path: /logout
19+
defaults: {
20+
_controller: 'SimpleSAML\Module\adfs\Controller\Adfs::prp'
21+
}
22+
methods: [GET, POST]
23+
1724
adfs-metadata-legacy:
1825
path: /idp/metadata.php
1926
defaults: {
@@ -28,6 +35,13 @@ adfs-prp-legacy:
2835
}
2936
methods: [GET, POST]
3037

38+
adfs-logout-legacy:
39+
path: /idp/logout.php
40+
defaults: {
41+
_controller: 'SimpleSAML\Module\adfs\Controller\Adfs::prp'
42+
}
43+
methods: [GET, POST]
44+
3145
adfs-wstrust-mex:
3246
path: /ws-trust/mex
3347
defaults: {

0 commit comments

Comments
 (0)