1. Grafana

You are here:
< All Topics

Grafana can be used to integrate Cyberus Key using Generic OAuth Authentication. All that is required is to write your authorization configuration to the grafana.ini file:

[auth.generic_oauth]
enabled = true
client_id = YOUR_APP_CLIENT_ID
client_secret = YOUR_APP_CLIENT_SECRET
scopes = openid email account
auth_url = https://api.cyberuskey.com/api/v2/authenticate
token_url = https://api.cyberuskey.com/api/v2/tokens
api_url = https://api.cyberuskey.com/api/v2/userinfo
allowed_domains = mycompany.com mycompany.org
allow_sign_up = true

Table of Contents