From 1c567f6eb16fa10d3811fbaaf70c4ab04fb08077 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Thu, 6 Feb 2014 15:42:53 +0100 Subject: BRZ: -add SAML1 SourceID parameter in moa-id general Bugfix: -SSO target had an error in case of business-service -OA with business-service whichout single sign-on produce an error --- .../src/main/resources/config/moaid_config_2.0.xsd | 46 +++++++++++----------- 1 file changed, 22 insertions(+), 24 deletions(-) (limited to 'id/server/moa-id-commons/src/main/resources') 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 33ad5c990..7944a7321 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 @@ -79,8 +79,8 @@ - - + + @@ -281,6 +281,9 @@ + + + @@ -860,10 +863,10 @@ - + - + @@ -926,15 +929,14 @@ - - + + - - - + + + - + @@ -997,17 +999,13 @@ - - - - - - - - - - - - - + + + + + + + + + -- cgit v1.2.3 From b905c43b4630d290026d03e744413b20f1b73551 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Tue, 11 Feb 2014 08:13:51 +0100 Subject: * add OA specific BKU selection template * add OA specific send-assertion template * add OA specific applet height and width configuration * add PVP2.x reload checkbox in PVP2.x OA configuration * add new elements to MOA-ID configuration --- .../src/main/resources/config/moaid_config_2.0.xsd | 58 ++-------------------- 1 file changed, 4 insertions(+), 54 deletions(-) (limited to 'id/server/moa-id-commons/src/main/resources') 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 7944a7321..2461e1274 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 @@ -160,36 +160,6 @@ - - - enthält Konfigurationsparameter der - Proxy-Komponente - - - - - - - enthält Parameter für die Kommunikation zw. - Proxykomponente und Authenttisierungskomponente - - - - - - - enthält Parameter für die SOAP-Verbindung - von der Proxy-Komponente zur Auth-Komponente (vgl. - AuthComponent/MOA-SP/ConnectionParameter) - - - - - - - - - enthält Parameter für die OA @@ -463,6 +433,8 @@ + + @@ -507,7 +479,6 @@ - @@ -557,29 +528,6 @@ maxOccurs="1"/ --> - - - enthält Parameter über die OA, die die - Proxy-Komponente betreffen - - - - - - - enthält Parameter über die OA, die die - Proxy-Komponente betreffen - - - - - - - - - - - @@ -995,6 +943,8 @@ + + -- cgit v1.2.3 From f1d374bb66f3b48f2a14a8d550c4125c04dde7a8 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 24 Feb 2014 11:40:49 +0100 Subject: * add default configuration values * add MOA-ID-Auth publicURLPreFix as mandatory configuration value * remove ReloadConfiguration serlet * change moa-id-lib to use publicURLPreFix * update repository --- id/server/moa-id-commons/src/main/resources/config/moaid_config_2.0.xsd | 1 + 1 file changed, 1 insertion(+) (limited to 'id/server/moa-id-commons/src/main/resources') 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 2461e1274..e6705dbb8 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 @@ -857,6 +857,7 @@ + -- cgit v1.2.3