Welcome to the taranta authentication documentation!

This project provides an authentication service for use by the taranta suite for authenticating and authorising users and identifying their shared groups

Creating a ver basic user for authentication

Create a .env file and mount it as a volume in the docker-compose file, containing the following entries: .. code-block:

LDAP_CREDENTIALS=
LDAP_URL=
LDAP_BIND=

Build and run: .. code-block:

$ docker-compose build
$ docker-compose up