first commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
---
|
||||
|
||||
exampleauth-authpage:
|
||||
path: /authpage
|
||||
defaults: {
|
||||
_controller: 'SimpleSAML\Module\exampleauth\Controller\ExampleAuth::authpage'
|
||||
}
|
||||
methods: [GET, POST]
|
||||
|
||||
exampleauth-redirecttest:
|
||||
path: /redirecttest
|
||||
defaults: {
|
||||
_controller: 'SimpleSAML\Module\exampleauth\Controller\ExampleAuth::redirecttest'
|
||||
}
|
||||
methods: [GET]
|
||||
|
||||
exampleauth-resume:
|
||||
path: /resume
|
||||
defaults: {
|
||||
_controller: 'SimpleSAML\Module\exampleauth\Controller\ExampleAuth::resume'
|
||||
}
|
||||
methods: [GET]
|
Reference in New Issue
Block a user