aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib
AgeCommit message (Collapse)AuthorFilesLines
2016-06-21refactor metadataprovider to Spring implementationThomas Lenz20-181/+316
2016-06-07Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵Thomas Lenz1-5/+6
eIDAS_node_implementation
2016-06-07added default properties to configChristian Maierhofer1-5/+6
2016-06-07Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵Thomas Lenz30-345/+1537
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 Lenz6-96/+87
2016-06-07update local development demo appl.Thomas Lenz1-69/+128
2016-05-20fix problem with some SAML1 clients to request the SAML1 ↵Thomas Lenz1-1/+2
GetAuthenticationData SOAP service
2016-05-18changed constants to final static hash mapChristian Maierhofer1-11/+0
2016-05-18Spring-ified AuthenticationSessionCleanerChristian Maierhofer1-23/+6
2016-05-17use first AttributeConsumingService from PVP metadata if no one is selected ↵Thomas Lenz1-2/+14
in request or marked as default
2016-05-12fix possible nullPointer exception in process engineThomas Lenz1-0/+10
2016-05-11fix bug in PVP SLO functionalityThomas Lenz1-1/+4
2016-05-11fix a minor flaw in prof. rep. textual OID descriptionThomas Lenz1-1/+4
2016-05-10Update to MOA-SPSS 3.0.0-RC1Thomas Lenz211-5340/+1580
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 Lenz3-7/+11
2016-05-09fix problem with PVP protocol and legacy mode (SP side BKU selection)Thomas Lenz1-3/+1
2016-05-09fix type in Redirect servlet implementationThomas Lenz1-1/+1
2016-05-03added redis config parametersChristian Maierhofer1-1/+3
2016-05-03Added Transactional Support to MOASessionDBUtilsChristian Maierhofer3-85/+68
2016-04-28Modifiing MOASessionDBUtilsChristian Maierhofer7-36/+96
2016-04-27Added some tests for redisChristian Maierhofer5-0/+510
2016-04-27Modified SingleLogOutAction to work with REDISChristian Maierhofer4-134/+192
2016-04-26modified RedisTransactionStorage, modified beans definitionChristian Maierhofer6-82/+149
2016-04-26fixed allowed url prefix check bugChristian Maierhofer1-1/+1
2016-04-25Added DummyTransactionStorage for TestsChristian Maierhofer2-4/+144
2016-04-21Added RedisTransaction storageChristian Maierhofer12-14/+421
2016-04-08update PVP SubjectNameID generation in case of ELGA MandateService is usedThomas Lenz1-0/+9
2016-04-08some Update of ELGA MandateService client implementationThomas Lenz1-2/+6
2016-04-08change logLevel to warnThomas Lenz1-1/+1
2016-04-08fix bug in PVP2 assertion builder.Thomas Lenz1-1/+1
- https://docs.oasis-open.org/security/saml/v2.0/saml-profiles-2.0-os.pdf does not allow 'NotBefore' attribute in <SubjectConfirmationData> when 'Method' contains 'urn:oasis:names:tc:SAML:2.0:cm:bearer' (see 554 - 560 chapter 4.1.4.2)
2016-04-07add initial version of a virtual IDP REST URL rewrite filterThomas Lenz2-0/+196
2016-04-07small default-config and handbook updates for final version 3.1.0Thomas Lenz1-0/+1
2016-04-07fix some possible problems with STORK configuration in config-GUIThomas Lenz2-4/+8
2016-04-04add log-message to log MOA-SPSS initialization errorsThomas Lenz1-0/+1
2016-03-31add errorcodes to eIDAS module functionalityThomas Lenz2-13/+17
2016-03-31fix missing implementation in ExceptionContainerThomas Lenz3-2/+12
2016-03-31if database cleanUP process found some unhandled exception, write error ↵Thomas Lenz7-32/+203
messages to technical log
2016-03-30implement first parts of eIDAS module error handling and error-response ↵Thomas Lenz2-1/+22
messaging
2016-03-30Merge eIDAS code from eIDAS development branchThomas Lenz2-2/+7
Infos: Merge remote-tracking branch 'remotes/origin/eSense_eIDAS_development' into moa-id-3.2_(OPB) Conflicts: id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/EidasMetaDataRequest.java id/server/pom.xml repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.jar repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.pom repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.jar repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.pom
2016-03-30add 'ID' attribute to metadata 'entityDescriptor' elementThomas Lenz1-1/+2
2016-03-30fix problem with XML parser and additional features optionsThomas Lenz2-23/+33
2016-03-29fix missing ID in SP metadataThomas Lenz1-0/+2
2016-03-24update Session-Transfer-Module to restore sessionThomas Lenz1-3/+11
2016-03-24fix possible NullPointer in error handlingThomas Lenz2-0/+5
2016-03-24fix empty attribute problemThomas Lenz1-4/+7
2016-03-23add additional parameters to ELGA mandate-service client implementationThomas Lenz5-4/+66
2016-03-22fix junit testsThomas Lenz4-4/+11
2016-03-22remove ProcessInstanceStore from Hibernate DB configThomas Lenz1-2/+1
2016-03-22move ProcessInstanzDAO into transactionstorageThomas Lenz2-31/+40
2016-03-22add revisionslog info's to eIDAS and SLO methodsThomas Lenz6-31/+113