Auth doesn't complete, end up at wp-login.php
-
We’ve been working on integrating WordPress Multiuser with our Shibboleth authentication process here at Johns Hopkins University for the last four months, off and on. I’ve combed through the plugin, line by line, and understand how it works rather well at this point.
For some reason, even though
shibboleth_authenticate_user()
is passing back a validWP_User
object, which gets passed back toshibboleth_authenticate()
, which passes it back to theauthenticate
filter, the user still gets dropped back at wp-login.php and is asked to enter a WordPress username and password.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Auth doesn't complete, end up at wp-login.php’ is closed to new replies.