aboutsummaryrefslogtreecommitdiff
path: root/id/server
AgeCommit message (Collapse)AuthorFilesLines
2014-01-27outgoing auth request worksFlorian Reimair5-130/+114
2014-01-27refactored stork-related database structureFlorian Reimair1-7/+8
2014-01-27oa attr configuration revisitedFlorian Reimair1-2/+9
2014-01-27mandatory field in global configFlorian Reimair1-8/+9
2014-01-27OA qaa and attributes validated and persistedFlorian Reimair1-1/+8
2014-01-27login template respects OA configurationFlorian Reimair5-4/+24
2014-01-27reactivated stork in default login templateFlorian Reimair2-34/+21
2014-01-27stork OA config persistedFlorian Reimair1-1/+8
2014-01-27add PVP2 Demo ApplicationThomas Lenz112-42/+16888
change SZRGWClient to JAXWs
2014-01-24--use differend keys for SAML2 metadata signing and SAML2 assertion signingThomas Lenz10-132/+177
-- move oAuth idToken generation to OAuth20AuthAction, because MOASession does not exits anymore in OAuth20TokenAction if no SSO is used.
2014-01-24-- Solve merge problems (AuthnRequestHandler.java & ↵Thomas Lenz6-89/+65
mandateReferenceValueAttributeBuilder) -- Change sessionmanagement betweem AuthAction and TokenAction to AssertionStorage class -- add class definieten to HTML config element
2014-01-23Merge branch 'moa2_0_tlenz' into moa_2.0_OAuthThomas Lenz14-93/+337
Conflicts: id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/attributes/MandateReferenceValueAttributeBuilder.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/requestHandler/AuthnRequestHandler.java id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties
2014-01-23some short changesThomas Lenz4-8/+15
2014-01-23saml peps engine changeSBojan Suzic2-1/+35
2014-01-22peps saml engine adjustmentBojan Suzic7-18/+113
2014-01-22change PVP2 AssertionBuilder to use the same DateTime at every positionThomas Lenz2-8/+10
2014-01-22disabling verification for test purposesBojan Suzic1-5/+6
2014-01-22add additional log messagesThomas Lenz2-0/+6
2014-01-22stork saml engine change log4j scopeBojan Suzic5-0/+6
2014-01-21BUGFIX: RedirectBinding validate signatures which exists, but signature is ↵Thomas Lenz6-70/+130
not required changes for WKO: Allow Metadata with no AttributeConsumerService Allow AuthnRequest with no RequestedAuthnContext Allow AuthnRequest with no AssertionConsumerServiceIndex Use Metadata->AssertionConsumerService->isDefaut flag
2014-01-21implement SAML2 assertion encryptionThomas Lenz5-6/+109
2014-01-20Exthex OAuth second versionThomas Lenz31-405/+1055
2014-01-19Adaptions version 1.5.2 to 2.0.0Klaus Stranacher3-3/+3
2014-01-19Version update to 2.0.0Klaus Stranacher4-32/+28
2014-01-17mw-messages-apiBojan Suzic17-0/+424
2014-01-17renamingBojan Suzic1-0/+0
2014-01-17copying old changesBojan Suzic3-0/+359
2014-01-17copying old changesBojan Suzic2-0/+0
2014-01-17copying old changesBojan Suzic5-2/+7
2014-01-17adding stork2 support to urlrewriteBojan Suzic1-1/+13
2014-01-17changing chars to reflect utf8Bojan Suzic6-0/+521
2014-01-17fixing maven errorsBojan Suzic2-1/+3
2014-01-17testThomas Lenz2-1/+4
2014-01-17Exthex Version 0.2Thomas Lenz60-771/+649
2014-01-17load IAIK JCE as security providerThomas Lenz5-11/+39
BugFix: @MandateReferenceValue has to to been added @SessionStorage hibernate RoleBack in case of no MOASession is found
2014-01-07short Bugfixes, but not completeThomas Lenz3-13/+17
2013-12-19merge last changes to exthex.OAuth testreleaseThomas Lenz21-76/+143
Conflicts: id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/struts/action/EditOAAction.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/StartAuthenticationBuilder.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/AuthConfigurationProvider.java
2013-12-17First version for testing -> Exthex OAuth implementationThomas Lenz35-453/+2377
2013-12-17nThomas Lenz1-3/+0
2013-12-11@PVP2Thomas Lenz9-53/+93
--also allow a EntityDescriptor element as root element in metadata files --some adjustments in the PVP Assertion to make it SAML2 standard compliant @MOA-ID-Auth --improve SZR-Gateway client error handling
2013-11-27BugFix:Thomas Lenz8-8/+53
@ConfigurationTool: - Set identification types in case of businesses applications (Firmenbuchnummer, Vereinsnummer, ERjBnummer) @ MOA-ID: - Set identification types in case of businesses applications if identification type is empty(Firmenbuchnummer, Vereinsnummer, ERjBnummer) - SAML1 Assertion: hide BaseID only if the BaseID is included - STORK Configuration: Nullpointer exception if not STORK config is found.
2013-11-18X509TrustManager UpdateThomas Lenz8-18/+6
2013-11-13repositority updateThomas Lenz1-1/+1
2013-11-11Repo. updateThomas Lenz2-0/+16
2013-11-08Bugix:Thomas Lenz2-17/+24
--fix an error with SLLayerTemplate and local BKU
2013-10-16@ConfigWebToolThomas Lenz5-122/+180
--add JS ColorPicker to select colors easier --add BKUSelectionFrom preview --add useMandate checkbox --change position of some checkboxes in OA configuration @MOAID lib --change API of BKUFormCustomization utils
2013-10-15Add an unique random tokken to AuthBlock to prevent replay attacks. The ↵Thomas Lenz5-10/+86
timestamp, which was previously in use, can be predicted.
2013-10-11-- Customizable BKUSelection Form and SendAssertion FormThomas Lenz40-669/+1949
-- OA specific Checkbox to disable SAML1
2013-10-07Code CleanUPThomas Lenz86-3747/+411
2013-10-03Code CleanUP and change to consisted Version numbersThomas Lenz27-1562/+47