aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java
AgeCommit message (Expand)AuthorFilesLines
2015-09-11move authentication protocol implementation to separate modules.Thomas Lenz1-592/+0
2015-07-02develThomas Lenz1-3/+3
2014-11-24change interfederation with short SAML1 assertion: insert baseID if it is req...Thomas Lenz1-2/+9
2014-10-30fix dependency problemsThomas Lenz1-10/+8
2014-08-20add SAML1 'PersonData' attribute builder if no identitylink is availableThomas Lenz1-16/+77
2014-08-19add interfederation without attributequery request which use encrypted bPKsThomas Lenz1-1/+4
2014-05-28provide baseID should not be used for business service applicationsThomas Lenz1-3/+4
2014-05-20does not remove wbPK from identitylinkThomas Lenz1-1/+1
2014-04-17refector attribute generation from session informationThomas Lenz1-50/+34
2014-03-20add SAML1 sourceID received from StartAuthentication requestThomas Lenz1-2/+2
2014-01-29Merge remote-tracking branch 'remotes/origin/moa2_0_kstranacher' into moa2_0_...Thomas Lenz1-6/+6
2014-01-29add EUPL headersThomas Lenz1-0/+22
2013-10-07Code CleanUPThomas Lenz1-1/+1
2013-10-03Code CleanUP and change to consisted Version numbersThomas Lenz1-24/+0
2013-10-01@MOA-ID ConfigWebTool:Thomas Lenz1-5/+5
2013-09-10Update MOA-ID Specification (appendix)Klaus Stranacher1-6/+6
2013-09-06change some piece of codeThomas Lenz1-8/+11
2013-09-05 -- Resign IdentityLink: if this feature is enabled, the identitylink is resi...Thomas Lenz1-1/+3
2013-09-05Merge branch 'moa2_0_tlenz' of https://gitlab.iaik.tugraz.at/afitzek/moa-idsp...Thomas Lenz1-7/+20
2013-09-04MOA-ID Updates and BugfixesThomas Lenz1-7/+41
2013-07-19SSO and Configuration updatedThomas Lenz1-37/+20
2013-07-18MOA-ID 2.x Configuration implementedThomas Lenz1-35/+290
2013-07-08AuthData Generierung von VerifyAuthBlock nach GenerateSAMLArtifact verschoben.Thomas Lenz1-21/+8
2013-07-05move AuthData generation from VerifyAuthBlock step to generate Assertion stepThomas Lenz1-1/+5
2013-06-13+ cleanup MOAIDSession classThomas Lenz1-31/+111
2013-06-11Assertion Database updatedThomas Lenz1-145/+10
2013-06-07Generic Artifact/Assertion management by using Hibernate for SAML1 and PVP2Thomas Lenz1-23/+38
2013-05-07PVP2.X Post and Redirect binding, signing and verification, added PVP2.x Citi...Andreas Fitzek1-0/+2
2013-04-04Authentication data saved in Authentication SessionAndreas Fitzek1-0/+2
2013-04-04added SAML1 Protocol simple implementationAndreas Fitzek1-0/+295