aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv
AgeCommit message (Collapse)AuthorFilesLines
2016-05-09fix ContentType typo, which make problems with IE11 in some casesMOA-ID-3.1.1Thomas Lenz1-2/+4
2016-03-31add errorcodes to eIDAS module functionalityThomas Lenz2-6/+85
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
2016-03-30set correct SPType in eIDAS authnRequestThomas Lenz1-1/+6
2016-03-30add additional information to eIDAS metadataThomas Lenz1-10/+51
2016-03-30fix missing Spring bean definitionsThomas Lenz2-3/+14
2016-03-30fix possible eIDAS attributes in IDP metadataThomas Lenz3-7/+103
2016-03-30Merge eIDAS code from eIDAS development branchThomas Lenz5-14/+41
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-24changed metadata contenttype from text/xml to app/xmlFlorian Reimair1-1/+1
2016-03-23add additional parameters to ELGA mandate-service client implementationThomas Lenz1-4/+5
2016-03-22removed misleading warn statementFlorian Reimair1-8/+9
2016-03-22fixed missing relay state forwardingFlorian Reimair3-1/+27
2016-03-22add revisionslog info's to eIDAS and SLO methodsThomas Lenz2-0/+20
2016-03-18add SPType to metadataFlorian Reimair1-0/+2
2016-03-14refactor the GUI generation for user interactionThomas Lenz11-27/+26
2016-03-08finish first beta-version of ELGA mandate-service client-moduleThomas Lenz4-6/+9
2016-03-08move SpingWebContextInitialisation into an appropriate jar to use moa-id-lib ↵Thomas Lenz1-2/+1
in other Spring based web applications
2016-03-02temporarily commit to save stateThomas Lenz2-133/+2
2016-02-24Merge remote-tracking branch 'remotes/origin/eSense_eIDAS_development' into ↵Thomas Lenz3-1/+34
moa-id-3.2_(OPB)
2016-02-22added outbound encryptionFlorian Reimair3-1/+34
2016-02-22fix some refactoring problemsThomas Lenz1-3/+2
2016-02-22refactor PVP implementation to share code with PVP Service-Provider modulsThomas Lenz2-14/+9
2016-02-22change Spring typesThomas Lenz3-6/+6
2016-02-19refactor eIDAS tasks to new task-execution process-implementationThomas Lenz3-149/+14
2016-02-18fix problem with pending-requests and protocol specific error messagesThomas Lenz4-36/+13
2016-02-17fix unresolved depentenciesThomas Lenz1-7/+4
2016-02-16Refactore eIDAS module to new Spring based protocol engineThomas Lenz9-101/+297
2016-01-28fix merge problem eIDAS Metadata servletThomas Lenz1-3/+3
2016-01-27Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)Thomas Lenz2-4/+4
Conflicts: id/server/idserverlib/pom.xml id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/AuthenticationRequest.java id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/EidasMetaDataRequest.java id/server/modules/moa-id-modules-saml1/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java
2016-01-27fix unresolved dependencyThomas Lenz2-4/+4
2016-01-27Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)Thomas Lenz2-12/+8
Conflicts: id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/AuthenticationRequest.java id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/EidasMetaDataRequest.java
2016-01-27set ContentType parameter in HTTPServletResponseThomas Lenz2-16/+14
2016-01-22refactor eIDAS-node metadata generationThomas Lenz5-54/+90
2016-01-15cleanupFlorian Reimair3-23/+19
2016-01-15moa can do outbound eidasFlorian Reimair3-5/+192
2016-01-15removed workaround for class loader issueFlorian Reimair2-7/+0
2016-01-15add garbage collector to remove unsed SAML2 metadata provider (influence PVP ↵Thomas Lenz2-8/+89
and eIDAS metadata)
2016-01-15added EIDAS Request classFlorian Reimair1-0/+23
2016-01-15Merge remote-tracking branch 'origin/eSense_eIDAS_development' into ↵Florian Reimair9-97/+610
eSense_eIDAS_development
2016-01-15fix problem with certificate validationThomas Lenz2-2/+2
2016-01-14remove IAIK security-provider fix in eIDAS metadata generationThomas Lenz1-4/+4
2016-01-14change eIDAS SAML-engine to singeltonThomas Lenz1-21/+26
2016-01-14moa learned how to trigger an authentication after receiving an eidas requestFlorian Reimair2-25/+26
2016-01-13change MOA eIDAS metadata provider to a cached version as chaining metadata ↵Thomas Lenz4-199/+415
provider
2016-01-13moa learned how to receive eidas node requestsFlorian Reimair3-3/+203
2016-01-13reimplement eIDAS metadata provider which use MOA-SP to verify metadataThomas Lenz1-19/+165
2016-01-13update eIDAS http(s) endpointsThomas Lenz4-22/+36
2016-01-13refactor PVP Metadata provider functionalityThomas Lenz1-0/+132