aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-modules-saml1
AgeCommit message (Collapse)AuthorFilesLines
2018-09-26fix bug in auth. protocol deactivationThomas Lenz1-5/+9
2018-07-16add countryCode Attribute into SAML1 assertionThomas Lenz1-5/+22
2018-07-13some bug fixesThomas Lenz2-5/+5
2018-07-12Merge branch 'eIDAS_node_2.0_tests' into huge_refactoringThomas Lenz1-3/+3
# 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-06-22some more pvp2 updatesThomas Lenz2-7/+8
2018-06-20refactor PVP2 S-Profile implementation and perform first testsThomas Lenz5-9/+12
2018-06-14untested, but without dependency problemsThomas Lenz7-102/+92
2018-06-14more refactoring staffThomas Lenz1-4/+4
2018-06-07some more refactoring stuffThomas Lenz1-5/+6
2018-03-12remove some warning in pom structureThomas Lenz1-1/+0
2017-10-18some small refactoring in RedirectServletThomas Lenz1-1/+1
2017-10-13enable mandates for eIDAS nodesThomas Lenz3-42/+33
2016-10-25fix another problem in session databaseThomas Lenz3-3/+3
2016-09-30refactor http servlet response processing to prohibit 'chunked' transfer ↵Thomas Lenz1-2/+5
encoding
2016-08-02First untested version of refactor eIDAS module, which uses eIDAS SAMLEngine ↵Thomas Lenz2-50/+45
v1.1 from JoinUp
2016-06-21refactor metadataprovider to Spring implementationThomas Lenz1-1/+2
2016-06-07Merge remote-tracking branch 'remotes/origin/moapid-3.2-opb-redis' into ↵Thomas Lenz1-3/+3
eIDAS_node_implementation Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/SingleLogOutAction.java
2016-06-07Merge branch 'moa-id_with_moa-sig_and_eccelerate' into eIDAS_node_implementationThomas Lenz1-0/+7
2016-05-20fix problem with some SAML1 clients to request the SAML1 ↵Thomas Lenz1-8/+20
GetAuthenticationData SOAP service
2016-05-12fix typo in SAML1 getAuthenticationData servletThomas Lenz1-1/+1
2016-05-10Update to MOA-SPSS 3.0.0-RC1Thomas Lenz6-24/+32
Merge branch 'moa-id-3.2_(OPB)' into moa-id_with_moa-sig_and_eccelerate Conflicts: id/moa-spss-container/pom.xml pom.xml
2016-05-09fix ContentType typo, which make problems with IE11 in some casesMOA-ID-3.1.1Thomas Lenz1-6/+8
2016-04-21Added RedisTransaction storageChristian Maierhofer1-3/+3
2016-03-14refactor the GUI generation for user interactionThomas Lenz6-18/+24
2016-03-10MOA-ID, which use MOA-Sig (includes new IAIK-MOA, with iaik_xect, ↵Thomas Lenz1-0/+7
iaik_eccelerate, and new iaik_PKI module
2016-03-09move moa-common to moa-id-common, because MOA-SPSS becomes a seperate projectThomas Lenz1-2/+2
2016-03-08finish first beta-version of ELGA mandate-service client-moduleThomas Lenz3-92/+218
2016-03-02temporarily commit to save stateThomas Lenz1-2/+0
2016-02-25generate CSS und JS for GUI dynamically.Thomas Lenz1-1/+1
Now all html templates must not include it's on CSS and JS as inline code
2016-02-25solve problems with LogOut and Single LogOutThomas Lenz1-1/+1
2016-02-22fix some refactoring problemsThomas Lenz1-4/+6
2016-02-22refactor PVP implementation to share code with PVP Service-Provider modulsThomas Lenz2-18/+9
2016-02-19set SAML1 protocol implementation to deprecatedThomas Lenz1-0/+8
2016-02-18remove AXIS1 implemented WebService for SAML1 --> now a simple Spring ↵Thomas Lenz7-127/+935
controller is used as WebService endpoint
2016-02-18fix missing revisionslogThomas Lenz1-6/+13
2016-02-18fix problem with pending-requests and protocol specific error messagesThomas Lenz1-2/+2
2016-02-18refactor authentication process to use service-provider configuration from ↵Thomas Lenz4-114/+121
pending-request
2016-02-16Refactore eIDAS module to new Spring based protocol engineThomas Lenz1-1/+0
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz4-80/+78
to Spring
2016-02-10Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz1-6/+6
Conflicts: id/server/modules/moa-id-modules-saml1/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java
2016-02-08fix possible bottleneck in case of high load and a low number of allowed ↵Thomas Lenz1-9/+8
database connections
2016-01-28add dependency to SAML1 authentication modulThomas Lenz1-0/+6
2016-01-28fix maven dependency build problemThomas Lenz1-2/+0
2016-01-27Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)Thomas Lenz2-2/+6
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 dependency in SAML1 authentication moduleThomas Lenz3-6/+10
2016-01-25add temporarily eIDAS functionality to SAML1 authentication protocol for ↵Thomas Lenz3-7/+19
development purpose !! SAML1 will be removed from official release version !!
2016-01-22Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)Thomas Lenz1-2/+8
Conflicts: id/server/idserverlib/pom.xml id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/MOAIDAuthInitializer.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/AuthConfiguration.java id/server/modules/module-stork/src/main/java/at/gv/egovernment/moa/id/auth/modules/stork/tasks/CreateStorkAuthRequestFormTask.java
2016-01-18refactor additional parts of MOA-ID-Auth to enabled virtual IDP functionalityThomas Lenz1-1/+1
2016-01-15Merge branch 'multiple_IDP_publicURLPrefixes' into moa-id-3.0.0-snapshotThomas Lenz3-3/+15
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/MOAIDAuthConstants.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GenerateIFrameTemplateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java
2016-01-12refactore STORK authentication module to use generic MOASession data-storageThomas Lenz1-2/+8