aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth
AgeCommit message (Collapse)AuthorFilesLines
2019-02-18set UTF-8 encoding as defaultThomas Lenz2-10/+9
add additional trace logging
2019-02-18add 'Austrian eID' demo-mode to simulate attribute behavior from 2020Thomas Lenz1-0/+49
2019-02-12add Log messagesThomas Lenz2-1/+3
2019-02-04add code for eID4U attribute collectionThomas Lenz1-0/+66
2018-08-27fix error message in case of wrong encoded foreign-bPK decryption keysThomas Lenz1-3/+6
2018-07-20some log message modificationsThomas Lenz1-1/+1
2018-07-16Merge branch 'huge_refactoring' into development_previewThomas Lenz50-3283/+1760
# Conflicts: # id/server/doc/handbook/config/config.html # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameterDecorator.java # id/server/modules/moa-id-modul-citizencard_authentication/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java # id/server/modules/moa-id-modul-citizencard_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/internal/tasks/VerifyAuthenticationBlockTask.java # id/server/modules/moa-id-modul-citizencard_authentication/src/main/java/at/gv/egovernment/moa/id/auth/validator/CreateXMLSignatureResponseValidator.java
2018-07-13some bug fixesThomas Lenz6-28/+32
2018-07-12Merge branch 'eIDAS_node_2.0_tests' into huge_refactoringThomas Lenz12-63/+1229
# Conflicts: # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/BPKBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/parser/VerifyXMLSignatureResponseParser.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/validator/VerifyXMLSignatureResponseValidator.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameterDecorator.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/data/DynamicOAAuthParameters.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/data/AuthenticationData.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/moduls/AuthenticationManager.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/builder/attributes/EncryptedBPKAttributeBuilder.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/utils/AssertionAttributeExtractor.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/utils/SAML2Utils.java # id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/verification/metadata/SchemaValidationFilter.java # id/server/idserverlib/src/main/resources/moaid.authentication.beans.xml # id/server/idserverlib/src/test/java/at/gv/egovernment/moa/id/module/test/TestRequestImpl.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/MOAIDAuthConstants.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/api/IOAAuthParameters.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/config/ConfigurationMigrationUtils.java # id/server/moa-id-commons/src/main/java/at/gv/egovernment/moa/id/commons/utils/KeyValueUtils.java # id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/java/at/gv/egovernment/moa/id/auth/modules/bkamobileauthtests/BKAMobileAuthModule.java # id/server/modules/moa-id-module-bkaMobilaAuthSAML2Test/src/main/java/at/gv/egovernment/moa/id/auth/modules/bkamobileauthtests/tasks/FirstBKAMobileAuthTask.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/sl20/JsonSecurityUtils.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/tasks/CreateQualeIDRequestTask.java # id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/tasks/ReceiveQualeIDTask.java # id/server/modules/module-monitoring/src/main/java/at/gv/egovernment/moa/id/monitoring/IdentityLinkTestModule.java
2018-07-03rename eIDAS LoA constantsThomas Lenz1-3/+3
2018-06-22some more pvp2 updatesThomas Lenz8-1394/+194
2018-06-20refactor PVP2 S-Profile implementation and perform first testsThomas Lenz11-246/+141
2018-06-15Add operation identifier for signature validation stepThomas Lenz1-1/+1
2018-06-14some more stuffThomas Lenz6-137/+62
2018-06-14more refactoring staffThomas Lenz23-412/+129
2018-06-12fix wrong encoding in EncryptedBPKAttributeBuilderThomas Lenz1-1/+2
2018-06-12add jUnit simple test for AuthDataBuilder and foreign bPK generationThomas Lenz2-121/+50
2018-06-12add foreign bPK generation into AuthenticationDataBuilderThomas Lenz3-8/+107
2018-06-07some more refactoring stuffThomas Lenz2-4/+5
2018-06-06refactor user whitelist to allow list updates without restarting the IDPThomas Lenz1-1/+1
2018-06-05update SL20 implementationThomas Lenz1-3/+4
2018-06-05update moa-sig to 3.1.2 to get signing time in XML signature verification resultThomas Lenz2-45/+52
2018-06-05implement user restriction based on whitelistingThomas Lenz1-0/+85
2018-05-30add additional validation to SL20 moduleThomas Lenz4-3/+949
2018-05-28refactore code to use EAAF core componentsThomas Lenz30-1139/+101
2018-05-17fix some more bugs in SAML2 ATTRIBUTEQUERRY implementation for federated ↵Thomas Lenz1-3/+3
authentication
2018-05-16add initial version of Security-Layer 2.0 Authentication moduleThomas Lenz3-4/+11
2018-03-13add configuration parameter to disable 'targetFriendlyName' validation in ↵Thomas Lenz1-0/+5
signed AuthBlock
2017-12-19update some more escaptionsMOA-ID-3.3.1Thomas Lenz1-3/+2
2017-12-19fix bug that encodes URLs twinceThomas Lenz1-2/+2
2017-11-27add some more escaptionsThomas Lenz2-2/+3
2017-11-27Merge branch 'eIDAS_node_implementation' of ↵Thomas Lenz3-4/+6
gitlab.iaik.tugraz.at:egiz/moa-idspss into eIDAS_node_implementation
2017-11-27add escaping on some placesThomas Lenz2-3/+4
2017-11-26add String escaping on same methodsThomas Lenz3-4/+6
2017-11-13solve logging problem to lose log messages in some special casesThomas Lenz1-3/+3
2017-11-13add error message escaptionThomas Lenz1-1/+1
2017-11-13fix some open CrossSiteScripting pathsThomas Lenz1-1/+2
2017-10-18some small refactoring in RedirectServletThomas Lenz1-1/+17
2017-10-13enable mandates for eIDAS nodesThomas Lenz5-296/+347
2017-10-11fix wrong eIDAS bPK calculationThomas Lenz1-1/+1
2017-10-04enable mandates for eIDAS service providerThomas Lenz1-3/+8
2017-10-03update template builder to support OA specific BKU detection templatesThomas Lenz2-2/+57
2017-09-20make SAML2 http POST-Binding template and mandate-service selection-template ↵Thomas Lenz3-19/+19
configurable for every online application
2017-09-19update TransactionUtis for MDC logging and add unique OA identifier as ↵Thomas Lenz4-18/+18
additional MDC variable
2017-07-26refactor MOA metadataprovider to load metadata from file systemThomas Lenz2-1/+42
2017-07-25workAround to solve problem with IAIK-JCE and SSL algorithm parameter validationThomas Lenz1-0/+22
2017-02-09add additional validation steps in eIDAS message processingThomas Lenz1-11/+14
2017-02-09fix bug in bPK builder for eIDAS targetsThomas Lenz1-1/+1
2016-11-18fix bug in servletThomas Lenz1-5/+8
2016-10-25fix another problem in session databaseThomas Lenz18-490/+1003