FSN#37583 Authenticatie via JWT

svn path=/Website/trunk/; revision=30791
This commit is contained in:
Jos Groot Lipman
2016-09-21 10:38:48 +00:00
parent 5c3575dba0
commit 1aad8b60fe

View File

@@ -626,7 +626,7 @@ function SecureSSO(ssoProps)
strAction = getFParam("action", "");
if (!strAction && ssoProps.ssoURL) // we zijn begonnen in Facilitor en moeten nog naar de klant
{
strReturnURL = ssoURL;
strReturnURL = ssoProps.ssoURL;
if (!strReturnURL)
{
__DoLog("Secure SSO login error 0");