grafana 实现oauth登录需要修改的配置参数

1、此处首先修改grafana的配置

[auth.generic_oauth]
name = OAuth
enabled = true
allow_sign_up = true
#修改client_id
client_id = xxxxxxx
#修改client_secret
client_secret = xxxxxxxx
#修改scopes
scopes = openid email nickname
email_attribute_name =
email_attribute_path =
login_attribute_path =
name_attribute_path =
role_attribute_path =
id_token_attribute_name =
#修改auth_url
auth_url =http://1.1.1.1:9911/oauth/authorize
#修改token_url
token_url =http://1.1.1.1:9911/oauth/token
#修改api_url
api_url =http://1.1.1.1:9911/oauth/userinfo
allowed_domains =
team_ids =
allowed_organizations =
tls_skip_verify_insecure = false
tls_client_cert =
tls_client_key =
tls_client_ca =

#回调地址
root_url = http://当前主机ip:3000

#关闭登录框,只运行oauth登录
# Set to true to disable (hide) the login form, useful if you use OAuth
disable_login_form = true

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值