Beta Lemonldap::NG handler for node.js
- Main package: lemonldap-ng-handler
- Configuration:
- Main class: @lemonldap-ng/conf
- Configuration backends: @lemonldap-ng/conf-*
- Perl Apache::Session::* wrapper:
- Main class: @lemonldap-ng/session
- Session backends: @lemonldap-ng/session-*
- Perl-DBI wrapper: perl-dbi
- Crypto API: @lemonldap-ng/crypto
- Constants: @lemonldap-ng/constants
- Global typescript types: @lemonldap-ng/types
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 (C) 2016-present Yadd yadd@debian.org
Licensed under GNU GPL V3