Skip to content

LDAP Self Service


This project is a NodeRED Full-Stack application for LDAP Self-Service. You can deploy this project by cloning the repo and adding to your NodeRED instance, or you can pull our docker image that is already setup for immediate spin-up. The latter only requires that you add your credential encryption key and the credentials for LDAP, GLPI and your OAuth2 provider.

Features

Currently this project is a work-in-progress. Whilst it can be used, some features are still in the planning stage.

Self Service Features:

  • Edit personal details (planned)

  • Edit Self-Service password reset questions (planned)

  • Change password

  • Reset password

General Features:

  • Oauth2 Authentication

  • Token Authentication

  • GLPI form to ticket flow

  • Cron Jobs:

    • Remove expired sessions
  • scripts to (en/de)crypt the flows_cred.json

Usage

There are two ways to use this NodeRed flow:

  1. Clone to the data directory of your NodeRED insance

  2. Use our pre-built docker image

Security

if you choose your own NodeRED instance to deploy LDAP Self-Service, Care must be taken to ensure that the path the flows admin is on not be publically available, as access to this path grants full access to the backend as well as access to passwords and secrets from your flows_cred.json file.

About:

This page forms part of our Project LDAP Self Service.

Page Metadata
Version: ToDo: place files short git commit here
Date Created: 2023-08-14
Date Edited: 2023-08-15

Contribution:

Would You like to contribute to our LDAP Self Service project? You can assist in the following ways:

 

ToDo: Add the page list of contributors

Back to top