Skip to content
Snippets Groups Projects
Commit f33b6864 authored by Olav Morken's avatar Olav Morken
Browse files

saml2/sp/AssertionConsumerService: Show more information on receiving an error from the IdP.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1579 44740490-163a-0410-bde0-09ae8108e29a
parent 61c09e83
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ try {
} else {
/* We don't have an error handler. Show an error page. */
SimpleSAML_Utilities::fatalError($session->getTrackID(), 'RESPONSESTATUSNOSUCCESS',
new Exception("Status = " . $statusCode));
$authnResponse->getStatus());
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment