diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2013-12-19 12:04:10 +0100 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-01-27 16:34:14 +0100 |
commit | f306cf7529f44d09a12a87f177368353fe1d3bc5 (patch) | |
tree | 3031a582d89f9adf933a0f0b706f52f1b0a48d29 /id/server | |
parent | 1bb655bbb372f069e907c6ddcc40a43ca1f36e09 (diff) | |
download | moa-id-spss-f306cf7529f44d09a12a87f177368353fe1d3bc5.tar.gz moa-id-spss-f306cf7529f44d09a12a87f177368353fe1d3bc5.tar.bz2 moa-id-spss-f306cf7529f44d09a12a87f177368353fe1d3bc5.zip |
OA qaa and attributes validated and persisted
Diffstat (limited to 'id/server')
-rw-r--r-- | id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd | 9 |
1 files changed, 8 insertions, 1 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 7df6bad3f..9700b0a4f 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 @@ -920,7 +920,10 @@ <xsd:element name="OA_STORK"> <xsd:complexType> <xsd:sequence> - <xsd:element name="StorkLogonEnabled" type="xsd:boolean"/> + <xsd:element name="StorkLogonEnabled" + type="xsd:boolean" /> + <xsd:element ref="Attributes"></xsd:element> + <xsd:element ref="Qaa" maxOccurs="1" minOccurs="0"></xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> @@ -985,4 +988,8 @@ <xsd:element name="OnlyMandateLoginAllowed" type="xsd:boolean" default="false" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> + + <xsd:element name="Attributes" type="RequestedAttributesType"></xsd:element> + + <xsd:element name="Qaa" type="QualityAuthenticationAssuranceLevelType"></xsd:element> </xsd:schema> |