Commit Graph

1796 Commits (d38ee185fba302c2db6e95ca7124fd0193bb2650)

Author SHA1 Message Date
Amanda Anganes 01ec777af6 Added 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. 2012-01-12 16:01:34 -05:00
Amanda Anganes b47d22e0fd It 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. 2012-01-12 12:49:21 -05:00
Amanda Anganes 6cce82f484 checked in stuff 2012-01-10 16:17:12 -05:00
Amanda Anganes c4dfe35f44 Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server 2012-01-10 16:01:49 -05:00
Justin Richer b021e8bb11 maybe finally finished fixing the submodule reference 2012-01-10 15:59:21 -05:00
Amanda Anganes 84b78300e3 Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server 2012-01-10 15:43:51 -05:00
Justin Richer e4c35ef437 fixing submodule 2012-01-10 14:52:25 -05:00
Amanda Anganes fe88ea4e7a Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server 2012-01-09 11:26:01 -05:00
Justin Richer ed621b1b99 added maven default profile 2012-01-06 16:49:22 -05:00
Justin Richer 1b4ca2d70c added explanation for upstream-patches directory and content 2012-01-06 16:29:25 -05:00
Justin Richer c63eb44008 imported oauth2 support code from PuSHEE 2012-01-06 16:27:11 -05:00
Justin Richer 20f74269e1 updated some entity annotations 2012-01-04 16:39:26 -05:00
Amanda Anganes e13091cf12 Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server 2012-01-04 15:48:29 -05:00
Amanda Anganes 48595a62bb Added comments 2012-01-04 15:48:15 -05:00
Justin Richer 4db5d50864 it builds 2012-01-04 15:40:22 -05:00
Justin Richer d7a3fa1652 trying to fix maven dependencies 2012-01-04 14:57:59 -05:00
Justin Richer ceb91123b5 shuffled projects around so that it builds in maven and eclipse 2012-01-04 14:15:03 -05:00
Justin Richer 7790c16e6a cleaned up project files 2012-01-04 12:30:01 -05:00
Justin Richer 988fcb4c93 moved to multi-layer maven project 2012-01-04 12:19:23 -05:00
Justin Richer 4ce425eddc tweaking maven config 2012-01-04 10:41:43 -05:00
Justin Richer febad61730 jwt structures are claims based 2012-01-04 10:34:22 -05:00
Justin Richer cd0a117031 tweaked pom, refactored jwt claims 2012-01-04 10:00:45 -05:00
Justin Richer c87346a4ab fixed build path, updated to SECOATH latest, added jackson dependency 2012-01-03 12:38:55 -05:00
Amanda Anganes f31fd5c3a5 Added implementation of the verify method to the Rs256Signer class.
Added comments for steps needed in stub of Es256Signer class.
2011-12-29 09:12:19 -05:00
Amanda Anganes 15f8675e1a Re-arranged packages in the JWT library; added an implementation of the
ES256 signature method (untested) and a stub for the RE256 signature
method.
2011-12-28 21:26:11 -05:00
Amanda Anganes 204df8f0bd Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server 2011-12-27 16:06:20 -05:00
Amanda Anganes c870607bda Importing project 2011-12-27 16:06:03 -05:00
Justin Richer ee0ef8d563 fixed Jwt signature base 2011-12-23 10:56:43 -05:00
Justin Richer a2c5c99b63 comments! 2011-12-22 16:40:25 -05:00
Justin Richer 8998d22369 added signature validator 2011-12-22 13:15:56 -05:00
Justin Richer f44f22cf80 fixed HMAC signer, added test for it 2011-12-22 12:52:56 -05:00
Justin Richer 869a6ddeef added signing and some unit tests, HMAC signing still doesn't quite work 2011-12-21 15:57:34 -05:00
Justin Richer 7a6af8c07d started a JWT library 2011-12-21 11:47:40 -05:00
Justin Richer a8d39b905f updated some repositories with basic get/save functions 2011-12-16 13:28:59 -05:00
Justin Richer 9ab65b84a3 added basic repository and model components 2011-12-15 16:34:38 -05:00
Justin Richer 9ada098b75 cleaned up project, added in some model components, added in shells for repositories 2011-12-15 16:31:25 -05:00
Justin Richer 82a02a1d1d moved to Spring Security 3.1, local build against spring security oauth checkout 2011-12-13 12:50:50 -05:00
Justin Richer 7013163b80 added spring security oauth project 2011-12-12 14:31:31 -05:00
Justin Richer 3c7801c269 added mitre local submodule 2011-12-12 13:15:11 -05:00
Amanda Anganes dd4daeb20e Added 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.
2011-12-09 16:36:54 -05:00
Amanda Anganes 539578f7a3 Trying to remove local-values.conf from Git. 2011-12-09 16:14:42 -05:00
Amanda Anganes 1fbe4632bb Previous commit did not include newly created files.
Removed local-value.conf from git tracking since it should not be
tracked.
2011-12-09 16:13:17 -05:00
Amanda Anganes 6078c68f96 Starting 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.
2011-12-09 16:09:41 -05:00
Amanda Anganes edd6f7a0f3 Importing to remote 2011-11-02 12:31:29 -04:00
Justin Richer 92ca6fc2cb added authors 2011-10-31 12:40:31 -04:00
Justin Richer f3ca8a2791 first commit 2011-10-31 12:39:45 -04:00