Skip to content

Commit

Permalink
Set object before calling ticket validation (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonradu committed Jun 21, 2020
1 parent 39e0867 commit 96da696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Security/CasGuardAuthenticator.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function checkCredentials($credentials, UserInterface $user)
public function getCredentials(Request $request)
{
$response = $this
->cas
->cas->withServerRequest($this->toPsr($request))
->requestTicketValidation();

if (null === $response) {
Expand Down

0 comments on commit 96da696

Please sign in to comment.