diff options
Diffstat (limited to 'php/Attic/examples/sample-sp/login.php')
| -rw-r--r-- | php/Attic/examples/sample-sp/login.php | 2 |
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 339a8a2e..229aa28a 100644 --- a/php/Attic/examples/sample-sp/login.php +++ b/php/Attic/examples/sample-sp/login.php @@ -42,7 +42,7 @@ $request->nameIdPolicy = lassoLibNameIDPolicyTypeFederated; $request->consent = lassoLibConsentObtained; - $login->buildAuthnRequestMsg("https://idp1/metadata"); + $login->buildAuthnRequestMsg($config['providerID']); $url = $login->msgUrl; |
