Skip to content

Commit

Permalink
Fix wrong use of Issuer-object
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen authored Mar 21, 2020
1 parent 6358afc commit 62c7ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SAML2/SOAPClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function send(Message $msg, Configuration $srcMetadata, Configuration $ds
$context = stream_context_create($ctxOpts);

$options = [
'uri' => $issuer,
'uri' => $issuer->getValue(),
'location' => $msg->getDestination(),
'stream_context' => $context,
];
Expand Down

0 comments on commit 62c7ab0

Please sign in to comment.