Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 15, 2019
1 parent 43c7e3f commit a91624d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Protocol/Eulogin.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ public function logout(array $parameters = []): ResponseInterface
/**
* {@inheritdoc}
*/
public function requestProxyCallback(
public function handleProxyCallback(
array $parameters = [],
?ResponseInterface $response = null
): ?ResponseInterface {
$body = '<?xml version="1.0" encoding="utf-8"?><proxySuccess xmlns="http://www.yale.edu/tp/casClient" />';

return $this
->cas
->requestProxyCallback($parameters, $response)
->handleProxyCallback($parameters, $response)
->withBody(
$this
->streamFactory
Expand Down

0 comments on commit a91624d

Please sign in to comment.