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

exampleattributeserver: Fix typo.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2680 44740490-163a-0410-bde0-09ae8108e29a
parent 58ee66cc
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ $idpEntityId = $metadata->getMetaDataCurrentEntityID('saml20-idp-hosted');
$spEntityId = $query->getIssuer();
if ($spEntityId === NULL) {
throw new SimpleSAML_Errro_BadRequest('Missing <saml:Issuer> in <samlp:AttributeQuery>.');
throw new SimpleSAML_Error_BadRequest('Missing <saml:Issuer> in <samlp:AttributeQuery>.');
}
$idpMetadata = $metadata->getMetadataConfig($idpEntityId, 'saml20-idp-hosted');
......
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