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

Combine with spatie/laravel-permission #232

Open mebots-zz opened 3 years ago

mebots-zz commented 3 years ago

Hello,

Can we combine laravel-saml2 with spatie/laravel-permission, we get from adfs the roles of the user, we want to check that role against the roles of spatie/laravel-permission to give permissions on parts of the application.