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
Firstly, Thank you so much for this awesome package. The issue I am having is : Getting `response was received at http://exampleUrl.com instead of https://exampleUrl.com .ERROR: Saml2 error ["invalid_response"] `...
Just a follow up to my config issue. I needed to configure multiple x509 certs and fe,lt lucky finding out it is possible in onelgins package. Maybe its new I...
We have a problem. The client (idP) has changed the certification and I have been given the new FederationMetaData.xml (so it is called). We have changed the x509 with the...
I can't establish Single Sign-Out anyhow with this library. As IdP I'm using WSO2 Identity Server which will POST the sign-out request to /saml2/sls endpoint. As the library isn't supposed...
Hi, When i am trying to logout using the Saml2Auth::logout(); with google its showing the following error Error parsing the request, malformed_request: The SAML request is malformed can help me...
I configured everything in the SP and iDP sections in **saml2_settings.php** I go to : /admin/login I got landed on my iDP log-in page immediately, it is a correct behavior....
Hi, the documentation for the authprovider is for 5.2. Does anyone have a working example available for 5.3 ? Preferable with automatic user creation? Thanks!
In your **configuration** section, You guys said, "if you use **simplesamlphp**, add the following to /metadata/sp-remote.php" I'm a little confuse right now, since this is my first time implementing this...
I'm trying to use this package to login multiple applications but getting this error. I have changed following in Illuminate\Auth\Middleware\Authenticate.php From: public function handle($request, Closure $next, ...$guards) { $this->authenticate($guards); return...
Hi, Thanks for doing this development. I'm trying to use this package but I need to use simplesamlphp... I'm not sure what i need to do in order to use...