laravel-saml2
laravel-saml2 copied to clipboard
A Laravel 5 package for Saml2 integration as a SP (service provider) based on the simple OneLogin toolkit
What is the recommended way to show an error page when the user is not allowed to login? I need to handle the situation when a user doesn't exists at...
I login using Auth::login($user) which returns 'true' inside the Listener. But it doesn't keep user Logged in when I go to other pages.
I could use this library with laravel 8. It could be clarified in the README that the support is for all Laravel versions.
My login provider working perfect however i can't logout IDP server, How can i IDP closes global session. I tried to `Saml2Auth::logout();` on my laravel logout function. But it's give...
First of all, thank you for making such a great package!! The Laravel application that I work on serves multiple companies (tenants) and each of these companies get a unique...
Hi. I have a working SAML setup with an old version of laravel-saml2 on one site and now I'm trying to do a similar setup on another site, but things...
I have installed the package as per the documentation from the console I keep getting the exception In Saml2Auth.php line 40: IDP name required. when doing php artisan route:list what...
In the documentation you have the following line `//if it does not exist create it and go on or show an error message` I need to "show an error message"...
``` "onelogin/php-saml": "^3.0.0|^4.0.0" ```
How can I do the following using this package? If want to log an user in my application to test, I can do the following public function setUp() { $this->be(App\User::first())...