aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment
AgeCommit message (Collapse)AuthorFilesLines
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-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-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-30Merge eIDAS code from eIDAS development branchThomas Lenz1-1/+1
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-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
2016-03-22fix nullpointer during IDP initiated Single LogOutThomas Lenz1-1/+11
2016-03-22add revisions log entriesThomas Lenz4-3/+11
2016-03-21update libsThomas Lenz4-275/+17
2016-03-21update default revisions log entriesThomas Lenz1-7/+33
2016-03-21fix compilation problemThomas Lenz1-0/+3
2016-03-21add missing error codesThomas Lenz2-2/+51
2016-03-21Change default PVP assertion encryption-algorithm to AES256-CBCThomas Lenz1-1/+1
2016-03-21add missing PVP attribute 'mandate-type-oid'Thomas Lenz2-0/+64
2016-03-21fix some problems with logging and error codesThomas Lenz3-13/+28
2016-03-21fix problem with entityID in single logout functionalityThomas Lenz1-2/+4
2016-03-21fix typoThomas Lenz1-1/+1
2016-03-21remove unused constansThomas Lenz1-5/+0
2016-03-21fix wrong PVP redirect service-endpointThomas Lenz2-2/+8
2016-03-15change PVP EntityID to metadata-URL (SAML2 'well-known-location' method)Thomas Lenz3-9/+20
2016-03-15add log message into PVP AssertionBuilderThomas Lenz1-2/+3
2016-03-15fix typos in GUIBuilderThomas Lenz1-3/+2
2016-03-14fix typoThomas Lenz1-1/+1
2016-03-14add independent mandate-service selection step to choose between MIS and ↵Thomas Lenz2-11/+161
ELGA mandate-service
2016-03-14refactor the GUI generation for user interactionThomas Lenz167-3822/+504
2016-03-10remove axis 1 implementation completelyThomas Lenz2-26/+53
2016-03-10MOA-ID, which use MOA-Sig (includes new IAIK-MOA, with iaik_xect, ↵Thomas Lenz5-96/+75
iaik_eccelerate, and new iaik_PKI module
2016-03-10add additional PVP response validationThomas Lenz3-25/+121
2016-03-10fix bug in PVP RedirectBinding decoderThomas Lenz1-11/+18
2016-03-09fix problem in ELGA MandateService clientThomas Lenz1-0/+3
2016-03-09fix bug in TaskException extractorThomas Lenz1-1/+3
2016-03-09remove unused codeThomas Lenz11-3664/+0
2016-03-09fix some problems in ELGA-mandate moduleThomas Lenz1-2/+2
2016-03-09move main frontend GUI to seperate packageThomas Lenz1-38/+0
2016-03-08finish first beta-version of ELGA mandate-service client-moduleThomas Lenz39-1294/+1892
2016-03-08move SpingWebContextInitialisation into an appropriate jar to use moa-id-lib ↵Thomas Lenz2-348/+0
in other Spring based web applications
2016-03-08update mandate ReferenceValue generator.Thomas Lenz2-24/+93
This was necessary to get a referencevalue, which is MIS conform and which could used as SAML2 RequestID
2016-03-02next parts of new federated authentication implementationThomas Lenz8-305/+178