mirror of
https://github.com/grafana/grafana.git
synced 2025-07-28 22:52:20 +08:00
Docs: Clean up ssoSettingsApi references from docs (#107896)
* Clean up ssoSettingsApi references from docs * lint
This commit is contained in:
@ -43,10 +43,6 @@ Ensure you know how to create a GitHub OAuth app. Consult GitHub's documentation
|
||||
|
||||
## Configure GitHub 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 GitHub OAuth client from within Grafana using the GitHub UI. To do this, navigate to **Administration > Authentication > GitHub** page and fill in the form. If you have a current configuration in the Grafana configuration file, 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 @@ Refer to [configuration options](#configuration-options) for more information.
|
||||
|
||||
## Configure GitHub 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" "github_sso_settings" {
|
||||
provider_name = "github"
|
||||
|
Reference in New Issue
Block a user