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

how can i check if assertion response is valid or not ? #244

Open nikultaka opened 3 years ago

nikultaka commented 3 years ago

I am getting assertion from this function : $user->getRawSamlAssertion(), i want to check if this response is valid or not ? how can i check that ?