SAML-Toolkits / wordpress-saml

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

AuthnRequest being send by HTTP-GET #50

Open Surgeonito opened 6 years ago

Surgeonito commented 6 years ago

Hi! Is there any chance to send AuthnRequest with HTTP-POST rather than HTTP-GET, which seems to be default plugins behavior?

pitbulk commented 6 years ago

That plugin uses php-saml toolkit that only supports HTTP-Redirect binding when sending AuthNRequests.