You are not logged in.

Announcement

 Téléchargez la dernière version stable de GLPI      -     Et vous, que pouvez vous faire pour le projet GLPI ? :  Contribuer
 Download last stable version of GLPI                      -     What can you do for GLPI ? :  Contribute

#1 2023-02-08 10:44:56

goldtool
Member
Registered: 2023-02-08
Posts: 1

SSO and GSSAPI - Popup

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

Board footer

Powered by FluxBB