SimpleSAML_Error_Error: UNHANDLEDEXCEPTION
Backtrace: 0 /var/simplesamlphp/www/module.php:180 (N/A) Caused by: Exception: Unable to validate Signature Backtrace: 6 /var/simplesamlphp/lib/SAML2/Utils.php:149 (SAML2_Utils::validateSignature) 5 [builtin] (call_user_func) 4 /var/simplesamlphp/lib/SAML2/Message.php:210 (SAML2_Message::validate) 3 /var/simplesamlphp/modules/saml/lib/Message.php:185 (sspmod_saml_Message::checkSign) 2 /var/simplesamlphp/modules/saml/lib/Message.php:514 (sspmod_saml_Message::processResponse) 1 /var/simplesamlphp/modules/saml/www/sp/saml2-acs.php:81 (require) 0 /var/simplesamlphp/www/module.php:135 (N/A)
How exactly did you do that?
> Caused by: Exception: Unable to validate Signature
Seems the IDP signed the SAML assertion (or response) with a key that
SSP does not have available. So I'd say the metadata you have for the
IDP is wrong. (Or the other way round: The IDP is misconfigured and
does not use what it publishes in metadata to you.)
-peter