mitcho / shibboleth

WordPress Shibboleth plugin
24 stars 23 forks source link

Shibboleth Authentication on Non wp-login.php Page #3

Open jchck opened 10 years ago

jchck commented 10 years ago

I have a site with one part of the front end under login and would like Shibboleth to handle the login username & password rather than creating a WP login form. On the same site, access to the Dashboard is provided by Shibboleth via this plugin.

Can anyone provide guidance in making this happen? Thanks,

mitcho commented 10 years ago

Are you using some plugin or custom code to make this part of your front end hidden? Or is it just a post/page that's published "privately"?

szul commented 8 years ago

@jchck If you're talking about private post/page authentication, take a look at my pull request (#14), as it offers this ability.