wp-simple-saml icon indicating copy to clipboard operation
wp-simple-saml copied to clipboard

WordPress Simple SAML plugin

Results 45 wp-simple-saml issues
Sort by recently updated
recently updated
newest added

Hi, I need some help with the plugin. I've installed and configured the plugin via the admin panel so that it should work with my custom IdP I made with...

I have installed the plugin and coordinated the metadata with my SAML provider. Everything seems to be working as expected, however when I attempt to log in for a second...

On the Options page: https://mysite.com/wp-admin/options-general.php I see the following deprecated notice twice: ``` Deprecated: Function libxml_disable_entity_loader() is deprecated in /srv/www/wp-content/plugins/wp-simple-saml/vendor/onelogin/php-saml/src/Saml2/Utils.php on line 89 Deprecated: Function libxml_disable_entity_loader() is deprecated in /srv/www/wp-content/plugins/wp-simple-saml/vendor/onelogin/php-saml/src/Saml2/Utils.php...

Updating the Plugin Version to latest Tag/Release version- [issues/72](https://github.com/humanmade/wp-simple-saml/issues/72).

Please can you Update Plugin Version to latest Tag/Release version

I may be doing something wrong, but I cannot seem to force the SSO route with the `wpsimplesaml_force` filter. I'm trying with this: ```add_filter('wpsimplesaml_force', '__return_true');``` But I'm still hitting the...

Add a backdoor link (ie /?saml_sso=false) that will allow the Forced Redirect to be disabled.

Hi there, Seem to hitting a brick wall with the configuration. I have had the same configuration running locally however when it's extended to the web, i receive a 404...

The current system only initializes the user with IDP attributes. I added functionality to update the user on subsequent logins as well.