I am in the process of setting up Kerberos SSO authentication on a Centos 7, Apache 2.4 and php-fpm7.1 installation.
I am having a problem because the variables PHP_AUTH_USER and PHP_AUTH_PW are missing in php-fpm. Do I have to redo a new install of apache with mod_php or is there a solution to use SSO and fpm ?
Thanks in advance for your answer.