From 551ae2e9dea0227e4b2e8b7a68b60392b4de8fa9 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 07:20:58 -0500 Subject: [PATCH] [v10.0.x] docs: fix okta oauth endpoints (#73672) docs: fix okta oauth endpoints (#73191) * fix okta oauth endpoints * Fixed table borders (cherry picked from commit e81f6a7b0bcb2c725ad34c1d3586631705541d8f) Co-authored-by: Tristan Otterpohl <82106086+Otterpohl@users.noreply.github.com> --- .../configure-security/configure-authentication/okta/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/okta/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/okta/index.md index ff3fb682f97..b3c27b97a4b 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/okta/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/okta/index.md @@ -41,8 +41,8 @@ To integrate your Okta OAuth2 provider with Grafana using our Okta OAuth2 integr | Field | Description | | ---------------------------- | ------------------------------------------------------------------------------------------------------------- | | `client_id`, `client_secret` | These values must match the client ID and client secret from your Okta OAuth2 app. | - | `auth_url` | The authorization endpoint of your OAuth2 provider. `https://.okta.com/oauth2v1authorize` | - | `token_url` | The token endpoint of your Okta OAuth2 provider. `https://.okta.com/token` | + | `auth_url` | The authorization endpoint of your OAuth2 provider. `https://.okta.com/oauth2/v1/authorize` | + | `token_url` | The token endpoint of your Okta OAuth2 provider. `https://.okta.com/oauth2/v1/token` | | `api_url` | The user information endpoint of your Okta OAuth2 provider. `https://.okta.com/oauth2/v1/userinfo` | | `enabled` | Enables Okta OAuth2 authentication. Set this value to `true`. |