Entity ID (Issuer)
The login routine is working by using the Request URL, however the logout routine is failing.
The logout fails with this error:
You accessed the SingleLogoutService interface, but did not provide a
SAML LogoutRequest or LogoutResponse. Please note that this endpoint is
not intended to be accessed directly.
The reason it fails as far as I can see is that we do not receive any SAML response. I have listed as logout URL <domain>/sso/saml2/idp/SingleLogoutService.php in their configuration. They do not import metadata either.
Their support told me that they do not send any SAML response to the logout URL, only redirect.
Does anybody know if I should use the SimpleSAMLphp logout URL or just my own? If this needs to be a SimpleSAMLphp link, do I need to do something with that Relaystate perhaps?
If I just put my own URL, the user will never be logged out of SimpleSAMLphp.
Thank you for any insights.
Kind regards,
Roland