Difference between revisions of "Configure Google OAuth2 authentication for Grafana"

From wikieduonline
Jump to navigation Jump to search
 
(11 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
  [[grafana.ini]]
 
  [[grafana.ini]]
 
{{Google auth grafana}}
 
{{Google auth grafana}}
 +
 +
 +
== Errors ==
 +
* <code>[[Error 403: org internal]]</code>
 +
* <code>[[Error 400: redirect_uri_mismatch]]</code>
  
 
== Related ==
 
== Related ==
* [[Google OAuth2]]
+
* [[Google API console]]: https://console.cloud.google.com/apis/credentials
 +
* [[Google OAuth2]]: [[Google oAuth2 authentication]]
 
* [[Google Auth]]
 
* [[Google Auth]]
 
* <code>[[grafana.ini]]</code>
 
* <code>[[grafana.ini]]</code>
 
* <code>[[root_url]]</code>
 
* <code>[[root_url]]</code>
 +
* [[oAuth]]
 +
* [[Grafana roles]] and role mapping: https://grafana.com/docs/grafana/latest/setup-grafana/configure-security/configure-authentication/
 +
 +
== Errors ==
 +
* <code>[[Error 403: org internal]]</code>
 +
* <code>[[Error 400: redirect_uri_mismatch]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{Google OAuth2}}
 
* {{Grafana}}
 
* {{Grafana}}
  
  
 
[[Category:Grafana]]
 
[[Category:Grafana]]

Latest revision as of 14:28, 11 April 2023


grafana.ini
#################################### Google Auth ##########################
[auth.google]
;enabled = false
;allow_sign_up = true
;client_id = some_client_id
;client_secret = some_client_secret
;scopes = https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email
;auth_url = https://accounts.google.com/o/oauth2/auth
;token_url = https://accounts.google.com/o/oauth2/token
;api_url = https://www.googleapis.com/oauth2/v1/userinfo
;allowed_domains =
;hosted_domain =


Errors[edit]

Related[edit]

Errors[edit]

See also[edit]

Advertising: