aacotroneo / laravel-saml2

A Laravel 5 package for Saml2 integration as a SP (service provider) based on the simple OneLogin toolkit
MIT License
566 stars 237 forks source link

OneLogin_Saml2_Error #129

Open KevinJordil opened 6 years ago

KevinJordil commented 6 years ago

Hi,

Thx for the "remove_mcrypt" branch :+1: , I have an error with SAML2 : OneLogin_Saml2_Error (2) Invalid array settings: sp_acs_url_invalid, sp_sls_url_invalid

Do you have any idea what caused the error?

Thx

danmichaelo commented 6 years ago

Same as #115

KevinJordil commented 6 years ago

I find a work arround, i replace acs, sls and metadatas url by absolute url : url('/')."/saml2/acs", url('/')."/saml2/sls", url('/')."/saml2/metadatas"