I have been trying to debug my service provider. I usually am greeted with this error below:
The debug information below may be of interest to the administrator / help desk:
SimpleSAML_Error_Error: UNHANDLEDEXCEPTION
Backtrace: 0 /var/www/html/emssapp/app/webroot/simplesamlphp/www/module.php:180 (N/A) Caused by: SimpleSAML_Error_Exception: Site not in redirect.trusted sites: http%3A%2F%2Fapp.serviceproviderxx.org Backtrace: 5 /var/www/html/emssapp/app/webroot/simplesamlphp/lib/SimpleSAML/Utilities.php:704 (SimpleSAML_Utilities::redirectUntrustedURL) 4 /var/www/html/emssapp/app/webroot/simplesamlphp/lib/SimpleSAML/Auth/Default.php:254 (SimpleSAML_Auth_Default::handleUnsolicitedAuth) 3 /var/www/html/emssapp/app/webroot/simplesamlphp/modules/saml/lib/Auth/Source/SP.php:533 (sspmod_saml_Auth_Source_SP::onProcessingCompleted) 2 /var/www/html/emssapp/app/webroot/simplesamlphp/modules/saml/lib/Auth/Source/SP.php:486 (sspmod_saml_Auth_Source_SP::handleResponse) 1 /var/www/html/emssapp/app/webroot/simplesamlphp/modules/saml/www/sp/saml2-acs.php:188 (require) 0 /var/www/html/emssapp/app/webroot/simplesamlphp/www/module.php:135 (N/A)
I tried putting the hostname of my service provider in the 'redirect.trustedsites' config option in simplesamlphp/config/config.php
'redirect.trustedsites' => array(
'http://app.serviceproviderxx.org'
),
I also tried putting in 'app.serviceproviderxx.org' and 'http://app.serviceproviderxx.org/' but to no avail.
Any idea on what the problem is?
--
You received this message because you are subscribed to the Google Groups "simpleSAMLphp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to simplesamlph...@googlegroups.com.
To post to this group, send email to simple...@googlegroups.com.
Visit this group at http://groups.google.com/group/simplesamlphp.
For more options, visit https://groups.google.com/d/optout.