laravel-saml2 icon indicating copy to clipboard operation
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

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

Hello, I have issue regarding the authentication, I logged in using the Event listener "UserLoggedIn". But once I get the Auth::user() in Controller, I'm getting a null value. I also...

Q: Should `NameIDFormat` be removed from the config file? ## Details: Commit 7cdac6013b6ea3d544306d16c229106e8a746f28 introduced per-tenant nameID format, stored in DB and defaulting to `persistent` The config file still has a...

Currently if I'm trying to sign in a user that has no permission to the application signing in to, if got an error 500: ``` [2022-11-29 13:57:14] staging.ERROR: saml2.error_detail {"error":"The...

Not so much an issue but more of a question. I'm trying to use the Auth->isAuthenticated() function but can't for the life of me get the Auth model instantiated without...

question

Hi, I'm using laravel-saml2 and encountering a case-sensitive email issue where the email returned by the Identity Provider does not match the case of the email stored in our database,...

This is a draft PR for the next major release. The goal is to improve the design of the solution, giving developers more control and flexibility, as well as providing...

There is a feature in the aacotroneo/laravel-saml2 library which allows users to extend the controller without having to redefine all the routes by defining a `saml2_controller` config value, which you...

Background: The metadata parsing as it exists today won't honor http:// schema names, which we need in order to support multiple IdP types, and specifically Microsoft Entra ID which uses...

laravel-saml2: `"24slides/laravel-saml2": "^2.4",` Laravel version: 10 PHP: 8.1 ``` SAML2_LOGIN_URL='https://login.microsoftonline.com/0dac*********************26043d2d/saml2' SAML2_LOGOUT_URL='https://login.microsoftonline.com/0da**************626043d2d/saml2' SAML2_ERROR_URL='https://example.com/saml2/catch' SAML2_SP_CERT_x509="-----BEGIN CERTIFICATE----- MIIC8DCC**********************************8 ***************************************** ***************************************************8 **********************************8888888 Zdpx8VMaD0RIYIdjylP2 -----END CERTIFICATE-----" SAML2_SP_CERT_PRIVATEKEY= SAML2_SP_ENTITYID=2dd************************6651fac43 SAML2_ORGANIZATION_NAME=example SAML2_ORGANIZATION_URL=https://example.com.com ``` ` saml2.error_detail {"uuid":"4b63d08*****************7b461007","error":"Invalid audience...

Hello, Everything is working fine, but suddenly IDP started responding to port 8080 due to which users are not being able to login. By tracing I found out that OneLogin\Saml2\Utils...