Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
#################################### Generic OAuth ##########################
[auth.generic_oauth]
enabled = true
name = onePortal
;allow_sign_up = true
client_id = YOUR_CLIENT_ID
client_secret = YOUR_CLIENT_SECRET
scopes = openid profile email
auth_url = https://YOUR.ONEPORTALTRIVOREID.SERVER/openid/auth
token_url = https://YOUR.ONEPORTALTRIVOREID.SERVER/openid/token
api_url = https://YOUR.ONEPORTALTRIVOREID.SERVER/openid/userinfo

You still need to create user accounts in Grafana and send invites. If you enable allow_sign_up this may be skipped.

...