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 everyone, _I am looking for some help and an explanation on how to use this package to enable SSO with multiple MS Azure tenants. I am new to this...

The link it redirects me to is ".../idp/module.php/arai/loginuserpass.php", but the problem is that this page throws an error because the correct login page should be /idp/module.php/arai/loginuserpass.php?AuthState=_75be80004b9944374008fda7 (etc, its too long)....

1) Clicked on login with google account by using "https://mydomain/saml2/uuid/login" url 2) it redirects to google account window to fill email 3) after click on login or continue it returns...

Added a command which will help to create certificates for Service Provider

Just a small fix to work behind a Laravel Sail environment. The SAIL always start the internal PHP server at port 80, and sometimes we run the SAIL on a...

My application uses different IDp for different segment of users. We identify the user based on their saml userid. Is there a way, as a service provider, to suggest a...

Hi Can you please help me fix the above error? I have followed the documentation and created the tenant and added the middleware checking. When I try to access the...

I am now replicating the package in production server, so config is all that's left. Followed everything based on initial setup and README, but I am still getting this error...

Hello, I've tried these different formats: ``` $url = saml_url(config('app.url'), $identity->uuid, [config('app.url') . '/login-sso-redirect']); $url = saml_url(config('app.url'), $identity->uuid, config('app.url') . '/login-sso-redirect'); $url = saml_url(config('app.url'), $identity->uuid, ['returnTo' => config('app.url') . '/login-sso-redirect']);...