Perhaps someone can assist.
I've setup Simplesaml on a server and i am attempting to use it to auth off wso2 (which is using a facebook authenticator) and its running on a different server.
When i test the simplesaml i get the following error
SimpleSAML_Error_Error: UNHANDLEDEXCEPTION
Backtrace:
0 /var/simplesamlphp/simplesamlphp/www/module.php:180 (N/A)
Caused by: SimpleSAML_Error_Exception: Could not find the metadata of an IdP with entity ID 'localhost'
Backtrace:
2 /var/simplesamlphp/simplesamlphp/modules/saml/lib/Auth/Source/SP.php:134 (sspmod_saml_Auth_Source_SP::getIdPMetadata)
1 /var/simplesamlphp/simplesamlphp/modules/saml/www/sp/saml2-acs.php:74 (require)
0 /var/simplesamlphp/simplesamlphp/www/module.php:135 (N/A)
`
As you can see its complaining about localhost idp. I really cannot find any reference to localhost in any of my configurations files. Has anyone seen this before.
Thanks in advance for the assistance