We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ea8a8 commit ab8b39dCopy full SHA for ab8b39d
src/Controller/LoginController.php
@@ -17,6 +17,7 @@
17
use SimpleSAML\Module\casserver\Cas\Protocol\SamlValidateResponder;
18
use SimpleSAML\Module\casserver\Cas\ServiceValidator;
19
use SimpleSAML\Module\casserver\Cas\Ticket\TicketStore;
20
+use SimpleSAML\Module\casserver\Controller\Traits\TicketValidatorTrait;
21
use SimpleSAML\Module\casserver\Controller\Traits\UrlTrait;
22
use SimpleSAML\Module\casserver\Http\XmlResponse;
23
use SimpleSAML\Session;
@@ -30,6 +31,7 @@
30
31
class LoginController
32
{
33
use UrlTrait;
34
+ use TicketValidatorTrait;
35
36
/** @var Logger */
37
protected Logger $logger;
0 commit comments