Revision d44a042fd597aa7894f2d05d9ea4aeda6e796ea6 authored by Maxime Besson on 02 April 2019, 20:38:24 UTC, committed by Maxime Besson on 03 April 2019, 09:20:24 UTC
Relating to issue #1668, the proposed fix works when there is only one
service provider to logout of.

Now that multiple service provider logout is starting to work again on
2.0, we cannot read the remote_ProviderID from the logout object because
it is only filled by lasso when actually building the response.

Instead, we ignore any error that could occur when building the
response, log a warning and show the portal instead. Still better than
an internal server error.
1 parent 0ca4d1a
Raw File
README.md
# LemonLDAP::NG

LemonLDAP::NG is a complete and modular Web-SSO system that can run with
reverse-proxies or directly on application webservers. It can be used in
conjunction with OpenID-Connect, CAS and SAML systems as identity or
service provider. It can also be used as proxy between those federation
systems.

It manages both authentication and authorization and provides headers for
accounting. So you can have a full AAA protection. Authorizations are built by
associating a regular expression and a rule. Regular expression is applied on
the requested URL and the rule calculates if the user is authorized.

You can find documentation on [our website](https://lemonldap-ng.org/)

# Upgrade

See https://lemonldap-ng.org/documentation/latest/upgrade

# License and copyright

LemonLDAP::NG is a free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see http://www.gnu.org/licenses/.

Copyright: see COPYING

back to top