diff --git a/lib/SimpleSAML/Metadata/SAMLParser.php b/lib/SimpleSAML/Metadata/SAMLParser.php
index 1cae3e4c4b6ba95ee98a43db755f253e9851f700..bb33bc12f4da2ccf64c0dc77e017137a865d5949 100644
--- a/lib/SimpleSAML/Metadata/SAMLParser.php
+++ b/lib/SimpleSAML/Metadata/SAMLParser.php
@@ -429,7 +429,9 @@ class SimpleSAML_Metadata_SAMLParser {
 		if (!empty($this->organizationDisplayName)) {
 			$ret['name'] = $this->organizationDisplayName;
 		}
-
+		if (!empty($this->organizationURL)) {
+			$ret['url'] = $this->organizationURL;
+		}
 		
 		if (!empty($this->tags)) {
 			$ret['tags'] = $this->tags;