aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv
AgeCommit message (Collapse)AuthorFilesLines
2014-01-30add functionality for global authentication protocol activation/deactivationThomas Lenz7-5/+197
2014-01-30-- set MOA-ID Version to 1.9.98-SnapshotThomas Lenz99-2167/+200
-- update SZRGWClient -- insert MOA-ID-lib version in PVP2 metadata
2014-01-29Merge remote-tracking branch 'remotes/origin/moa2_0_kstranacher' into ↵Thomas Lenz4-9/+19
moa2_0_tlenz Conflicts: common/pom.xml id/server/auth/.settings/org.eclipse.wst.common.component id/server/auth/src/main/webapp/index.html id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyCertificateServlet.java id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java id/server/idserverlib/src/main/resources/resources/properties/id_messages_de.properties id/server/idserverlib/src/main/resources/resources/wsdl/MOA-ID-1.x.wsdl pom.xml spss/handbook/clients/api/pom.xml spss/handbook/clients/pom.xml spss/handbook/clients/referencedData/pom.xml spss/handbook/clients/webservice/pom.xml spss/handbook/pom.xml spss/pom.xml spss/server/pom.xml spss/server/serverlib/pom.xml spss/server/serverws/.settings/org.eclipse.wst.common.component spss/server/serverws/pom.xml spss/server/tools/pom.xml
2014-01-29add EUPL headersThomas Lenz474-2150/+12288
2014-01-29SZRGW Client updateThomas Lenz27-1100/+170
2014-01-27add PVP2 Demo ApplicationThomas Lenz108-42/+16699
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 Lenz13-85/+329
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-22change PVP2 AssertionBuilder to use the same DateTime at every positionThomas Lenz2-8/+10
2014-01-22add additional log messagesThomas Lenz2-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 Lenz4-5/+107
2014-01-20Exthex OAuth second versionThomas Lenz31-405/+1055
2014-01-17testThomas Lenz2-1/+4
2014-01-17Exthex Version 0.2Thomas Lenz49-729/+591
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 Lenz13-66/+132
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 Lenz26-401/+1803
2013-12-17nThomas Lenz1-3/+0
2013-12-11@PVP2Thomas Lenz8-52/+91
--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 Lenz6-8/+41
@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 Lenz1-1/+1
2013-11-08Bugix:Thomas Lenz1-4/+4
--fix an error with SLLayerTemplate and local BKU
2013-10-16@ConfigWebToolThomas Lenz3-24/+54
--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 Lenz4-10/+85
timestamp, which was previously in use, can be predicted.
2013-10-11-- Customizable BKUSelection Form and SendAssertion FormThomas Lenz11-62/+195
-- OA specific Checkbox to disable SAML1
2013-10-07Code CleanUPThomas Lenz86-3747/+411
2013-10-03Code CleanUP and change to consisted Version numbersThomas Lenz17-1542/+35
2013-10-03add DBExceptionStoreImpl to store Exceptions in DB instead of in a HashMapThomas Lenz4-91/+213
2013-10-01@MOA-ID ConfigWebTool:Thomas Lenz105-231/+657
--update commercial-register number input validator --some short bugfixes @MOA-ID: --update advanced statistic logger --Move Exception classes to a special package --add to Exception types
2013-09-26-- add AssertionID to Single LogOut session informationThomas Lenz12-59/+55
-- split hibernate configuration into two files (moasession and statistic)
2013-09-26Features:Thomas Lenz17-252/+202
-- 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-26BugFix:Thomas Lenz1-10/+36
-- MOAMetadataProvider.java: Destroy HTTPMetadataProvider and Timer manually if an Exception occurs -- ConfigurationDBRead.java: select OA with OAIdentifier (PublicPrefix) has matched to more then one OA in some special case.
2013-09-24implement advanced statistic loggerThomas Lenz4-15/+193
2013-09-23ReImplement MOAMetadataProvider to add and remove HTTPMetadataProvider ↵Thomas Lenz3-46/+254
dynamically from configuration database.
2013-09-19Reload MOAMetadataProvider after config changesThomas Lenz2-4/+42
2013-09-19ConfigWebTool Version 0.9.5Thomas Lenz1-1/+1
--PVP2 Login --PVP2 Users to UserDatabase functionality --Mailaddress verification --Mail status messages to users and admin --add List with OpenRequests for admins --change OA Target configuration --add cleanUp Thread to remove old unused UserAccount requests --update UserDatabase to support PVP2 logins --add formID element validate received forms -- add first classes for STORK configuration make some Bugfixes
2013-09-19BugFix: Contact information does not shown in MetadataThomas Lenz1-2/+4
2013-09-18change to 1.9.96-snapshotThomas Lenz24-131/+325
--set SL-Version to hardcoded version 1.2 --add "RemoveBPK form AuthBlock" feature --set UTC time as default (SAML1) --add PVP2 Attributes: ++ AuthBlock ++ Certificate ++ BASEID ++ BASEID-TYPE ++BKUURL Bugfix: -- NullPointerException: GetMISSessionIDServlet.java -- Check if it is empty: MOAMetadataProvider.java
2013-09-13Mandate has to be BASE64 encodedThomas Lenz1-1/+2
2013-09-10Update MOA-ID Specification (appendix)Klaus Stranacher4-9/+19
Bug fix: OA URL escape Verify Country-Code in Foreign Identities Mode (AT login not possible)
2013-09-09MOA-ID 1.9.951.9.95-SNAPSHOTThomas Lenz4-2/+8
--change BKU selection templates and SendAssertion Templates to responsive design. Therefore, OA parameter "useIframe" is not required anymore.
2013-09-09addition ConnectionParameterInterface.java to MOA-ID Proxy 2.0Thomas Lenz1-0/+13
2013-09-09add MonitoringServlet for MOA-ID-AuthThomas Lenz5-0/+271
- add two TestModules - test Database connectivity - test IdentityLink verification (inkl. MOA-SP test)
2013-09-09Some short changes and bugfixesThomas Lenz6-32/+42
2013-09-06change some piece of codeThomas Lenz6-11/+18
2013-09-06MOA-ID Proxy updated to Version 2.0Thomas Lenz13-72/+192
insert "errorRedirectURL" parameter to proxy configuration if an error occurs, the user is redirected to this error page