Lightweight identity and authorization management software
Find a file
2020-08-18 17:39:34 +02:00
docker Client forms 2020-08-17 15:49:48 +02:00
schemas tests workflow 2020-08-18 17:39:34 +02:00
tests tests workflow 2020-08-18 17:39:34 +02:00
web tests workflow 2020-08-18 17:39:34 +02:00
.gitignore tests workflow 2020-08-18 17:39:34 +02:00
.gitlab-ci.yml tests workflow 2020-08-18 17:39:34 +02:00
babel.cfg i18n 2020-08-17 11:38:25 +02:00
config.sample.toml tests workflow 2020-08-18 17:39:34 +02:00
docker-compose.yml tests workflow 2020-08-18 17:39:34 +02:00
README.md tests workflow 2020-08-18 17:39:34 +02:00
requirements.txt tests workflow 2020-08-18 17:39:34 +02:00
setup.cfg tests workflow 2020-08-18 17:39:34 +02:00

OpenID Connect LDAP Bridge

oidc-ldap-bridge is a simple OpenID Connect provider based upon OpenLDAP.

It authenticates your LDAP users, and do not need any additional database to work. Everything is stored in your OpenLDAP server.

Contribute

Contributions are welcome! To run the tests, you just need to run tox.

To try a development environment, you can run the docker image and then open https://127.0.0.1:5000

cp config.sample.toml config.toml
docker-compose up