diff options
author | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2014-07-02 16:02:45 +0200 |
---|---|---|
committer | Alexander Marsalek <amarsalek@iaik.tugraz.at> | 2014-07-02 16:02:45 +0200 |
commit | 6e409edd540fb7e2bb6a66f14adeb72e550669c1 (patch) | |
tree | d20f652b3c9d63a76cfa57ecc8e23e691efb39d6 /id/server/moa-id-commons/src | |
parent | 60fbf20c8f9017f6f9eb011a0df059bb1ada615c (diff) | |
download | moa-id-spss-6e409edd540fb7e2bb6a66f14adeb72e550669c1.tar.gz moa-id-spss-6e409edd540fb7e2bb6a66f14adeb72e550669c1.tar.bz2 moa-id-spss-6e409edd540fb7e2bb6a66f14adeb72e550669c1.zip |
added support for splitting authnrequest &signrequest
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 | 9 |
1 files changed, 6 insertions, 3 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 2d5542b98..5b3075c68 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 @@ -821,10 +821,13 @@ </xsd:annotation> <xsd:complexType> <xsd:sequence> - <xsd:element name="AttributeValue" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/> + <xsd:element name="AttributeValue" type="xsd:string" + minOccurs="0" maxOccurs="unbounded" /> </xsd:sequence> - <xsd:attribute name="countryCode" type="CountryCodeType" use="required"/> - <xsd:attribute name="URL" type="xsd:anyURI" use="required"/> + <xsd:attribute name="countryCode" type="CountryCodeType" + use="required" /> + <xsd:attribute name="URL" type="xsd:anyURI" use="required" /> + <xsd:attribute name="supportsXMLSignature" type="xsd:boolean" default="true"></xsd:attribute> </xsd:complexType> </xsd:element> <xsd:element name="STORK"> |