laravel-saml2
laravel-saml2 copied to clipboard
[Laravel 5.4+] An integration to add SSO to your service via SAML2 protocol based on OneLogin toolkit with support of multiple Identity Providers
Hi @brezzhnev / @dmyers ! Currently i'm migrating from the old(er) package "aacotroneo/laravel-saml2" to yours. One thing that I about this version is that i'm in control of the SingleSignOnService...
My application uses 3 different IdPs. They all need a different configuration for example in the 'security' section. To me it looks like you are using the same config/saml2.php for...
I wonder would it be good to have another table such as `saml2_users` or `saml2_connections` that is used to find the User model when logging in?
I've been working to integrate this package and was thinking it would be nice if it supported like a config of mapping of urn:oid values to model attributes automatically which...
This helps fix #34 - curious what you might think of this idea. This is modeled after the Onelogin Wordpress plugin which also does this.
I followed the readme and get this error in my Laravel app trying to logout. I placed ` Saml2Auth::logout()` right after `Auth::logout()`. ```php OneLogin\Saml2\Error Settings file not found: /var/www/html/vendor/onelogin/php-saml/settings.php ```...
Adding Illuminate 11.0 version
change the value to true WantAssertionsSigned
Hi there! With standard Laravel authentication and login, I can redirect the user back to the page he originally wanted to go to (with `redirect()->intended(...)`). So for example: - User...
On Laravel 11 its install version 1.1.0 Please, add someone L11 support?