shibboleth icon indicating copy to clipboard operation
shibboleth copied to clipboard

WordPress Shibboleth plugin

Results 20 shibboleth issues
Sort by recently updated
recently updated
newest added

Hi @mitcho! I have a use case where I'd like to reject or allow authentication (for new or existing users) based on a custom header sent by the Shibboleth Apache...

I was looking at nicenames created by shibboleth and noticed that they were out of sync with one generated directly in wordpress. I found this thread that notes the use...

Small fix to get rid of some annoying PHP warnings when submitting the settings panel form… 

According to the WordPress documentation, the WP_User constructor takes `User's ID, a WP_User object, or a user object from the DB.` as its first parameter. As I understand it, that...

We're running various hosting services on our campus using different installations of PHP. Some folks have mod_php with the standard behavior. Others are using Apache + mod_fastcgi + php-fpm. On...

Added multi-site support for switch to blog functionality and updated calls to use the newer WordPress user object. Replace deprecated get_usermetadata call with get_user_meta. Check for index 'redirect_to' for $_REQUEST...

Hello, I am new to shibboleth. I have installed wordpress latest version on windows7 IIS server and trying to integrate shibboleth. Currently I have installed shibboleth service provider on my...

Hello, We are working to use Shibboleth plugin in our project and while testing mapping I noticed that numeric only username is not working correctly : The account get created...

I was asked to generate a semi-random (need to be unique) nickname on initial account creation and the implementation of Shibboleth seems to conflict with user_register hook. I was able...