bb61292ec6wrote default signer; added schema, definition parsers, handlers, and mapping files to configure; modified the signers, and added a keystore class to support
nemonik
2012-02-13 11:23:10 -0500
b0934eb51eMerge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
Justin Richer
2012-02-13 10:47:27 -0500
eaa22754e3added in service layer for JWT signers, started to put in some exceptions
Justin Richer
2012-01-31 17:00:48 -0500
eb1da16d24Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
Justin Richer
2012-01-31 15:40:29 -0500
16c478e231added spring-ws into dependencies for potential keystore support
Justin Richer
2012-01-31 15:40:18 -0500
691a6ae8f1moved serializers into a views package
Justin Richer
2012-01-31 15:39:53 -0500
a3a305aa06Initial views commit. Includes bootstrap and mock-ups.
Michael Jett
2012-01-31 12:54:02 -0500
db13838853added test db files to .gitignore
nemonik
2012-01-31 12:13:55 -0500
07f51f7ae9removed test db files
nemonik
2012-01-31 12:12:36 -0500
5ce3140bf2additional work on repositories, and services w/ unit tests
nemonik
2012-01-31 12:11:26 -0500
5f2a64517cupdated license and readme
Justin Richer
2012-01-27 15:27:16 -0500
440eadcfe0added SWD endpoint and views
Justin Richer
2012-01-27 15:22:51 -0500
4924d6c78cadded more unit tests to AddressRespositoryTest
nemonik
2012-01-26 16:46:09 -0500
adee03eb2acorrections to JPA Query Language syntax in ApprovedSite named queries, added test-context.xml, and added first unit test
Michael Joseph Walsh
2012-01-26 15:36:27 -0500
b9dc024086corrections, and added jdbc testing datasource from pushe
Michael Joseph Walsh
2012-01-26 14:43:29 -0500
4a2015201bmerged chagnes from remote
Justin Richer
2012-01-26 10:56:56 -0500
505ec3d39freworked id tokens, added SWD endpoint shell, started checkid endpoint shell (still needs signer service of some kind)
Justin Richer
2012-01-25 16:58:01 -0500
7cd799a372mods to repository, added service interfaces and impls
Michael Joseph Walsh
2012-01-25 15:48:51 -0500
01ec777af6Added table definition files for the model classes. Note that these are untested and may need modification. TODO: the Maven replacer plugin needs to be configured in order to replace the DB_URL, etc variables in data-context.xml with local values.
Amanda Anganes
2012-01-12 16:01:34 -0500
b47d22e0fdIt deploys! Finished adding persistence annotations to the model setup we have so far. Added IdToken.java, which extends JWT and uses an IdTokenClaims as its JWT.claims object.
Amanda Anganes
2012-01-12 12:49:21 -0500
6cce82f484checked in stuff
Amanda Anganes
2012-01-10 16:17:12 -0500
c4dfe35f44Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
Amanda Anganes
2012-01-10 16:01:49 -0500
c87346a4abfixed build path, updated to SECOATH latest, added jackson dependency
Justin Richer
2012-01-03 12:38:55 -0500
f31fd5c3a5Added implementation of the verify method to the Rs256Signer class. Added comments for steps needed in stub of Es256Signer class.
Amanda Anganes
2011-12-29 09:12:19 -0500
15f8675e1aRe-arranged packages in the JWT library; added an implementation of the ES256 signature method (untested) and a stub for the RE256 signature method.
Amanda Anganes
2011-12-28 21:26:11 -0500
204df8f0bdMerge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
Amanda Anganes
2011-12-27 16:06:20 -0500
f44f22cf80fixed HMAC signer, added test for it
Justin Richer
2011-12-22 12:52:56 -0500
869a6ddeefadded signing and some unit tests, HMAC signing still doesn't quite work
Justin Richer
2011-12-21 15:57:34 -0500
7a6af8c07dstarted a JWT library
Justin Richer
2011-12-21 11:47:40 -0500
a8d39b905fupdated some repositories with basic get/save functions
Justin Richer
2011-12-16 13:28:59 -0500
9ab65b84a3added basic repository and model components
Justin Richer
2011-12-15 16:34:38 -0500
9ada098b75cleaned up project, added in some model components, added in shells for repositories
Justin Richer
2011-12-15 16:31:25 -0500
82a02a1d1dmoved to Spring Security 3.1, local build against spring security oauth checkout
Justin Richer
2011-12-13 12:50:50 -0500
7013163b80added spring security oauth project
Justin Richer
2011-12-12 14:31:31 -0500
3c7801c269added mitre local submodule
Justin Richer
2011-12-12 13:15:11 -0500
dd4daeb20eAdded dependency on the spring-security-oauth2 project. Download SSOAuth from https://github.com/SpringSource/spring-security-oauth.git and import to workspace as a project from Git; link this projet to it and keep it up-to-date.
Amanda Anganes
2011-12-09 16:36:54 -0500
539578f7a3Trying to remove local-values.conf from Git.
Amanda Anganes
2011-12-09 16:14:42 -0500
1fbe4632bbPrevious commit did not include newly created files.
Amanda Anganes
2011-12-09 16:13:17 -0500
6078c68f96Starting to flesh out some of the model and endpoints. I've added several "empty.txt" files in order to push the complete directory layout to Git - it won't push empty directories.
Amanda Anganes
2011-12-09 16:09:41 -0500
edd6f7a0f3Importing to remote
Amanda Anganes
2011-11-02 12:31:29 -0400