aacotroneo / laravel-saml2

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

mytestidp1_idp_settings.php #223

Open albertStaalburger opened 4 years ago

albertStaalburger commented 4 years ago

There is a typo in the initial config file, env SLO was missing the O. Changed _IDP_SL_URL to _IDP_SLO_URL. If you copy paste mytestidp1_idp_settings.php and rename to your own test file and follow OneLogin instructions without fixing it you end up with (.env):

SAML2_{idpName}_IDP_ENTITYID="..."
SAML2_{idpName}_IDP_SSO_URL="..."
SAML2_{idpName}_IDP_SLO_URL="..."
SAML2_{idpName}_IDP_x509="..."

Which results in the error: OneLogin\Saml2\Error The IdP does not support Single Log Out