且构网

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

如何将LDAP身份验证与Grafana和Wamp结合使用以进行单点登录?

更新时间:2023-12-05 10:36:22

通过执行以下步骤,我已经可以执行SSO.

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

  1. 按照 grafana文档
  2. 中的步骤使用Grafana配置LDAP
  3. 使用 Apache的auth与Grafana的AuthProxy一起禁用grafana登录页面 documenation
  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.