aacotroneo / laravel-saml2

A Laravel 5 package for Saml2 integration as a SP (service provider) based on the simple OneLogin toolkit
MIT License
567 stars 239 forks source link

Salesforce - Invalid HTTP method #240

Closed tobz-nz closed 4 years ago

tobz-nz commented 4 years ago

Has anyone use this package with Salesforce?

I've got an issue where getting this error when redirected to the SF login form Error: Invalid HTTP method

All my settings look right - all I've been able to find on the error is if the acs url doesn't match or load. I've checked and mine is and does.

This is the first time I've tried to setup SAML ever so very new to the concept & may have things wrong somewhere.

Thanks for any help.

tobz-nz commented 4 years ago

Ah - I was using the post method URL from Salesforce instead of the redirect one. I also had a few issues relted to user access to the saml app.

Just in case anyone else has this issue in the future.