kingstarter / laravel-saml

A laravel 5.4 / 5.5 SAML plugin that transforms laravel into an IDP.
MIT License
55 stars 29 forks source link

Changes to simplify configuration and support post bindings #14

Open pcable opened 6 years ago

pcable commented 6 years ago

I used your library to setup SSO with Tableau. I finally managed to get it done but it required a few changes as they only support post bindings. I've also added some missing features like request verification, support for non gzipped requests, automatic manifest & certificate generation, and I've simplified the configuration files too.

steve-ks commented 6 years ago

Hi @pcable, thank you for your contribution. I've been a bit off and just saw the changes. I will try to soon include your changes, looks great as far as I can see.