From 9a43ad321566cf46a8934be7a545b44cb5964156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Thu, 8 Jan 2009 11:50:22 +0000 Subject: [PATCH] Adding shortcut to Shibboleth metadata XSD definition git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1094 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/Utilities.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/SimpleSAML/Utilities.php b/lib/SimpleSAML/Utilities.php index 17e4dce4a..5aeb8c5b1 100644 --- a/lib/SimpleSAML/Utilities.php +++ b/lib/SimpleSAML/Utilities.php @@ -765,6 +765,7 @@ class SimpleSAML_Utilities { '@saml1p' => 'urn:oasis:names:tc:SAML:1.0:protocol', '@saml2' => 'urn:oasis:names:tc:SAML:2.0:assertion', '@saml2p' => 'urn:oasis:names:tc:SAML:2.0:protocol', + '@shibmd' => 'urn:mace:shibboleth:metadata:1.0', ); /* Check if it is a valid shortcut. */ -- GitLab