eID Easy Posted November 21, 2020 Share Posted November 21, 2020 I am using single sign on $command = 'CreateSsoToken'; $postData = [ 'user_id' => $userid, ]; $result = localAPI($command, $postData); User is redirected to the single sign on url and is redirected to the clientarea. However login cookie is not set and user is actually not logged in. What could be the problem? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.