aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth
AgeCommit message (Collapse)AuthorFilesLines
2021-08-30fix bug in definition of allowed SSL CipherSuites that results in a error ↵Thomas Lenz1-4/+4
during SSL hand-shake
2020-11-11update algorithm that generates unique identifiers for AppReg registration ↵Thomas Lenz1-148/+166
for E-ID Proxy mode
2020-09-24update bPKTarget extraction strategy from PVP attributes4.1.4Thomas Lenz1-2/+2
2020-08-31fix SSRF bug in SAML1 parameter validatorThomas Lenz1-3/+9
2020-08-28fix wrong SAML2 SubjectNameGeneration in case of mandate-attribute ↵Thomas Lenz1-49/+79
processing in proxy-mode
2020-02-19separate between E-ID Proxy-Mode and Demo-ModeThomas Lenz1-2/+10
2020-01-28fix wrong default configuration parameter that skips BKU selectionThomas Lenz1-1/+1
2020-01-20update maven repositoryThomas Lenz1-3/+38
2020-01-15fix possible error in E-ID Proxy modeThomas Lenz1-12/+24
2020-01-09reactivate foreign-bPKs and additional bPKs in MOA-ID modeThomas Lenz1-5/+4
2019-12-13add missing 'needConsent' --> 'false' flagThomas Lenz1-0/+1
2019-12-11update to EAAF-Components 1.0.13.1Thomas Lenz2-2/+4
Enforce E-ID authentication based on Service-Provider configuration
2019-06-07update AuthenticationDataBuilder to support Prof.Rep bPKs in E-ID Proxy modeThomas Lenz1-18/+36
2019-05-29refactoring from MOA-ID 3.4.x to MOA E-ID Proxy 4.0.xThomas Lenz4-10/+24
2019-05-24untested switch to EAAF-components 1.0.7Thomas Lenz11-34/+64
2019-03-05fix attribute escaping problem in IdentityLinkAssertionParser and move the ↵Thomas Lenz1-2/+2
escaping into SL1.0 AuthBlock builder and validator this fix can be deactivated by property: 'configuration.bugfix.enable.idl.escaping' to get backward compatibility
2019-02-19add some more attribute functionality for 'Austrian eID' demo-modeThomas Lenz1-4/+54
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