61774ae7f1
* use scopes for generic_oauth devenv. Support refresh_tokens * add keycloak section * add teamsync support to oauth devenv * Add keycloak guide * Upgrade keycloak to version 19 * Update devenv/docker/blocks/auth/oauth/readme.md Co-authored-by: Misi <mgyongyosi@users.noreply.github.com> * feedback Co-authored-by: Ieva <ieva.vasiljeva@grafana.com> Co-authored-by: Misi <mgyongyosi@users.noreply.github.com> Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
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=oauth
This will add the oauth/docker-compose block to the docker-compose file used
by the devenv target.