Skip to content

Commit 62c7ab0

Browse files
authored
Fix wrong use of Issuer-object
1 parent 6358afc commit 62c7ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SAML2/SOAPClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function send(Message $msg, Configuration $srcMetadata, Configuration $ds
107107
$context = stream_context_create($ctxOpts);
108108

109109
$options = [
110-
'uri' => $issuer,
110+
'uri' => $issuer->getValue(),
111111
'location' => $msg->getDestination(),
112112
'stream_context' => $context,
113113
];

0 commit comments

Comments
 (0)