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
Hi guy can we get an update avoiding deprication issue for php 8 Log warning · Function openssl_x509_free() is deprecated in .../vendor/aacotroneo/laravel-saml2/src/Aacotroneo/Saml2/Saml2Auth.php on line 240 PHP 8.0 Laravel Framework 9
```php PHPUnit\Framework\Exception: Fatal error: Uncaught Error: Class 'Route' not found in vendor/aacotroneo/laravel-saml2/src/routes.php on line 3 ``` I'm running tests with phpunit for another features, and always shows this error. Its...
This project looks dead, aacotroneo appears to not touch this repo. Is there a fork that has an active development community?
Hi , I have integrated this package with ADFS on premises. How i can check if user is already logged in ADFS network ? so i can directly redirect him...
Hey guys, I keep getting this error : A valid SubjectConfirmation was not found on this Response I kept tracing the response thats coming from the idP and I think...
I am seeing this error with remove_mcrypt branch. Any suggestions what went missing? _The response was received at http:/xxx/saml2/acs instead of https://xxx/saml2/acs_ array:1 [▼ **0 => "invalid_response"** ]
Hi, Laravel = 8.* PHP = 8 Laravel Octane Swoole Currently, I'm facing a problem with this package if using Laravel Octane & Swoole. During redirect to IDP URL, >...
Hi Alejandro I've successfully integrated the library in Laravel 5.0, got the login/redirecting working properly, but cannot access SSO session persistence. What this means is that the isAuthenticated() function in...
For Key rotation, does this package have the ability to support rollover Keys as seen in onelogin/php-saml ``` /* * Key rollover * If you plan to update the SP...