Hi,
I’m testing authentication via saml, make the configuration according to the doc:
Installation:
- VM Debian
- Egroupware via package: egroupware-docker 20.1.20210125-1
- Docker image: egroupware/egroupware tag 20.1 with php-fpm 7.4
- This vm is a clone of one that is working with ldap authentication without problems.
When I want to test the config I get the following error:
[error] 22#22: *520 FastCGI sent in stderr: "PHP message: An error happened (Error): Call to a member function link() on null
PHP message: #0 /usr/share/egroupware/api/src/Auth/Saml.php(681): EGroupware\Api\Egw::link()
PHP message: #1 /usr/share/egroupware/saml/_egw_include.php(34): EGroupware\Api\Auth\Saml::checkDefaultConfig()
PHP message: #2 /usr/share/egroupware/saml/_include.php(4): require_once('/usr/share/egro...')
PHP message: #3 /usr/share/egroupware/saml/index.php(3): require_once('/usr/share/egro...')
PHP message: #4 {main}PHP message: # Instance=, User=, Request=HEAD http://127.0.0.1:8080/egroupware/saml/, User-agent=curl/7.64.0" while reading response header from upstream, client: 172.19.0.1, server: _, request: "HEAD /egroupware/saml/ HTTP/1.1", upstream: "fastcgi://172.19.0.5:9000", host: "127.0.0.1:8080"
Any suggestion?
Thanks
Diego