Commit Graph

393 Commits (d4b45006d575a2b7995de1d34072c5a38ac2c4df)

Author SHA1 Message Date
Justin Richer 6ee171199d reverted keystore to previous version, got stomped on 2012-02-14 16:22:28 -05:00
Justin Richer 01763dbc0c Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server 2012-02-14 16:07:21 -05:00
Justin Richer 71292bcefd merged from remote, regenerated keystore 2012-02-14 16:06:53 -05:00
Michael Jett c3cad0d0e2 Adding IDE specifics to .gitignore 2012-02-14 14:46:34 -05:00
Michael Jett 6eb7ce43af Adding files left out from merge. 2012-02-14 14:28:51 -05:00
Michael Jett c9d3b1e8b0 Initial taglib commit 2012-02-14 14:21:41 -05:00
Michael Jett be132dc5bd Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server 2012-02-14 12:39:52 -05:00
Michael Jett 3f7d922324 Client management modal mockup 2012-02-14 12:34:30 -05:00
Justin Richer 6d7371ba1a added spring aspect to project, tweaked configuration to point to keystore file correctly, added JWK endpoint views 2012-02-14 12:31:51 -05:00
nemonik 57dfc09c7e rsa signer unit test working 2012-02-14 00:51:43 -05:00
nemonik 2afddd054b rsa signer still needs work. forcing unit test to pass 2012-02-13 23:04:28 -05:00
nemonik 9a75bb7bd0 mods to keystore, rsasigner, and unit tests 2012-02-13 21:20:35 -05:00
Justin Richer 35c09743f9 updated schema locations 2012-02-13 12:46:37 -05:00
nemonik 8a10c96d37 minor tweak 2012-02-13 11:33:42 -05:00
nemonik bb61292ec6 wrote default signer; added schema, definition parsers, handlers, and mapping files to configure; modified the signers, and added a keystore class to support 2012-02-13 11:23:10 -05:00
Justin Richer b0934eb51e Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server 2012-02-13 10:47:27 -05:00
Justin Richer eca43b7ae6 fixed method reference 2012-02-13 10:29:46 -05:00
Amanda Anganes 3f15e99475 Committing latest code, testing Authorization SErver 2012-02-13 10:09:28 -05:00
Amanda Anganes d71d76c54e Partially implemented ConnectAuthCodeTokenGranter.java. Builds & deploys, but not tested. 2012-02-09 14:33:03 -05:00
Amanda Anganes 7c73b8f34d Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server 2012-02-09 10:05:06 -05:00
Amanda Anganes b2848feeb1 Added ConnectAuthCodeTokenGranter.java 2012-02-09 10:04:52 -05:00
Justin Richer 7ea1904e4d moved views to new package, added views for JWK 2012-02-09 09:04:52 -05:00
Amanda Anganes 73b94cb125 Some references to "Consumer" rather than "Client" were still present; these have been fixed. 2012-02-07 12:09:18 -05:00
Amanda Anganes ee9da75c6a Added a "readme.txt" to the docs folder to capture changelog. 2012-02-07 10:00:56 -05:00
Amanda Anganes c0b5dd7b30 Updated diagrams with feedback from the working groups. 2012-02-07 09:27:01 -05:00
Amanda Anganes 82d8b1f451 Uploading diagrams. 2012-02-01 09:40:23 -05:00
Justin Richer eaa22754e3 added in service layer for JWT signers, started to put in some exceptions 2012-01-31 17:00:48 -05:00
Justin Richer eb1da16d24 Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server 2012-01-31 15:40:29 -05:00
Justin Richer 16c478e231 added spring-ws into dependencies for potential keystore support 2012-01-31 15:40:18 -05:00
Justin Richer 691a6ae8f1 moved serializers into a views package 2012-01-31 15:39:53 -05:00
Michael Jett a3a305aa06 Initial views commit. Includes bootstrap and mock-ups. 2012-01-31 12:54:02 -05:00
nemonik db13838853 added test db files to .gitignore 2012-01-31 12:13:55 -05:00
nemonik 07f51f7ae9 removed test db files 2012-01-31 12:12:36 -05:00
nemonik 5ce3140bf2 additional work on repositories, and services w/ unit tests 2012-01-31 12:11:26 -05:00
Justin Richer 5f2a64517c updated license and readme 2012-01-27 15:27:16 -05:00
Justin Richer 440eadcfe0 added SWD endpoint and views 2012-01-27 15:22:51 -05:00
nemonik 4924d6c78c added more unit tests to AddressRespositoryTest 2012-01-26 16:46:09 -05:00
Michael Joseph Walsh adee03eb2a corrections to JPA Query Language syntax in ApprovedSite named queries, added test-context.xml, and added first unit test 2012-01-26 15:36:27 -05:00
Michael Joseph Walsh b9dc024086 corrections, and added jdbc testing datasource from pushe 2012-01-26 14:43:29 -05:00
Justin Richer 4a2015201b merged chagnes from remote 2012-01-26 10:56:56 -05:00
Justin Richer 505ec3d39f reworked id tokens, added SWD endpoint shell, started checkid endpoint shell (still needs signer service of some kind) 2012-01-25 16:58:01 -05:00
Michael Joseph Walsh 7cd799a372 mods to repository, added service interfaces and impls 2012-01-25 15:48:51 -05:00
Justin Richer a81dd8d5a4 removed mitre-local dependency, refactoring project heirarchy 2012-01-23 17:16:23 -05:00
Michael Joseph Walsh 685a311de1 openid connect repositories written, but not unit tested 2012-01-19 16:24:40 -05:00
Amanda Anganes c6e8b12ad9 Renamed one of the columns in clientdetails.sql to match up with refactoring. 2012-01-19 15:40:52 -05:00
Amanda Anganes c9757d49ee Added .sql files for OAuth2 entities. 2012-01-19 13:58:00 -05:00
Amanda Anganes a8840c716f Configured maven replacer plugin. 2012-01-12 16:11:07 -05:00
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