aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-07-22 16:09:18 +0000
committerharald.bratko <harald.bratko@d688527b-c9ab-4aba-bd8d-4036d912da1d>2005-07-22 16:09:18 +0000
commit353485aea2f0798b1f177c16ef25bd4e2f8681c2 (patch)
treec78a6105f155fcb29470c4bfbe0e7e6ed9a301e3 /common
parent5281d6c7a65a67d36003f511dbf5172cae66c0df (diff)
downloadmoa-id-spss-353485aea2f0798b1f177c16ef25bd4e2f8681c2.tar.gz
moa-id-spss-353485aea2f0798b1f177c16ef25bd4e2f8681c2.tar.bz2
moa-id-spss-353485aea2f0798b1f177c16ef25bd4e2f8681c2.zip
added "Binding" for new proxy
git-svn-id: https://joinup.ec.europa.eu/svn/moa-idspss/trunk@402 d688527b-c9ab-4aba-bd8d-4036d912da1d
Diffstat (limited to 'common')
-rw-r--r--common/res/resources/schemas/MOA-ID-Configuration-1.2.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/res/resources/schemas/MOA-ID-Configuration-1.2.xsd b/common/res/resources/schemas/MOA-ID-Configuration-1.2.xsd
index c0d63542d..4b018db64 100644
--- a/common/res/resources/schemas/MOA-ID-Configuration-1.2.xsd
+++ b/common/res/resources/schemas/MOA-ID-Configuration-1.2.xsd
@@ -7,6 +7,15 @@
<xsd:complexType>
<xsd:sequence>
<xsd:element name="LoginType" type="LoginType" default="stateful"/>
+ <xsd:element name="Binding" minOccurs="0" maxOccurs="1">
+ <xsd:simpleType>
+ <xsd:restriction base="xsd:string">
+ <xsd:enumeration value="full"/>
+ <xsd:enumeration value="userName"/>
+ <xsd:enumeration value="none"/>
+ </xsd:restriction>
+ </xsd:simpleType>
+ </xsd:element>
<xsd:choice>
<xsd:element ref="ParamAuth"/>
<xsd:element ref="BasicAuth"/>