aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules
AgeCommit message (Collapse)AuthorFilesLines
2016-11-04add hostname validation to httpclient 3.1, which is assumed by openSAML 2.xThomas Lenz1-1/+4
2016-11-04update Http client for MIS communicationThomas Lenz5-203/+68
2016-10-25fix another problem in session databaseThomas Lenz32-168/+139
2016-10-24remove MOA-ID specific certStore directory.Thomas Lenz1-1/+0
From now, MOA-ID always use the MOA-SPSS certStore directory for chain building
2016-10-21add log messages in clean-up processThomas Lenz1-0/+2
2016-10-21add functionality to support more than one ELGA mandate-serviceThomas Lenz5-67/+144
2016-10-21fix possible multi-threading problem with database connectionsThomas Lenz2-46/+16
2016-10-21update SSL certificate revocation-checking method-order if the IAIK_PKI ↵Thomas Lenz1-8/+12
module is used
2016-10-07add additional redirect in elga mandate-service selection-process to get out ↵Thomas Lenz5-9/+93
from BKU communication switch version of elga-mandate-module to 1.1
2016-09-30fix possible IndexOutOfBoundExceptionThomas Lenz1-1/+3
2016-09-30refactor http servlet response processing to prohibit 'chunked' transfer ↵Thomas Lenz11-49/+57
encoding
2016-09-20update eIDAS module to load highest possible LoA from configThomas Lenz2-1/+6
2016-09-20fix bug in eIDAS SAML-engine to allow 2 minutes time jitter in ↵Thomas Lenz5-3/+151
Assertion->Conditions element
2016-08-16add SSO/SLO container functionality to eIDAS protocol impl. to support SSO ↵Thomas Lenz1-6/+51
functionality
2016-08-16add eIDAS response LoA validationThomas Lenz1-4/+24
2016-08-16change STORK QAA to eIDAS LoAThomas Lenz4-24/+21
2016-08-16update eIDAS attribute generation from AuthDataThomas Lenz2-22/+110
2016-08-12workaround for eIDAS metadata signature validation during reload operation.Thomas Lenz1-3/+4
(Because metadata isSigned() flag in MOASPMetadataSignatureFilter.class is always false, if already loaded metadata are checked)
2016-08-12fix a lot of problems which occur with new eIDAS SAML Engine v1.1.0Thomas Lenz10-410/+220
2016-08-02First untested version of refactor eIDAS module, which uses eIDAS SAMLEngine ↵Thomas Lenz28-770/+1794
v1.1 from JoinUp
2016-08-01add additional info's to MIS log messagesThomas Lenz1-11/+11
2016-07-04add European Commission eIDAS-node v1.1 libsThomas Lenz1-5/+17
2016-06-29Merge branch 'currenteidas' into moapid-3.2-opb-redisChristian Maierhofer1-3/+3
Conflicts: id/server/modules/moa-id-module-openID/src/test/java/test/at/gv/egovernment/moa/id/auth/oauth/CertTest.java
2016-06-29using annotations for hibernate configuration nowChristian Maierhofer2-5/+3
2016-06-29Merge branch 'eIDAS_node_implementation_remote' into moapid-3.2-opb-redisChristian Maierhofer32-114/+261
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/AbstractController.java id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/db/dao/session/AssertionStore.java
2016-06-28fix jUnit test in OpenID-Connect moduleThomas Lenz1-7/+5
2016-06-28statisticlogger dbcp connection poolChristian Maierhofer3-4/+9
2016-06-23fix some problems in eIDAS moduleThomas Lenz3-12/+22
2016-06-21fix a request validation problem in eIDAS endpointThomas Lenz1-5/+15
2016-06-21refactor metadataprovider to Spring implementationThomas Lenz15-41/+107
2016-06-07Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵Thomas Lenz9-83/+127
eIDAS_node_implementation Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/SingleLogOutAction.java
2016-06-07Merge branch 'moa-id_with_moa-sig_and_eccelerate' into eIDAS_node_implementationThomas Lenz4-10/+22
2016-05-20fix problem with some SAML1 clients to request the SAML1 ↵Thomas Lenz1-8/+20
GetAuthenticationData SOAP service
2016-05-18Adopted Monitoring ServletChristian Maierhofer6-78/+121
2016-05-18changed constants to final static hash mapChristian Maierhofer1-0/+0
2016-05-12fix typo in SAML1 getAuthenticationData servletThomas Lenz1-1/+1
2016-05-10Update to MOA-SPSS 3.0.0-RC1Thomas Lenz112-836/+2319
Merge branch 'moa-id-3.2_(OPB)' into moa-id_with_moa-sig_and_eccelerate Conflicts: id/moa-spss-container/pom.xml pom.xml
2016-05-09fix ContentType typo, which make problems with IE11 in some casesMOA-ID-3.1.1Thomas Lenz7-15/+28
2016-05-09update Struts to 2.3.28.1 ↵Thomas Lenz1-2/+2
(https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3081) switch MOA-ID Version to 3.1.1
2016-05-03Added Transactional Support to MOASessionDBUtilsChristian Maierhofer1-1/+2
2016-04-21Added RedisTransaction storageChristian Maierhofer3-5/+5
2016-04-08some Update of ELGA MandateService client implementationThomas Lenz2-11/+32
2016-04-08fix typo in redirectTarget parameterThomas Lenz1-1/+1
2016-04-07fix some possible problems with STORK configuration in config-GUIThomas Lenz2-8/+11
2016-04-04move default mandate-service-selection template to ELGA mandate-client moduleThomas Lenz1-0/+76
2016-03-31add errorcodes to eIDAS module functionalityThomas Lenz2-6/+85
2016-03-31if database cleanUP process found some unhandled exception, write error ↵Thomas Lenz1-3/+3
messages to technical log
2016-03-30implement first parts of eIDAS module error handling and error-response ↵Thomas Lenz15-59/+516
messaging
2016-03-30extract eIDAS SPType from inbound AuthnRequestThomas Lenz1-0/+9
2016-03-30add Metadata reload functionality to getRole(*) methodsThomas Lenz1-2/+12