aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x
AgeCommit message (Expand)AuthorFilesLines
2016-02-25fix nullpointer exceptionThomas Lenz1-1/+1
2016-02-25solve problems with LogOut and Single LogOutThomas Lenz2-2/+7
2016-02-25change PVP code to make it more reusableThomas Lenz1-7/+36
2016-02-24update some method headersThomas Lenz2-12/+39
2016-02-24add federated IDP authentication modulThomas Lenz5-313/+348
2016-02-24refactor PVP protocol implementation to resuse code in other modulesThomas Lenz13-760/+782
2016-02-22fix merge problemThomas Lenz1-129/+108
2016-02-22Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz1-108/+129
2016-02-22fix possible problem with federated assertion validationThomas Lenz1-1/+1
2016-02-22Merge remote-tracking branch 'remotes/origin/moa-id-3.0.0-snapshot' into moa-...Thomas Lenz1-1/+1
2016-02-22make method publicThomas Lenz1-1/+1
2016-02-22fix some refactoring problemsThomas Lenz6-241/+80
2016-02-22add first parts of new federated authentication modulThomas Lenz2-0/+346
2016-02-22refactor PVP implementation to share code with PVP Service-Provider modulsThomas Lenz16-795/+1536
2016-02-19add missing @Service annotationThomas Lenz2-2/+4
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 pe...Thomas Lenz4-27/+15
2016-02-15First untested part: Refactor authentication modules and process management t...Thomas Lenz12-466/+283
2016-02-10Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz1-0/+2
2016-02-02add missing log message in PVP authentication-protocol preprocessingThomas Lenz1-0/+2
2016-01-27Merge branch 'moa-id-3.0.0-snapshot' into moa-id-3.2_(OPB)Thomas Lenz3-7/+35
2016-01-25fix AuthnRequest validation: requested AssertionConsumerServiceURL MUST be eq...Thomas Lenz2-5/+30
2016-01-25update log message for PVP AuthnRequest signature validationThomas Lenz1-2/+5
2016-01-22Merge branch 'eSense_eIDAS_development' into moa-id-3.2_(OPB)Thomas Lenz8-52/+66
2016-01-22change message loglevel, if no active SSO session is foundThomas Lenz1-2/+2
2016-01-19update PVP Single LogOut request/response signature validationThomas Lenz9-65/+355
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 Lenz13-68/+128
2016-01-15add garbage collector to remove unsed SAML2 metadata provider (influence PVP ...Thomas Lenz1-3/+19
2016-01-14temporary problem fix for default security definitions (PVP / eIDAS SAML-engine)Thomas Lenz4-1/+25
2016-01-13refactor PVP Metadata provider functionalityThomas Lenz2-38/+10
2016-01-13add STORK-QAA <--> eIdAS-QAA level mapperThomas Lenz1-0/+5
2016-01-12refactore STORK authentication module to use generic MOASession data-storageThomas Lenz1-10/+7
2015-12-04add additional PVP credential checksThomas Lenz1-0/+15
2015-12-04check if PVP SigningCredentials contains a privatekey after load keystore loa...Thomas Lenz1-0/+6
2015-10-08refactor attributeBuilder OA parameter from implementation to interfaceThomas Lenz2-3/+3
2015-09-14move citizen-card authentication and validation (Security-layer communication...Thomas Lenz1-136/+136
2015-09-14load protocol attribute builder dynamically by SPIThomas Lenz50-2912/+42
2015-08-26add two ressourcesThomas Lenz1-0/+1
2015-08-26Allow multiple alias domainsThomas Lenz13-68/+129
2015-08-26add PVP 2.1 AuthnRequest IssueInstant validationThomas Lenz1-0/+12
2015-08-25log a warning if private-key type can not be evaluatedThomas Lenz1-0/+3
2015-08-25remove space characters from configuration valuesThomas Lenz1-7/+7
2015-08-24fix bug in PVP metadata reload function, which is started every 24hThomas Lenz1-1/+1
2015-07-21fix MOA-ID-Auth problemsThomas Lenz2-18/+46
2015-07-20fix problems with reversion logThomas Lenz1-11/+17
2015-07-20remove deprecated MOA-ID 2.x configuration DAO functionalityThomas Lenz2-3/+2
2015-07-17Merge branch 'new_key-value_solution' into moa-id-3.0.0-snapshotThomas Lenz16-395/+516
2015-07-17first beta version of new MOA-ID WebGUI module for configurationThomas Lenz3-6/+6
2015-07-03fix problems with dynamic PVP2X metadata refreshThomas Lenz3-10/+47