lemonldap-ng-session-ldap

LemonLDAP::NG handler for Node.js


Keywords
Lemonldap::NG, SSO, SAML, OpenID-Connect, SSOaaS, handler, lemonldap-ng, nginx, sso-authentication
License
CNRI-Python-GPL-Compatible
Install
npm install lemonldap-ng-session-ldap@0.5.5

Documentation

Lemonldap::NG handler for Node.js

Beta Lemonldap::NG handler for node.js

packages

What is LemonLDAP::NG

Lemonldap::NG is a complete 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. Authorization 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.

LLNG is designed in 3 kinds of elements:

  • a portal
  • a manager
  • some handlers for Apache, Plack family, Node.js
  • some FastCGI servers to provide Nginx handler or SSOaaS:
    • pure Perl (default)
    • uWSGI (Perl via uwsgi-psgi plugin)
    • this Node.js module

This module provide the Node.js handler and the FastCGI server.

See Lemonldap::NG website for more.

Copyright and license

Copyright (C) 2016-present Yadd yadd@debian.org

Licensed under GNU GPL V3