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 everyone, I'm having problem when using this package with Laravel 11 Octane running Swoole. As my debug, the problem occur when WSO2 IS authenticated and request to my `/saml2/{uuid}/acs`...
Currently, tenants (SAML providers) are registered via Artisan commands and can be accessed through URLs like: `/saml2/b2dae2e6-e814-4553-a3a5-a56ddaca1110/login` While this works, I would prefer to use a more friendly identifier (such...
First of all thank you for this package, it worked really well. I got a question, is it possible to use different certificates for signing and encryption ? Didn't found...
I have this code lo listen SignedIn. This part seems to work fine, I retrieve the User from SSO and save it as User in my database and log in....
I have a problem with the ACS url. Ik krijg de melding: openssl_x509_read(): X.509 Certificate cannot be retrieved. I have checked the certificate as many as 100 times and this...
Hey, I intend to logout users via SLO when the session is timed out. I'm testing with OneLogin, but need to work with other providers as well. I log the...
We had to update the x509 Certificate and used the update-tenant command with --x509Cert="..." and the tenant change from "unspecified" to "persistent". ValidatesInput - resolveNameIdFormat: sets the name_id_format to "persistent"...
Hello ! I need to configure Keycloak with Laravel as Identity providers using SAML What i have done - integrate laravel with this plugin - create integration using link provided...
Hi, using the default routes of the saml2.php config redirects to http while my 'entityId', 'assertionConsumerService' and 'singleLogoutService' in the metadata are https routes. Can I overwrite this anywhere in...