ddurieux / glpi_app_grafana

GNU Affero General Public License v3.0
23 stars 13 forks source link

Problem with Cas #49

Open spinaldf opened 5 years ago

spinaldf commented 5 years ago

Dears, I have this problem.

I use GLPI with Cas authentication and LDAP authentication, When I remove cas authentication connection work on Grafana., then it's working without Cas, show this message "Data source is working"

On glpi, I discovered this parameter "noCAS=1", if I access glpi doesn't show Cas authentication:

Example: http://Server-GLPI/glpi/index.php?noCAS=1

I tried add this parameter on my configuration, but doesn't work. Look on picture:

granfa-config

On url option I tried add too: https://cas.authentication.br/cas/login?service=http://dus.myserver.br/glpi/front/login.php

Show this error with if add this cas authentication: "Cross-Origin Request Blocked: add right headers in your apache/nginx like 'App-Token' and 'Session-Token"

My config of apache glpi:

apache-config

Can someone help me?