diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-09-06 11:59:19 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2013-09-06 11:59:19 +0200 |
commit | 642ec4805453c5a85fc53f8bf9a7b6f886f03cb1 (patch) | |
tree | 00cba581f98887bdd2eff0d1a52089cab7670293 /common/src/main | |
parent | 011ce9576c780cba8a0f7b321366e08b557adcf6 (diff) | |
download | moa-id-spss-642ec4805453c5a85fc53f8bf9a7b6f886f03cb1.tar.gz moa-id-spss-642ec4805453c5a85fc53f8bf9a7b6f886f03cb1.tar.bz2 moa-id-spss-642ec4805453c5a85fc53f8bf9a7b6f886f03cb1.zip |
MOA-ID Proxy updated to Version 2.0
insert "errorRedirectURL" parameter to proxy configuration
if an error occurs, the user is redirected to this error page
Diffstat (limited to 'common/src/main')
-rw-r--r-- | common/src/main/resources/resources/schemas/MOA-ID-Configuration-1.5.2.xsd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/main/resources/resources/schemas/MOA-ID-Configuration-1.5.2.xsd b/common/src/main/resources/resources/schemas/MOA-ID-Configuration-1.5.2.xsd index 147066241..ed0c83fc3 100644 --- a/common/src/main/resources/resources/schemas/MOA-ID-Configuration-1.5.2.xsd +++ b/common/src/main/resources/resources/schemas/MOA-ID-Configuration-1.5.2.xsd @@ -510,6 +510,7 @@ <xsd:attribute name="loginParameterResolverImpl" type="xsd:string" use="optional"/>
<xsd:attribute name="loginParameterResolverConfiguration" type="xsd:string" use="optional"/>
<xsd:attribute name="connectionBuilderImpl" type="xsd:string" use="optional"/>
+ <xsd:attribute name="errorRedirectURL" type="xsd:string" use="optional"/>
</xsd:complexType>
</xsd:element>
<!--xsd:element ref="pr:CorporateBody" minOccurs="0" maxOccurs="1"/-->
|