From da60c561a8483899038539dea604777e116a9eff Mon Sep 17 00:00:00 2001 From: Karl Persson Date: Mon, 23 Sep 2024 09:19:38 +0200 Subject: [PATCH] Docs: Update to use correct config key for saml token url (#93569) Update to use correct config key for saml token url --- .../configure-security/configure-authentication/saml/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md b/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md index d18be432199..269d6578eca 100644 --- a/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md +++ b/docs/sources/setup-grafana/configure-security/configure-authentication/saml/index.md @@ -329,7 +329,7 @@ The table below describes all SAML configuration options. Continue reading below | `name_id_format` | No | The Name ID Format to request within the SAML assertion | `urn:oasis:names:tc:SAML:2.0:nameid-format:transient` | | `client_id` | No | Client ID of the IdP service application used to retrieve more information about the user from the IdP. | | | `client_secret` | No | Client secret of the IdP service application used to retrieve more information about the user from the IdP. | | -| `access_token_url` | No | URL to retrieve the access token from the IdP. | | +| `token_url` | No | URL to retrieve the access token from the IdP. | | | `force_use_graph_api` | No | Whether to use the IdP service application retrieve more information about the user from the IdP. | `false` | ### Signature algorithm