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

How to check if request has valid SAML data? #239

Open BasvanH opened 4 years ago

BasvanH commented 4 years ago

Hi,

I would like to create a middleware to check if an incoming request has already been authenticated by our IDP. Does anyone know how to accomplish this?

Kind regards, Bastiaan