33
loading...
This website collects cookies to deliver better user experience
grafana.ini
file on that instanceadmin
user with a very strong password for maintainence.https://<domain>/login/azuread
grafana.ini
file called [auth.azuread]
The important things here are:openid email profile
https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize
replacing {tenant}
with the tenant ID from the main Azure AD App screenhttps://login.microsoftonline.com/{tenant}/oauth2/v2.0/token
replacing {tenant}
with the tenant ID from the main Azure AD App screen[auth.azuread]
name = Azure AD
enabled = true
;allow_sign_up = true
client_id =
client_secret =
scopes = openid email profile
auth_url = https://login.microsoftonline.com/{tenant}/oauth2/v2.0/authorize
token_url = https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token
;allowed_domains =
;allowed_groups =
sudo systemctl restart grafana.server.service