michaelryanmcneill / shibboleth

Shibboleth plugin for WordPress
https://wordpress.org/plugins/shibboleth/
19 stars 11 forks source link

Manual shibboleth account linking does not redirect to initiator URL #25

Closed michaelryanmcneill closed 6 years ago

michaelryanmcneill commented 6 years ago

This code doesn't seem to function properly (https://github.com/michaelryanmcneill/shibboleth/blob/master/options-user.php#L230-L232):

$initator_url = shibboleth_session_initiator_url( get_edit_user_link() . '?shibboleth=link' );
wp_redirect( $initiator_url );
exit;

Instead, the page returns blank and never gets redirected to the indicator URL.

michaelryanmcneill commented 6 years ago

Yeah...it's a typo. Just took me looking closer at the code to realize. Working to fix now.

michaelryanmcneill commented 6 years ago

Fixed by afc5c5d.