* Init screen for LDAP UI * add ldap drawer * update routes * update definitions * add definitions for ldap configurations * improve readibility * remove whitespace * clean up * Adjust LdapSettingsPage * adjust form autocomplete from backend call
Auth Docker blocks
This collection of Docker images will help create a developer environment to interact with different Authentication Providers.
Usage
Spin up a service with the following command from the base directory of this repository.
make devenv=auth/oauth
This will add the oauth/docker-compose block to the docker-compose file used
by the devenv target.