Docs: Improve SSO Settings docs (#83914)

* Improve docs

* remove trailing slash

* Update relref
This commit is contained in:
Misi
2024-03-09 19:24:48 +01:00
committed by GitHub
parent d82f3be6f7
commit 0b71354c8d
8 changed files with 32 additions and 0 deletions

View File

@ -23,6 +23,10 @@ weight: 900
This topic describes how to configure GitHub OAuth2 authentication.
{{% admonition type="note" %}}
If Users use the same email address in GitHub that they use with other authentication providers (such as Grafana.com), you need to do additional configuration to ensure that the users are matched correctly. Please refer to the [Using the same email address to login with different identity providers]({{< relref "../../configure-authentication#using-the-same-email-address-to-login-with-different-identity-providers" >}}) documentation for more information.
{{% /admonition %}}
## Before you begin
Ensure you know how to create a GitHub OAuth app. Consult GitHub's documentation on [creating an OAuth app](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/creating-an-oauth-app) for more information.