From 340f55fa158934889c00d4052a2fdc0e6be850bc Mon Sep 17 00:00:00 2001 From: linoman <2051016+linoman@users.noreply.github.com> Date: Tue, 11 Jul 2023 21:48:40 +0200 Subject: [PATCH] Remove duplicated entry in properties table (#71388) --- .../configure-authentication/generic-oauth/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md index 3211fe02269..619b7d47394 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/generic-oauth/index.md @@ -54,7 +54,6 @@ To integrate your OAuth2 provider with Grafana using our generic OAuth2 authenti | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `client_id`, `client_secret` | These values must match the client ID and client secret from your OAuth2 app. | | `auth_url` | The authorization endpoint of your OAuth2 provider. | - | `token_url` | The token endpoint of your OAuth2 provider. | | `api_url` | The user information endpoint of your OAuth2 provider. Information returned by this endpoint must be compatible with [OpenID UserInfo](https://connect2id.com/products/server/docs/api/userinfo). | | `token_url` | The token endpoint of your OAuth2 provider. | | `enabled` | Enables generic OAuth2 authentication. Set this value to `true`. |