diff --git a/SelfHosted/Keycloak.md b/SelfHosted/Keycloak.md new file mode 100644 index 0000000..e3d7739 --- /dev/null +++ b/SelfHosted/Keycloak.md @@ -0,0 +1,36 @@ +--- +title: Keycloak +description: Centralisation de l’authentification +published: true +date: 2021-06-14T06:39:46.218Z +tags: +editor: markdown +dateCreated: 2021-05-24T10:34:51.230Z +--- + +# Présentation + +# Installation + +# Configuration + +## Portainer + +![](https://wiki-tech.io/image_2021-05-03_212514.png) + +## Grafana + +```plaintext + - GF_AUTH_GENERIC_OAUTH_ENABLED=true + - GF_AUTH_GENERIC_OAUTH_SCOPES=email + - GF_AUTH_GENERIC_OAUTH_NAME= + - GF_AUTH_GENERIC_OAUTH_ALLOW_SIGN_UP=true + - GF_AUTH_GENERIC_OAUTH_CLIENT_ID=grafana + - GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET= + - GF_AUTH_GENERIC_OAUTH_AUTH_URL=https:///auth/realms//protocol/openid-connect/auth + - GF_AUTH_GENERIC_OAUTH_TOKEN_URL=https:///auth/realms//protocol/openid-connect/token + - GF_AUTH_GENERIC_OAUTH_API_URL=https:///auth/realms//protocol/openid-connect/userinfo + - GF_AUTH_GENERIC_OAUTH_ROLE_ATTRIBUTE_PATH=contains(roles[*], 'admin') && 'Admin' || contains(roles[*], 'editor') && 'Editor' || 'Viewer' +``` + +## WikiJS \ No newline at end of file