Identity: Ops-api
- TAGS: Identity
国人开发者,还在开发中。
github: https://github.com/yuyan075500/ops-api
客户端配置:https://github.com/yuyan075500/ops-api/blob/main/deploy/sso.md
安装
用户名为:admin,密码为:admin@123...
认证
graanfa
参考文档:https://github.com/yuyan075500/ops-api/blob/main/deploy/sso_example/grafana.md
1.新增站点
登录地址: http://10.0.0.128:3000 SSO认证: 开启 回调地址: http://10.0.0.128:3000/login/generic_oauth
2.grafana
grafana.ini
[auth.generic_oauth] # 开启OAuth认证 enabled = true # OAuth认证的名称,便于用户区分 name = 信息化统一认证中心 # 允许自动注册用户 allow_sign_up = true # 自动登录 auto_login = true # client_id,在平台站点详情中获取 client_id = CwBabIruAXBxbrXq # client_secret,在平台站点详情中获取 client_secret = ZRmvDjvhKMbCQnkfTtUbSFuLGeyyloID # 固定值 scopes = openid # OAuth2认证登录登录地址 auth_url = http://10.0.0.128/login # OAuth2认证获取Token接口 token_url = http://10.0.0.128/api/v1/sso/oauth/token # OAuth2认证获取用户信息接口 api_url = http://10.0.0.128/api/v1/sso/oauth/userinfo