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

www/wsfed: Fix certificate-option in metadata.

This bug was introduced in r2237.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2565 44740490-163a-0410-bde0-09ae8108e29a
parent 41693e6d
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ try {
/* Find the certificate used by the IdP. */
if(array_key_exists('certificate', $idpMetadata)) {
SimpleSAML_Utilities::resolveCert($idpMetadata['certificate']);
$certFile = SimpleSAML_Utilities::resolveCert($idpMetadata['certificate']);
} else {
throw new Exception('Missing \'certificate\' metadata option in the \'wsfed-idp-remote\' metadata' .
' for the IdP \'' . $idpEntityId . '\'.');
......
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