Remove duplicated entry in properties table (#71388)

pull/71402/head
linoman 2 years ago committed by GitHub
parent e38b6cf7d8
commit 340f55fa15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      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`. |

Loading…
Cancel
Save