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, the readme says under "Authentication events", that you should "add listeners on Slides\Saml2\SignedIn and Slides\Saml2\SignedOut events.", but it does not tell where (in which file) one should do that...
Below is the error that is returned when the response from the IDP is determined to be invalid. ``` Symfony\Component\HttpFoundation\Response::setContent(): Argument #1 ($content) must be of type ?string, Illuminate\Routing\Redirector given,...
I am attempting to migrate from `aacotroneo/laravel-saml2` to this package. In the old package, I used the `idpName` in the URL. When I create a tenant in this new package,...
I have an application using this plugin. Before the user logs in, the app saves a piece of data in a session. I think have them follow a link generated...
Hello, thank you for this package. I have some questions about certificate expiration management. - If the IdP's certificate has expired, will it still work? (apparently the onelogin package does...
Hi all. Rather noob question, but I'm struggling to figure out how to protect some routes in by /routes/web.php file behind SAML auth. I added the Middleware items noted in...
This is more of a discussion than a bug report. I am using sub-domains to identify my tenants, not a uuid in the path. So, one tenant might access my...
Hi. When i am trying to get messageId i have the following error Call to undefined method Slides\Saml2\Events\SignedIn::getAuth() Any idea?
Hi, i am facing an issue when i am trying to publish vendor. The error says: Can't locate path: I am using laravel 5.5 and php 7.0. The 24slides/laravel-saml2 version...
I'm trying to use this package alongside the multi-tenancy package https://github.com/archtechx/tenancy. This package creates seperate databases for the tenants while using the default database as a 'central' database. The SAML2...