aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/pvp2x/builder/assertion/PVP2AssertionBuilder.java
AgeCommit message (Collapse)AuthorFilesLines
2014-10-31change PVP attribute provider loggingThomas Lenz1-2/+2
2014-10-30update log messagesThomas Lenz1-0/+13
2014-10-29print StackTrace if an general error occursThomas Lenz1-1/+1
2014-06-05add SSO session timeout to AuthData and SAML2 assertionThomas Lenz1-9/+9
2014-05-14add additional errorcodes to protcolsThomas Lenz1-1/+3
2014-05-02add interfederation attribute queryThomas Lenz1-39/+118
2014-04-17refector attribute generation from session informationThomas Lenz1-18/+23
2014-04-15store additional information for Single LogOut in databaseThomas Lenz1-9/+11
2014-03-19use default AssertionConsumingService from metadata if no specific is requestedThomas Lenz1-64/+41
2014-03-07if an error occurs remove MOASessionThomas Lenz1-1/+1
2014-03-07use first NameIDFormat from metadataThomas Lenz1-2/+12
2014-03-07set no NameQualifier in element subjectNameID if transient NameIDFormat is usedThomas Lenz1-0/+1
2014-03-07PVP 2.1: add Transient and Unspecified NameIDFormatThomas Lenz1-67/+82
* only return a persistent subjectNameID if it is requested or metadata includes only one NameIDFormat with value persistent
2014-02-03Solve some merge problemsThomas Lenz1-36/+45
2014-01-29add EUPL headersThomas Lenz1-0/+22
2014-01-22change PVP2 AssertionBuilder to use the same DateTime at every positionThomas Lenz1-6/+6
2014-01-21BUGFIX: RedirectBinding validate signatures which exists, but signature is ↵Thomas Lenz1-58/+64
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 Lenz1-1/+1
2013-12-11@PVP2Thomas Lenz1-3/+18
--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-10-01@MOA-ID ConfigWebTool:Thomas Lenz1-1/+1
--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-18change to 1.9.96-snapshotThomas Lenz1-0/+3
--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-04MOA-ID Updates and BugfixesThomas Lenz1-42/+117
-- 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-08Change to new AuthData bPK Value and TypeThomas Lenz1-7/+5
2013-07-08OAParam with entityIDAndreas Fitzek1-1/+1
2013-07-08Fixed PVP2 Attribute builder interfaceAndreas Fitzek1-14/+13
2013-07-08Leftover merge stuffAndreas Fitzek1-7/+32
2013-06-25Fixed internal exception handlingAndreas Fitzek1-0/+228