aacotroneo / laravel-saml2

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

Add route pattern for idpName #220

Open jonasva opened 4 years ago

jonasva commented 4 years ago

Added a route pattern for the idpName route prefix based on the idpNames array in the config. This is to prevent the saml2 routes accidentally matching any other routes (eg: example.com/myotherauthsystem/login).