From 080e499cc22a0065ea7f47e04b6c0f336533e21e Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 3 Feb 2014 07:17:34 +0100 Subject: *update Assembly script *move demoOA to moa.id.demoOA *change name of moa-id configuration-tool --- id/ConfigWebTool/pom.xml | 2 +- id/assembly-auth.xml | 48 +++++++++++--- id/assembly-proxy.xml | 10 +-- .../templates/pvp_postbinding_template.html | 51 --------------- id/oa/pom.xml | 10 ++- id/server/auth/pom.xml | 1 + id/server/idserverlib/pom.xml | 76 ++++++++++++---------- .../moa/id/auth/servlet/PEPSConnectorServlet.java | 2 + 8 files changed, 96 insertions(+), 104 deletions(-) delete mode 100644 id/oa/bin/src/main/resources/templates/pvp_postbinding_template.html (limited to 'id') diff --git a/id/ConfigWebTool/pom.xml b/id/ConfigWebTool/pom.xml index 5d74fd8a9..ae8b62645 100644 --- a/id/ConfigWebTool/pom.xml +++ b/id/ConfigWebTool/pom.xml @@ -7,7 +7,7 @@ 4.0.0 MOA.id - ConfigurationInterface + moa-id-configuration 0.9.8-SNAPSHOT war MOA-ID 2.0 Configuration Tool diff --git a/id/assembly-auth.xml b/id/assembly-auth.xml index 276c17e7e..9fa082ac2 100644 --- a/id/assembly-auth.xml +++ b/id/assembly-auth.xml @@ -3,8 +3,8 @@ dir - zip - tar.gz + moa-id-auth-${project.version} @@ -14,7 +14,6 @@ ${basedir}/id/server/data/deploy / - **/conf/Catalina/** @@ -63,9 +62,9 @@ MOA.id.server:moa-id-auth - false + true / - ${artifactId}.${extension} + ${module.artifactId}.${module.extension} @@ -103,17 +102,46 @@ true - + + + + + MOA.id:moa-id-oa + + + true + ../ + true + /source/${module.artifactId}/src + + **/target/** + **/bin/** + **/.settings/** + .* + + + pom.xml + + + + false + / + ${module.artifactId}.${module.extension} + false + + + diff --git a/id/assembly-proxy.xml b/id/assembly-proxy.xml index bf8fa1140..3f70474b6 100644 --- a/id/assembly-proxy.xml +++ b/id/assembly-proxy.xml @@ -51,7 +51,7 @@ true / - ${artifactId}.${extension} + ${module.artifactId}.${module.extension} @@ -61,7 +61,7 @@ xalan-bin-dist:serializer /endorsed - ${artifactId}.${extension} + ${module.artifactId}.${module.extension} @@ -71,13 +71,13 @@ iaik.prod:iaik_Pkcs11Wrapper:jar /ext - ${artifactId}.${extension} + ${module.artifactId}.${module.extension} false - + MOA.id.server:moa-id-lib diff --git a/id/oa/bin/src/main/resources/templates/pvp_postbinding_template.html b/id/oa/bin/src/main/resources/templates/pvp_postbinding_template.html deleted file mode 100644 index 1215c2b58..000000000 --- a/id/oa/bin/src/main/resources/templates/pvp_postbinding_template.html +++ /dev/null @@ -1,51 +0,0 @@ -## -## Velocity Template for SAML 2 HTTP-POST binding -## -## Velocity context may contain the following properties -## action - String - the action URL for the form -## RelayState - String - the relay state for the message -## SAMLRequest - String - the Base64 encoded SAML Request -## SAMLResponse - String - the Base64 encoded SAML Response - - - - - - - -
Your login is being processed. Thank you for waiting.
- - - -
-
- #if($RelayState)#end - - #if($SAMLRequest)#end - - #if($SAMLResponse)#end - -
- -
- - - \ No newline at end of file diff --git a/id/oa/pom.xml b/id/oa/pom.xml index adb372bd0..c5664c281 100644 --- a/id/oa/pom.xml +++ b/id/oa/pom.xml @@ -1,8 +1,14 @@ + + MOA + id + 1.9.98-SNAPSHOT + + 4.0.0 - MOA + MOA.id moa-id-oa war 2.0.0 @@ -34,7 +40,6 @@ javax.servlet servlet-api - 2.4 provided @@ -75,7 +80,6 @@ MOA moa-common - 2.0 jar diff --git a/id/server/auth/pom.xml b/id/server/auth/pom.xml index 93009173d..987ae1951 100644 --- a/id/server/auth/pom.xml +++ b/id/server/auth/pom.xml @@ -79,6 +79,7 @@ MOA.id.server moa-id-lib + iaik.prod diff --git a/id/server/idserverlib/pom.xml b/id/server/idserverlib/pom.xml index 9b2711249..b137fa7ca 100644 --- a/id/server/idserverlib/pom.xml +++ b/id/server/idserverlib/pom.xml @@ -60,15 +60,12 @@ webservices-tools 2.0.1 - + com.sun webservices-rt 2.0.1 - - - + javax.mail mail @@ -78,22 +75,45 @@ servlet-api provided - - xerces - xercesImpl - - - xalan-bin-dist - xml-apis - - - xalan-bin-dist - xalan - - - xalan-bin-dist - serializer - + + + xalan-bin-dist + xalan + + provided + + + xerces + xercesImpl + + provided + + + xalan-bin-dist + xml-apis + + provided + + + xalan-bin-dist + serializer + + provided + + + iaik.prod + iaik_jce_full + + provided + + + iaik.prod + iaik_ecc + + provided + + + junit junit @@ -127,15 +147,6 @@ iaik.prod iaik_moa - - iaik.prod - iaik_ecc - - - iaik.prod - iaik_jce_full - provided - iaik.prod iaik_ixsil @@ -161,10 +172,7 @@ regexp regexp - - + commons-lang commons-lang diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/PEPSConnectorServlet.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/PEPSConnectorServlet.java index 93f17dd70..9a13129d8 100644 --- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/PEPSConnectorServlet.java +++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/PEPSConnectorServlet.java @@ -30,6 +30,7 @@ import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; +import javax.xml.bind.JAXBContext; import org.opensaml.saml2.core.Assertion; import org.opensaml.saml2.core.StatusCode; @@ -52,6 +53,7 @@ import at.gv.egovernment.moa.id.util.HTTPUtils; import at.gv.egovernment.moa.logging.Logger; import at.gv.egovernment.moa.util.DOMUtils; import at.gv.egovernment.moa.util.StringUtils; +import at.gv.util.xsd.xmldsig.SignatureType; import eu.stork.mw.messages.saml.STORKAuthnRequest; import eu.stork.mw.messages.saml.STORKResponse; import eu.stork.vidp.messages.util.XMLUtil; -- cgit v1.2.3