Commit e8e280c8 by Arve Knudsen Committed by GitHub

Google OAuth Docs: Fix typos (#25790)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent 2cd56921
...@@ -12,7 +12,7 @@ weight = 3 ...@@ -12,7 +12,7 @@ weight = 3
# Google OAuth2 Authentication # Google OAuth2 Authentication
To enable the Google OAuth2 you must register your application with Google. Google will generate a client ID and secret key for you to use. To enable Google OAuth2 you must register your application with Google. Google will generate a client ID and secret key for you to use.
## Create Google OAuth keys ## Create Google OAuth keys
...@@ -23,7 +23,7 @@ First, you need to create a Google OAuth Client: ...@@ -23,7 +23,7 @@ First, you need to create a Google OAuth Client:
3. Enter the following: 3. Enter the following:
- Application Type: Web Application - Application Type: Web Application
- Name: Grafana - Name: Grafana
- Authorized Javascript Origins: https://grafana.mycompany.com - Authorized JavaScript Origins: https://grafana.mycompany.com
- Authorized Redirect URLs: https://grafana.mycompany.com/login/google - Authorized Redirect URLs: https://grafana.mycompany.com/login/google
- Replace https://grafana.mycompany.com with the URL of your Grafana instance. - Replace https://grafana.mycompany.com with the URL of your Grafana instance.
4. Click Create 4. Click Create
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment