SAML-Toolkits / wordpress-saml

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

That ACS endpoint expects a SAMLResponse value sent using HTTP-POST binding. Nothing was found #58

Closed ghost closed 6 years ago

ghost commented 6 years ago

I may be doing something wrong in set up. I followed the Onelogin instructions for setting this plugin up

and am hitting the error

"That ACS endpoint expects a SAMLResponse value sent using HTTP-POST binding. Nothing was found"

when trying to hit the domain/wp-login.php?saml_acs endpoint. Turning on debug doesn't provide any further info. Please let me know what further info I can provide or if there's a better venue for solving this.

Thank you!

pitbulk commented 6 years ago

You can't access directly to domain/wp-login.php?saml_acs that is an endpoint that expects a POST SAMLResponse from the IdP.

ghost commented 6 years ago

Many thanks, I'll resolve the issue.