What steps will reproduce the problem?
1. Log in as a user on Drupal site
2. Goto site with SAML SP
3. Redirect to Drupal site
4. Notice that you just get the front page and don't get redirected back to SP
site.
The attached patch fixes the issue by hooking into hook_init and if the user is
already logged in ($user->uid != 0), performs the redirect.
Original issue reported on code.google.com by justin.cherniak@gmail.com on 22 Dec 2013 at 4:33
Original issue reported on code.google.com by
justin.cherniak@gmail.com
on 22 Dec 2013 at 4:33Attachments: