mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 14:52:16 +08:00
Docs: Clean up ssoSettingsApi references from docs (#107896)
* Clean up ssoSettingsApi references from docs * lint
This commit is contained in:
@ -45,10 +45,6 @@ First, you need to create a Google OAuth Client:
|
||||
|
||||
## Configure Google authentication client using the Grafana UI
|
||||
|
||||
{{< admonition type="note" >}}
|
||||
Available behind the `ssoSettingsAPI` feature toggle, which is enabled by default.
|
||||
{{< /admonition >}}
|
||||
|
||||
As a Grafana Admin, you can configure Google OAuth client from within Grafana using the Google UI. To do this, navigate to **Administration > Authentication > Google** page and fill in the form. If you have a current configuration in the Grafana configuration file then the form will be pre-populated with those values otherwise the form will contain default values.
|
||||
|
||||
After you have filled in the form, click **Save**. If the save was successful, Grafana will apply the new configurations.
|
||||
@ -61,10 +57,6 @@ If you run Grafana in high availability mode, configuration changes may not get
|
||||
|
||||
## Configure Google authentication client using the Terraform provider
|
||||
|
||||
{{< admonition type="note" >}}
|
||||
Available behind the `ssoSettingsAPI` feature toggle, which is enabled by default. Supported in the Terraform provider since v2.12.0.
|
||||
{{< /admonition >}}
|
||||
|
||||
```terraform
|
||||
resource "grafana_sso_settings" "google_sso_settings" {
|
||||
provider_name = "google"
|
||||
|
Reference in New Issue
Block a user