File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ public function getRedirectUrl()
3434 {
3535 $ id = $ this ->_generateUniqueID ();
3636 $ issueInstant = $ this ->_getTimestamp ();
37-
37+ $ assertionConsumerServiceURL = rawurlencode ($ this ->_settings ->spReturnUrl );
38+
3839 $ request = <<<AUTHNREQUEST
3940<samlp:AuthnRequest
4041 xmlns:samlp="urn:oasis:names:tc:SAML:2.0:protocol"
@@ -43,7 +44,7 @@ public function getRedirectUrl()
4344 Version="2.0"
4445 IssueInstant=" $ issueInstant"
4546 ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
46- AssertionConsumerServiceURL=" {$ this -> _settings -> spReturnUrl }">
47+ AssertionConsumerServiceURL=" {$ assertionConsumerServiceURL }">
4748 <saml:Issuer> {$ this ->_settings ->spIssuer }</saml:Issuer>
4849 <samlp:NameIDPolicy
4950 Format=" {$ this ->_settings ->requestedNameIdFormat }"
You can’t perform that action at this time.
0 commit comments