IDP iniatied SAML logging "null" webpage text while SP initiated works fine

Just logging in to say thanks. I upgraded from 18.04 to the latest 19 RC and SAML broke, returning null. Commenting out those three lines allowed me to at least login until I could get things sorted. For those wondering, those three lines are in /var/www/html/custom_apps/user_saml/lib/Controller/SAMLController.php. I’m running fpm in Docker containers, and I’ve got a local ./data folder mapped to /var/www/html inside the container, so I was able to edit the necessary file with the container stack down, then docker-compose up -d and I could login again. I wouldn’t leave this commented out for long, but it was a perfect temp fix, so thank you!

1 Like