mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* 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> |
||
---|---|---|
.. | ||
apache_proxy | ||
apache_proxy_mac | ||
authentik | ||
freeipa | ||
jwt_proxy | ||
nginx_proxy | ||
nginx_proxy_mac | ||
oauth | ||
openldap | ||
openldap-mac | ||
openldap-multiple | ||
prometheus_basic_auth_proxy | ||
saml | ||
README.md |
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.