Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fbartels/cloudron-id-libregraph
https://github.com/fbartels/cloudron-id-libregraph
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fbartels/cloudron-id-libregraph
- Owner: fbartels
- Created: 2021-11-08T22:23:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:30:08.000Z (about 1 year ago)
- Last Synced: 2024-05-01T20:29:31.885Z (9 months ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudron ID
A kind of toolbox app to manage and verify identities.
Contains:
- LibreGraph Connect as an OpenID Provider
- LibreGraph IDM as a simple LDAP server (will serve any ldif file)
- uses ghosttunnel (along with the Cloudron tls addon) expose ldap with trusted ssl certificates
- step-ca as a custom certificate authority for SSL and SSH (?)## What it actually does
- Provides an OpenID Connect login provider that connects to the Cloudron user management
- Provides a minimal LDAP server to centrally manage LDAP for Cloudron and other applications## Testing
```bash
ldapsearch -x -H ldaps://id.9wd.eu:7636 -b "dc=lg,dc=local" -D "cn=readonly,dc=lg,dc=local" -w 'readonly'
```## Further links
Adding users: https://github.com/libregraph/idm#add-new-users-using-the-gen-newusers-command
Adding additional service users: https://github.com/libregraph/idm#adding-a-service-user-for-ldap-access
Migrate from OpenLDAP: https://github.com/libregraph/idm#replace-existing-openldap-with-idm