summaryrefslogtreecommitdiffstats
path: root/php/Attic/examples/sample-sp/login.php
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-08-20 20:01:18 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-08-20 20:01:18 +0000
commitadaea63f60126d8b4c3c5395ca62f0c8125d8ddd (patch)
tree00a4de94d5ab286c5bb037861df58d498f30246f /php/Attic/examples/sample-sp/login.php
parent921ffa05b3ebab2359f400b0a74f3dec884a4edb (diff)
Modified PHP bindings in an attempt to add new argument to method
lasso_build_authn_request_msg.
Diffstat (limited to 'php/Attic/examples/sample-sp/login.php')
-rw-r--r--php/Attic/examples/sample-sp/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/Attic/examples/sample-sp/login.php b/php/Attic/examples/sample-sp/login.php
index b1594fae..a29329f4 100644
--- a/php/Attic/examples/sample-sp/login.php
+++ b/php/Attic/examples/sample-sp/login.php
@@ -47,7 +47,7 @@
lasso_lib_authn_request_set_nameidpolicy($lib_authn_request, lassoLibNameIDPolicyTypeFederated);
lasso_lib_authn_request_set_consent($lib_authn_request, lassoLibConsentObtained);
- lasso_login_build_authn_request_msg($login, "https://idp1/metadata");
+ lasso_login_build_authn_request_msg($login, "https://idp1/metadata", lassoHttpMethodRedirect);
$url = lasso_profile_get_msg_url($profile);