File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 11negotiate-auth :
22 path : /auth
33 defaults : { _controller: 'SimpleSAML\Module\negotiateext\Controller\NegotiateController::auth' }
4+ methods : [GET]
45
56negotiate-error :
67 path : /error
78 defaults : { _controller: 'SimpleSAML\Module\negotiateext\Controller\NegotiateController::error' }
9+ methods : [GET]
810
911negotiate-enable :
1012 path : /enable
1113 defaults : { _controller: 'SimpleSAML\Module\negotiateext\Controller\NegotiateController::enable' }
14+ methods : [GET]
1215
1316negotiate-disable :
1417 path : /disable
1518 defaults : { _controller: 'SimpleSAML\Module\negotiateext\Controller\NegotiateController::disable' }
19+ methods : [GET]
1620
1721negotiate-retry :
1822 path : /retry
1923 defaults : { _controller: 'SimpleSAML\Module\negotiateext\Controller\NegotiateController::retry' }
24+ methods : [GET]
2025
2126negotiate-fallback :
2227 path : /fallback
2328 defaults : { _controller: 'SimpleSAML\Module\negotiateext\Controller\NegotiateController::fallback' }
29+ methods : [GET]
You can’t perform that action at this time.
0 commit comments