laravel-saml2 icon indicating copy to clipboard operation
laravel-saml2 copied to clipboard

A Laravel 5 package for Saml2 integration as a SP (service provider) based on the simple OneLogin toolkit

Results 105 laravel-saml2 issues
Sort by recently updated
recently updated
newest added

We're developing a single page app that uses Laravel Passport and relying on the event listener did not suit our needs. In order to use the event listener, we had...

I get this error during the login using saml2/acs `protected function methodNotAllowed(array $others) { throw new MethodNotAllowedHttpException($others); }` I get this error during the logout using saml2/sls `} else {...

Hello, I've got authentication working when going to `/saml2/login`. I want to redirect unauthenticated users automatically to `/saml2/login`. In the readme there's a section about the `unauthenticated(...` function in `app/Exceptions/Handler.php`,...

i try using call the Saml2LoginEvent but not work. am I missing something? i'm using version 1.0 and laravel vresion 5.7 ```

Can I use it with laravel passport?

In the README, it says ``` $messageId = $event->getSaml2Auth()->getLastMessageId(); // your own code preventing reuse of a $messageId to stop replay attacks ``` My first thought is to have a...

Hi Im trying to add MFA or 2 factor authentication for my project but the logout not working properly. its signout only one authsource from the logout. it only redirect...

Can someone throw together a really simple Laravel project with onecloud authentication and this in it? Would be more than appreciated. :)

In my idp I get this error: 2018-05-03 18:23:16,400 - WARN [org.opensaml.xmlsec.impl.BasicEncryptionParametersResolver:248] - Validation failure: Failed to resolve both a data and a key encryption credential 2018-05-03 18:23:16,401 - WARN...

Hi, I am using SLO against Shibboleth IDP, I Initiate SLO by making a request to $idp_host . '/idp/profile/Logout', When the IDP propagates SLO to all of the SPs, the...