aboutsummaryrefslogtreecommitdiff
path: root/id/server/proxy
AgeCommit message (Collapse)AuthorFilesLines
2015-01-07Fix moa-id-auth-proxy pom.xml.Thomas Knall1-1/+1
- Replace version 2.0.0 with ${moa-id-proxy-version}.
2014-11-25Fix build.Thomas Knall1-2/+2
- Remove svn metadata. - Fix local repository (inappropriate xalan-bin-dist dependency file names and copy-past error in dependency pom). - Switch jdk 1.5/1.6 to 1.7. - Exclude non working tests.
2014-10-31add .gitignore filesThomas Lenz1-0/+2
2014-05-21build process updateThomas Lenz1-2/+2
2014-05-21Revert "update version management"Thomas Lenz11-126/+2
This reverts commit e147bdb7da8e48c1483c7732a0eb6b6f54699b66. Conflicts: id/ConfigWebTool/pom.xml
2014-05-21specify compiler versionThomas Lenz1-0/+8
2014-05-20update version managementThomas Lenz11-2/+126
2014-05-16update versionsThomas Lenz1-1/+20
2014-04-16change version to 2.0.2-SnapshotThomas Lenz1-1/+1
2014-04-01mergeBojan Suzic1-1/+1
2014-04-01change version to 2.0.1Thomas Lenz1-1/+1
2014-03-28empty jar error in maven, skipBojan Suzic1-163/+0
2014-03-24update JavaDoc to 2.9.1Thomas Lenz1-1/+1
2014-03-24update version to 2.0.0Thomas Lenz1-1/+1
2014-03-21Merge remote-tracking branch 'remotes/origin/vidp' into moa2_0_tlenzThomas Lenz1-0/+163
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/struts/action/EditGeneralConfigAction.java id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/struts/action/EditOAAction.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/PEPSConnectorServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/stork/STORKConfig.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/entrypoints/DispatcherServlet.java id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties id/server/moa-id-commons/pom.xml id/server/stork2-saml-engine/pom.xml pom.xml repository/iaik/iaik_tsl/1.0/iaik_tsl-1.0.jar repository/iaik/iaik_tsl/1.0/iaik_tsl-1.0.pom
2014-03-21change version of MOA-ID-Auth to 2.0-RC3Thomas Lenz1-1/+1
2014-03-20correcting the error when defining new stork applicaitonBojan Suzic1-22/+22
2014-03-20adjust bpk builderBojan Suzic1-3/+3
2014-03-17removing old samlengine and storkcommonsBojan Suzic1-1/+1
2014-03-17change version to 2.0-RC2Thomas Lenz1-1/+1
2014-03-14attrBojan Suzic1-5/+4
2014-03-06change MOA-ID version to 2.0-RC1Thomas Lenz1-1/+2
2014-03-05merge ar-bsBojan Suzic1-0/+1
2014-03-05storkid derivation pro countryBojan Suzic1-1/+1
2014-03-04resolving problems related to commons and slf4j librariesBojan Suzic1-5/+5
2014-03-04after merge, having problemBojan Suzic1-13/+4
2014-02-06imlBojan Suzic1-2/+2
2014-02-04merging with other codeBojan Suzic1-27/+46
2014-02-03merging againBojan Suzic1-29/+119
2014-02-03mergeBojan Suzic7-124/+12
2014-02-03Solve some merge problemsThomas Lenz1-1/+0
2014-01-30remove Eclipse config filesThomas Lenz4-45/+0
2014-01-30-- set MOA-ID Version to 1.9.98-SnapshotThomas Lenz1-1/+9
-- update SZRGWClient -- insert MOA-ID-lib version in PVP2 metadata
2014-01-27mergingBojan Suzic3-11/+7
2014-01-22peps saml engine adjustmentBojan Suzic1-5/+8
2014-01-22stork saml engine change log4j scopeBojan Suzic1-0/+1
2014-01-17changing chars to reflect utf8Bojan Suzic1-0/+137
2014-01-17Exthex Version 0.2Thomas Lenz2-3/+3
2013-11-27BugFix:Thomas Lenz1-0/+6
@ConfigurationTool: - Set identification types in case of businesses applications (Firmenbuchnummer, Vereinsnummer, ERjBnummer) @ MOA-ID: - Set identification types in case of businesses applications if identification type is empty(Firmenbuchnummer, Vereinsnummer, ERjBnummer) - SAML1 Assertion: hide BaseID only if the BaseID is included - STORK Configuration: Nullpointer exception if not STORK config is found.
2013-11-18X509TrustManager UpdateThomas Lenz2-7/+1
2013-10-03Code CleanUP and change to consisted Version numbersThomas Lenz2-4/+3
2013-09-18change to 1.9.96-snapshotThomas Lenz2-8/+5
--set SL-Version to hardcoded version 1.2 --add "RemoveBPK form AuthBlock" feature --set UTC time as default (SAML1) --add PVP2 Attributes: ++ AuthBlock ++ Certificate ++ BASEID ++ BASEID-TYPE ++BKUURL Bugfix: -- NullPointerException: GetMISSessionIDServlet.java -- Check if it is empty: MOAMetadataProvider.java
2013-09-09MOA-ID 1.9.951.9.95-SNAPSHOTThomas Lenz2-4/+4
--change BKU selection templates and SendAssertion Templates to responsive design. Therefore, OA parameter "useIframe" is not required anymore.
2013-09-06change some piece of codeThomas Lenz1-282/+17
2013-09-06MOA-ID Proxy updated to Version 2.0Thomas Lenz1-1/+2
insert "errorRedirectURL" parameter to proxy configuration if an error occurs, the user is redirected to this error page
2013-09-04Merge SPSSAndreas Fitzek8-37/+8
2013-08-21Update QC/SSCD checkKlaus Stranacher1-3/+0
WSDL location updated
2013-08-14TSL integration updates:Klaus Stranacher2-5/+6
- Setting of hashcache parameter in MOA - Update MOA-SP Response (Source attribute in QualifiedCertificate and SecureSignatureCreationDevice element) - Hidden truststores (for TSL enabled truststore: given certificates are copied to hidden truststore, where TSL certificates are copied) - Update of QC and SSCD detection - Update MOA-SPSS config: EU TSL URL can be set via configuration
2013-07-08Bugfix: Zertifikatsspeicherung für ForeignIDsThomas Lenz2-15/+281
2013-05-16Minor documentation updatesKlaus Stranacher1-3/+1