File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,6 @@ private function parseMetadata(DOMElement $metadata): void
5353
5454 foreach ($ descriptors as $ descriptor ) {
5555 /** @var \DOMElement $descriptor */
56- if (strval ($ descriptor ->getEntityID ()) === 'https://sb.kr-vysocina.cz/idp/shibboleth ' ) {
57- var_dump ($ descriptor );
58- }
5956 $ this ->parseMetadata ($ descriptor );
6057 }
6158 } elseif ($ metadata ->localName === 'EntityDescriptor ' ) {
@@ -65,6 +62,9 @@ private function parseMetadata(DOMElement $metadata): void
6562 try {
6663 EntityDescriptor::fromXML ($ metadata );
6764 } catch (Exception $ e ) {
65+ if ($ entityID () === 'https://sb.kr-vysocina.cz/idp/shibboleth ' ) {
66+ var_dump ($ descriptor );
67+ }
6868 $ this ->failures = $ this ->failures + 1 ;
6969
7070 echo "EntityID: " . $ entityID [0 ]->value . PHP_EOL ;
You can’t perform that action at this time.
0 commit comments