aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa
AgeCommit message (Collapse)AuthorFilesLines
2017-11-27add eIDAS request validation regarding minimum data-set and SPTypeThomas Lenz2-14/+51
2017-11-13change logging in eIDAS metadata providerThomas Lenz1-2/+14
2017-10-24update eIDAS response validatorThomas Lenz1-4/+4
2017-10-19optimize logging in eIDAS moduleThomas Lenz1-2/+0
2017-10-19add new eIDAS representative attributes from eIDAS spec. 1.2Thomas Lenz11-34/+422
2017-10-19fix bug in eIDAS response encryption configurationThomas Lenz1-1/+1
2017-10-19update logging behaviorThomas Lenz2-10/+10
2017-10-13enforce eiDAS legal-person MDS if citizen uses mandates and no legal-person ↵Thomas Lenz1-19/+44
attributes are requested
2017-10-13enable mandates for eIDAS nodesThomas Lenz2-2/+2
2017-09-22update eIDAS attribute builder for legalPersonIdentifierThomas Lenz1-0/+31
2017-09-20make SAML2 http POST-Binding template and mandate-service selection-template ↵Thomas Lenz1-2/+10
configurable for every online application
2017-09-13update wrong log messageThomas Lenz1-12/+4
2017-09-08update eIDAS bPK target validationThomas Lenz2-5/+30
2017-09-06fix wrong entries in eIDAS metadata extensionsThomas Lenz1-4/+4
2017-09-06add xsd schema for eIDAS specific SAML2 extensionsThomas Lenz1-0/+4
2017-07-27update logging behavior of eIDAS metadata provider implementationThomas Lenz1-5/+22
2017-07-26fix some bugs in combination with eIDAS saml-engine 1.3Thomas Lenz4-5/+7
2017-07-26switch to eIDAS SAML-engine 1.3.0-finalThomas Lenz1-0/+1
2017-07-26refactor MOA metadataprovider to load metadata from file systemThomas Lenz2-1/+31
2017-07-17refactor MOA eIDAS metadata providerThomas Lenz2-101/+22
2017-06-07first untested implementation that based on the snapshot version 1.3.0 of ↵Thomas Lenz9-729/+1353
eIDAS SAML-engine
2017-03-28update MOA eIDAS-Engine to reload eIDAS metadata if request or response ↵Thomas Lenz6-26/+160
validation are not success at first check. This update makes a key role-over easier for signing and encryption.
2017-02-23add some javadoc informationThomas Lenz1-5/+12
2017-02-23update eIDAS SP metadata, because SP needs persistent identifiers onlyThomas Lenz1-5/+12
2017-02-22Refector eIDAS attribute generation do a dynamic way similar to the PVP ↵Thomas Lenz13-183/+577
attribute builder concept The eIDAS attribute list in eIDAS metadata that contains currently supported attributes is also generated dynamical
2017-02-21add support of additional eIDAS attributes by using a simple configuration fileThomas Lenz4-27/+77
2017-02-14change log level of one log message to traceeIDAS_node_implementationThomas Lenz1-1/+1
2017-02-10update eIDAS specific revisionslog entriesThomas Lenz3-4/+4
2017-02-09add additional validation steps in eIDAS message processingThomas Lenz5-25/+272
2017-02-08if OA requests no eIDAS attributes than request PersonalIdentifier as minimumThomas Lenz1-1/+11
2017-02-08update eIDAS assertion generation to generate an error message if attribute ↵Thomas Lenz1-2/+8
that is marked as required is not available
2017-02-08update eIDAS node configuration to allow more then on configuration for the ↵Thomas Lenz1-38/+0
same country code. Country codes can be extended by a suffix like NL and NL-Test. Both generates a Authn. request for NL but there are two entries in citizen country selector and maybe two different service URLs
2017-02-07update eIDAS SAML-engine to support ↵Thomas Lenz4-10/+503
http://www.w3.org/2007/05/xmldsig-more#sha256-rsa-MGF1 and http://www.w3.org/2007/05/xmldsig-more#sha512-rsa-MGF1 signature schemes
2017-02-07fix some bugs in eIDAS SAML-engine metadata generatorThomas Lenz1-3/+6
2017-02-03prohibit chunked transfer encoding in eIDAS metadata responseThomas Lenz1-6/+11
2017-02-03fix wrong html content-type value in eIDAS metadata responseThomas Lenz1-1/+2
2017-02-01fix problem with eIDAS response ContentType encodingThomas Lenz2-6/+6
2017-01-31set requested default LoA to highThomas Lenz1-3/+8
2017-01-31fix double signing of eIDAS metadata informationThomas Lenz1-6/+18
2017-01-30remove unused importsThomas Lenz1-7/+0
2017-01-30enable encrypt of eIDAS assertion as defaultThomas Lenz1-2/+6
2017-01-27add MOA specific eIDAS engine.Thomas Lenz2-0/+92
2016-11-22fix bug in eIDAS SAML-engine that does not allow SIGNATURE_RSA_SHAxxx_MGF1 ↵Thomas Lenz3-4/+161
algorithms for XML signatures
2016-11-18add first parts to support Redirect-Binding for eIDAS Auth. interfaceThomas Lenz1-45/+133
2016-11-16fix some more bugs in eIDAS SAML-engineThomas Lenz1-8/+39
* different problems with SAML metadata generation
2016-11-16fix bug in eIDAS SAML-engine:Thomas Lenz1-1/+9
generate metadata extensions element from wrong schema definition
2016-11-04add hostname validation to httpclient 3.1, which is assumed by openSAML 2.xThomas Lenz1-1/+4
2016-10-25fix another problem in session databaseThomas Lenz2-4/+4
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-21update SSL certificate revocation-checking method-order if the IAIK_PKI ↵Thomas Lenz1-8/+12
module is used