You are not logged in.
Pages: 1
Hello,
We are trying to configure SSO on GLPI using mod_auth_gssapi.
We created the keytab on AD, it seems to works well with kinit command.
So we configured apache2 glpi configuration file with GSSAPI and when we try to access GLPI we are prompted to enter credentials on popup
By entering my domain username/password : it works
The problem is we want to avoid this popup and configure fully automatic authentication.
Devtools error I can see :
ERR_INVALID_AUTH_CREDENTIALS
GLPI Configuration :
Setup > Authentication > Others > Field storage of the login in the HTTP request is set to : REMOTE_USER
Apache2 config :
<Directory /var/www/html/>
AuthType GSSAPI
GssapiBasicAuth On
AuthName "GLPI"
GssapiCredStore keytab:/etc/apache2/krb.keytab
BrowserMatch Windows gssapi-no-negotiate
Require valid-user
</Directory>
Please let me know if you need any other information, thank you in advance
Offline
Pages: 1