且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用 Grafana 和 Wamp 的 LDAP 身份验证进行单点登录?

更新时间:2023-12-03 10:47:22

我已经能够按照这些步骤进行 SSO.

I have been able to do SSO by following these steps.

  1. 按照 grafana 文档
  2. 中的步骤使用 Grafana 配置 LDAP
  3. 使用 Apache 的身份验证与 Grafana 的 AuthProxy 文档一起禁用 grafana 登录页面
  4. 如上所述通过修改 httpd.conf 文件将 LDAP 与 Apache 集成以进行反向代理身份验证
  5. 通过将用户名和密码传递到脚本中的 url 来弹出禁用的反向代理身份验证.
  1. Configuring LDAP with Grafana by following steps in grafana documentation
  2. Disabling the grafana login page by using Apache’s auth work together with Grafana’s AuthProxy documenation
  3. Integrating LDAP with Apache for reverse proxy authentication by modifying httpd.conf file as mentioned above
  4. Disabled reverse proxy authentication pop up by passing username and password into the url in the script.

通过这些步骤,我已经能够获得 SSO 功能.

With these steps I have been able to get SSO functionality.