Doc: Fix wrong default callback URL (#57908)

* doc: fix wrong default callback URL

* doc: fix gitlab typos
This commit is contained in:
Jo
2022-10-31 15:13:27 +00:00
committed by GitHub
parent a59dc8b7ad
commit 07991c76fe
2 changed files with 6 additions and 4 deletions

View File

@ -23,9 +23,11 @@ settings page). When you create the application you will need to specify
a callback URL. Specify this as callback:
```bash
http://<my_grafana_server_name_or_ip>:<grafana_server_port>/grafana/login/github
http://<my_grafana_server_name_or_ip>:<grafana_server_port>/login/github
```
> Note: <my_grafana_server_name_or_ip>'s value should match your grafana server's `root_url`, the URL used to access grafana.
This callback URL must match the full HTTP address that you use in your
browser to access Grafana, but with the suffix path of `/login/github`.
When the GitHub OAuth application is created you will get a Client ID and a