-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GLPI Single Sign On with Keycloak #118
Comments
It seems a misconfiguration, as it's returning a 404 error. It also seems that you're using a NGINX proxy, it maybe an issue there. The URL "/plugins/singlesignon/front/callback.php/provider/1" in fact doesn't exist, it's a pseudo URL that should redirect to "/plugins/singlesignon/front/callback.php" which parses "/provider/1" as a parameter, maybe your proxy is attempting to check if it exists but it doesn't. |
Hello, In the logs of nginx i see :👍 GET /provider/1/index.php?redirect=%2Fplugins%2Fsinglesignon%2Ffront%2Fcallback.php%2Fprovider%2F1 HTTP/1.1" 404 27 "https://*******************.com/plugins/singlesignon/front/provider.form.php?id=1" My nginx config file looks like this : server {
Do you think my nginx configuration file is correct ? |
I'm not a specialist on NGINX, but I believe I'll implement a fix that will change the URL format to |
Thank you |
Hello,
First of all, thank you for this plugin that I have been looking for for a long time.
I tried to create authentication with a Keycloak server, but when I test it, I get the following error:
Is this due to a misconfiguration of the plugin or a misconfiguration of Keycloak?
The text was updated successfully, but these errors were encountered: