mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Docs: Update generic-oauth.md (#28517)
Callback URI fragment should be suffixed, not a prefix.
This commit is contained in:
@@ -21,7 +21,7 @@ You can configure many different OAuth2 authentication services with Grafana usi
|
|||||||
- [JMESPath examples](#jmespath-examples)
|
- [JMESPath examples](#jmespath-examples)
|
||||||
- [Role mapping](#role-mapping)
|
- [Role mapping](#role-mapping)
|
||||||
|
|
||||||
This callback URL must match the full HTTP address that you use in your browser to access Grafana, but with the prefix path of `/login/generic_oauth`.
|
This callback URL must match the full HTTP address that you use in your browser to access Grafana, but with the suffixed path of `/login/generic_oauth`.
|
||||||
|
|
||||||
You may have to set the `root_url` option of `[server]` for the callback URL to be
|
You may have to set the `root_url` option of `[server]` for the callback URL to be
|
||||||
correct. For example in case you are serving Grafana behind a proxy.
|
correct. For example in case you are serving Grafana behind a proxy.
|
||||||
|
|||||||
Reference in New Issue
Block a user