redirect_to attribute not working in Shibboleth 2.0.2
-
I upgraded the Shibboleth plugin to version 2.0.2 and it doesn’t seem to honor the redirect_to attribute anymore. After the user logs in, they are returned to the wp-login.php page instead of the original page they were on.
Is this a change that was made? I reverted back to v1.8.1 and everything works fine. The only thing that changed is the Shibboleth plugin version. Anyone else have this issue? My code in part is as follows:
if (!shibboleth_session_active()) { header('Location: ' . home_url() . '/wp-login.php?redirect_to=' . get_the_permalink($post->ID) . '&reauth=1&action=shibboleth'); }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘redirect_to attribute not working in Shibboleth 2.0.2’ is closed to new replies.