edgardmessias / glpi-singlesignon

GNU General Public License v3.0
68 stars 51 forks source link

No teste e na tela de login, ao clicar no botão Login with "provider", esta abrindo uma janela com mensagem "File not found" #66

Open coca-mann opened 1 year ago

coca-mann commented 1 year ago

Estou usando o PHP 8.1 FPM e servidor web Nginx, porém por algum motivo ao clicar no botão de teste no cadastro do provedor, ou na tela de autenticação do GLPI, ele abre uma nova janela com a mensagem File not found com o fundo todo branco.

image

Ao verificar o log do nginx, ele registra a seguinte informação no arquivo /var/log/nginx/error.log:

2023/05/19 18:13:41 [error] 24011#24011: *19 FastCGI sent in stderr: "Primary script unknown" while reading response header from upstream, client: 172.16.2.12, server: glpihomologacao.fimca.edu.br, request: "GET /plugins/singlesignon/front/callback.php/provider/1/test/1 HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "glpihomologacao.fimca.edu.br", referrer: "http://glpihomologacao.fimca.edu.br/plugins/singlesignon/front/provider.form.php?id=1"

E no /var/log/nginx/access.log:

172.16.2.12 - - [19/May/2023:18:13:41 -0400] "GET /plugins/singlesignon/front/callback.php/provider/1/test/1 HTTP/1.1" 404 47 "http://glpihomologacao.fimca.edu.br/plugins/singlesignon/front/provider.form.php?id=1" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36"

Alguém poderia me ajudar a diagnosticar o corrigir o problema?

Obrigado