janus-ssp / janus

Fully featured metadata registration administration module built on top of simpleSAMLphp.
Other
13 stars 8 forks source link

Fix excluded entities and metadata export warning #615

Closed jorgelzpz closed 7 years ago

jorgelzpz commented 7 years ago

Entityid was not being returned by getEntitiesByStateType(), so a metadata export generated warnings about it:

PHP Notice: Undefined index: entityid in /var/simplesamlphp/modules/janus/www/metadataexport.php on line 265

Excluded entities didn't work at all as a side effect.

thijskh commented 7 years ago

Thanks!