aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/data
AgeCommit message (Collapse)AuthorFilesLines
2018-07-13some bug fixesThomas Lenz1-8/+14
2018-06-22some more pvp2 updatesThomas Lenz3-530/+23
2018-06-14more refactoring staffThomas Lenz2-9/+50
2016-10-25fix another problem in session databaseThomas Lenz7-382/+934
2016-10-25move JaxB classes into an own moduleThomas Lenz1-119/+0
2016-03-14refactor the GUI generation for user interactionThomas Lenz1-1/+1
2016-03-08finish first beta-version of ELGA mandate-service client-moduleThomas Lenz1-0/+2
2016-03-08update mandate ReferenceValue generator.Thomas Lenz1-10/+12
This was necessary to get a referencevalue, which is MIS conform and which could used as SAML2 RequestID
2016-02-18refactor authentication process to use service-provider configuration from ↵Thomas Lenz1-336/+16
pending-request
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz1-51/+1
to Spring
2016-01-13add test IDL generationThomas Lenz1-0/+4
2016-01-12refactor MOASession data-object to store generice information from ↵Thomas Lenz2-272/+140
authentication modules
2015-09-14move citizen-card authentication and validation (Security-layer ↵Thomas Lenz1-1/+1
communication) to discrete module
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz1-8/+0
authentication protocol modules are loaded by SPI now.
2015-04-22add unique session ID for loggingThomas Lenz1-0/+52
2015-01-21Add "DefaultAuthentication" process (AT, no mandates, no stork) (MOAID-59).Thomas Knall1-1/+19
- Fix oa web.xml, switch to servlet 3.0. - moa-id-auth web.xml -- Add CharacterEncodingFilter for UTF-8 encoding. -- Add ProcessEngineSignalServlet. - Fix invalid template_*.html. - Add TODO[branch] annotations in order to indicates potential process flow branches. - Add some missing Javadoc. - Add property processInstandId to AuthenticationSession. - Add process engine support. - Fix HttpServlet init issues. - Set VerifyAuthenticationBlockServlet and VerifyIdentityLinkServlet deprecated.
2014-07-02added support for splitting authnrequest &signrequestAlexander Marsalek1-5/+52
2014-06-05add SSO session timeout to AuthData and SAML2 assertionThomas Lenz1-1/+13
2014-05-14add additional errorcodes to protcolsThomas Lenz1-31/+31
2014-04-17refector attribute generation from session informationThomas Lenz1-14/+1
2014-04-03changig services wbkp etcBojan Suzic1-2/+28
2014-03-25change STORK-SAML-Engine parent projectThomas Lenz1-1/+0
2014-03-05Update eIDSTORKTOKEN attribut builderThomas Lenz1-0/+17
2014-02-03Solve some merge problemsThomas Lenz1-14/+17
2014-02-03Merge remote-tracking branch 'remotes/origin/outgoingstork' into moa2_0_tlenzThomas Lenz1-2/+24
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/data/StorkAttributes.java id/oa/src/main/java/at/gv/egovernment/moa/id/demoOA/servlet/pvp2/BuildMetadata.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GetForeignIDServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/PEPSConnectorServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/stork/STORKAuthnRequestProcessor.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/validator/parep/client/szrgw/SZRGWClient.java id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html
2014-01-29add EUPL headersThomas Lenz15-0/+330
2014-01-29complete workflow untestedFlorian Reimair1-1/+22
2014-01-27cleanupFlorian Reimair1-0/+2
2014-01-27outgoing auth request worksFlorian Reimair1-1/+0
2014-01-24-- Solve merge problems (AuthnRequestHandler.java & ↵Thomas Lenz1-14/+14
mandateReferenceValueAttributeBuilder) -- Change sessionmanagement betweem AuthAction and TokenAction to AssertionStorage class -- add class definieten to HTML config element
2013-12-17First version for testing -> Exthex OAuth implementationThomas Lenz1-333/+316
2013-10-15Add an unique random tokken to AuthBlock to prevent replay attacks. The ↵Thomas Lenz1-0/+18
timestamp, which was previously in use, can be predicted.
2013-10-07Code CleanUPThomas Lenz1-66/+69
2013-10-03Code CleanUP and change to consisted Version numbersThomas Lenz1-162/+4
2013-09-26Features:Thomas Lenz1-2/+0
-- Add additional parameters to customize BKUSelectionForm and SendAssertionForm -- change Target configuration -- insert some logging Bugfixes: -- Nullpointerexceptions in combination of an old userdatabase entry and a actual configuration tool version
2013-09-04MOA-ID Updates and BugfixesThomas Lenz1-0/+18
-- OW BPK calculation -- OA specific SL-Templates -- update MOA-ID configuration XML -- PVP2: QA Level and BPK calculation updated -- PVP2: add two attribute builder -- MOA-ID BKU selection: bugfix local BKU selection
2013-07-24- SSO finalizedThomas Lenz1-1/+1
- SSO Session is not closed if a new single authentication operation is started - PVP2 Configuration from Database (but without Metadata) --> TODO: change MetaDataProvider - Add additional UserFrame in case of SSO - MOASession encryption TODO: MetaDataProvider, IdentityLink resign, SSO with Mandates, Legacy Template generation
2013-07-19SSO and Configuration updatedThomas Lenz1-14/+19
TODO: --PVP2 from configuration --UseIFrame for OAs --SSO with mandates --Resign IdentityLink --Encrypted MOASession in Database
2013-07-18MOA-ID 2.x Configuration implementedThomas Lenz1-3/+25
-SSO deaktivated -Login with mandate and normal tested
2013-07-12SSO ImplementationThomas Lenz1-0/+12
2013-07-08Merge PVP2 and MOA 2.0Andreas Fitzek1-0/+18
2013-07-05move AuthData generation from VerifyAuthBlock step to generate Assertion stepThomas Lenz2-18/+35
This requires also some changes in PVP2 module
2013-07-05MIS Client für ELGA Target(GH) erweitertThomas Lenz1-2/+2
2013-07-04BKU Auswahl in Kontext von MOA-ID für standardkonforme VarianteThomas Lenz1-0/+16
2013-06-26PVP2 Stork authenticationAndreas Fitzek1-0/+10
2013-06-25Mandate support with PVP2Andreas Fitzek1-0/+15
2013-06-13+ cleanup MOAIDSession classThomas Lenz3-216/+264
+ update authentication process to use new MOAIDSession class + move MOAIDSession to Hibernate Database + activate Mandates for SAML1 !!Stork authentication not tested!!
2013-04-17Authentication finishedAndreas Fitzek1-0/+4
Starting PVP2X Protocol
2013-04-04Authentication data saved in Authentication SessionAndreas Fitzek1-0/+39
2013-04-04Added attributes to authentication sessionAndreas Fitzek1-746/+868