SAML-Toolkits / wordpress-saml

OneLogin SAML plugin for Wordpress
MIT License
65 stars 74 forks source link

Fix key value for signature & digest algorithm #39

Closed ghost closed 7 years ago

ghost commented 7 years ago

The php-saml/xmlseclibs (https://github.com/onelogin/php-saml/blob/master/extlib/xmlseclibs/xmlseclibs.php) expects a URL as a parameter for signature & digest algorithm.

The keys sent are not in the correct format, the pull-request allows to correct this.