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

SAMLParser: Set entityid on parsed AttributeAuthorityDescriptor elements.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1967 44740490-163a-0410-bde0-09ae8108e29a
parent 35867f76
No related branches found
No related tags found
No related merge requests found
......@@ -904,6 +904,7 @@ class SimpleSAML_Metadata_SAMLParser {
assert('is_null($expireTime) || is_int($expireTime)');
$aad = self::parseRoleDescriptorType($element, $expireTime);
$aad['entityid'] = $this->entityId;
$aad['metadata-set'] = 'attributeauthority-remote';
$extensions = SimpleSAML_Utilities::getDOMChildren($element, 'Extensions', '@md');
......
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