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

https://www.kb.cert.org/vuls/id/475445. It doesn't appear that this is vulnerable, but updating onelogin/php-saml to 2.13 adds a unit test that allows this library to be confident that it isn't.

Hi, Thx for the "remove_mcrypt" branch :+1: , I have an error with SAML2 : OneLogin_Saml2_Error (2) Invalid array settings: sp_acs_url_invalid, sp_sls_url_invalid Do you have any idea what caused the...

Hi, I have configured laravel saml2 as mentioned when i try to Login using (/saml2/login) , its going to " ..adfs/ls ... " after that I get back to homepage...

Hi, I need some help please to sort out this logout phase. I have set up my application to work with ADFS and the login phase is now properly working....

We are working with a system where the RelayState and SAMLRequest GET params cause the IdP login page to break. Would it be possible to have an option which disables...

When logging in I am getting an infinite loop. It seems that its not able to get back to the same session. I am using: session driver = database routesMiddleware...

Hey, I have an important issue because 0.11.0 breaks compatibility to all IDPs that need multi x509 certs for signing and encryption. See issue #96 where I noted those multi-certs...

I kept getting this error OneLogin_Saml2_Error in Settings.php line 121: Invalid array settings: idp_sso_url_invalid, idp_slo_url_invalid and here is my settings `

In our codebase I have added some code to load private keys and certificates from key- and certificatefiles. The files have to be in openssl format. Supported configuration options: -...