I tested this against SSOCircle's Public IDP and I received the error SAML must contain one assertion.
I captured the POST and am attaching it here, both in XML and base64. I'm posting it in base64 also because I got a weird error from Apache when I tried to get it to work, so it's probably an Apache error. The Apache error was:
[Mon Mar 27 15:49:27.262792 2017] [php7:warn] [pid 25326] [client 75.118.161.192:53168] PHP Warning: DOMDocument::loadXML(): Start tag expected, '<' not found in Entity, line: 1 in /srv/kanboard/plugins/SamlAuth/Thirdparty/php-saml/lib/Saml2/Utils.php on line 58
So it's interpreting a < as <, which is not how I want it to load that base64-encoded payload. Any thoughts?
saml-response.zip
I tested this against SSOCircle's Public IDP and I received the error
SAML must contain one assertion.I captured the POST and am attaching it here, both in XML and base64. I'm posting it in base64 also because I got a weird error from Apache when I tried to get it to work, so it's probably an Apache error. The Apache error was:
So it's interpreting a
<as<, which is not how I want it to load that base64-encoded payload. Any thoughts?saml-response.zip