I am trying
to setup simpleSAMLphp as an SP with a shibboleth IdP.
When I test the “deault-sp” authentication source I get redirected to my shibboleth
installation and can login. But then I get this simpleSAMLphp Error:
Caused by: SimpleSAML_Error_Exception: The issuer of the response does not match to the identity provider we sent the request to.
The expected issuer is https://sso.mydomain.net/idp/profile/SAML2/Redirect/SSO“. But the issuer in the response is: “http://sp.mydomain.net/simplesaml/module.php/saml/sp/metadata.php/default-sp.Somehow the requester and the issuer goz mixed up. Where could be the problem? I the “saml20-idp-remote.php” I have https://sso.mydomain.net/idp/profile/SAML2/Redirect/SSO as the IdP-ID.
I the Shibboleth config (relying-party.xml) I have http://sp.mydomain.net/simplesaml/module.php/saml/sp/metadata.php/default-sp SP-ID. Any help is much appreciated. Regards,Tobias