diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-03-12 10:05:09 +0100 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-03-12 10:05:09 +0100 |
commit | c9e26062bfe4464fbc149c875f28b3f230128482 (patch) | |
tree | 440140b0cf688337310053d1e3c09949418ae0b5 /id/server/moa-id-commons/src | |
parent | 1c802614fe489280f93d36bfb6908ebffc96e4aa (diff) | |
parent | 8ad16443ec20f49e8f14b1dc79c72a8dff674a64 (diff) | |
download | moa-id-spss-c9e26062bfe4464fbc149c875f28b3f230128482.tar.gz moa-id-spss-c9e26062bfe4464fbc149c875f28b3f230128482.tar.bz2 moa-id-spss-c9e26062bfe4464fbc149c875f28b3f230128482.zip |
Merge branch 'vidp_consent' into vidp
Diffstat (limited to 'id/server/moa-id-commons/src')
-rw-r--r-- | id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd b/id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd index b7e8f6ff3..936363169 100644 --- a/id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd +++ b/id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd @@ -883,11 +883,16 @@ <xsd:element name="OA_STORK"> <xsd:complexType> <xsd:sequence> - <xsd:element name="StorkLogonEnabled" type="xsd:boolean"/> - <xsd:element ref="Qaa" minOccurs="0" maxOccurs="1"/> - <xsd:element ref="OAAttributes" minOccurs="0" maxOccurs="unbounded"/> + <xsd:element name="StorkLogonEnabled" + type="xsd:boolean" /> + <xsd:element ref="Qaa" minOccurs="0" maxOccurs="1" /> + <xsd:element ref="OAAttributes" minOccurs="0" + maxOccurs="unbounded" /> <xsd:element name="VidpEnabled" type="xsd:boolean"></xsd:element> - <xsd:element ref="AttributeProviders" maxOccurs="unbounded" minOccurs="0"></xsd:element> + <xsd:element ref="AttributeProviders" + maxOccurs="unbounded" minOccurs="0"> + </xsd:element> + <xsd:element name="requireConsent" type="xsd:boolean"></xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> |