simplesamlphp / simplesamlphp-module-adfs

This module adds support for WS-Federation
GNU Lesser General Public License v2.1
5 stars 5 forks source link

Module is broken #11

Closed Giorgio68 closed 2 years ago

Giorgio68 commented 2 years ago

I installed the module using composer, but it's pretty broken. Trying to display metadata just gives a: "Error 500", and when trying to authenticate it'll give this exception: "Template: Could not find template file [adfs:postResponse.twig]". I checked, and the template is present. I'm running simplesamlphp v1.19.4, php version 7.4.3 and ubuntu 20.04LTS

tvdijen commented 2 years ago

What version of the module are you using? The one that was packaged?

Giorgio68 commented 2 years ago

When using composer, it says "Installing simplesamlphp/simplesamlphp-module-adfs (v1.0.4)"

tvdijen commented 2 years ago

I just installed & configured it, and it works like a charm...

Giorgio68 commented 2 years ago

I tried reinstalling simplesamlphp altogether, following the instructions on simplesamlphp.org, and I still run into the same error. Could you tell me how you installed the module?

tvdijen commented 2 years ago

Nothing special, just a composer install

tvdijen commented 2 years ago

Ah, now I am able to reproduce this.. I didn't realize you were still using the old UI.. Let's see if I can fix this

tvdijen commented 2 years ago

v1.0.8 should fix things for you