Commit Graph

57 Commits (3640f4b02d88610ba12ba6b03cc985eb9dda5f95)

Author SHA1 Message Date
Justin Richer 44f0e89048 I can spell "consortium"! 2013-08-14 14:15:42 -04:00
William Kim cf3cee5ec2 removed lolcat :( 2013-06-20 11:14:29 -04:00
William Kim 37dd7e7042 changed demo user accounts for server 2013-06-19 16:08:06 -04:00
Justin Richer 1e870703f8 added licence/copyright header 2013-05-02 11:45:20 -04:00
Justin Richer 5a04198eac moved to JPSK based key store 2013-03-28 15:06:30 -04:00
Justin Richer 0f6faf3609 removed old namespace config files 2013-03-07 10:46:25 -05:00
Justin Richer ea034f7d4a database preload fixed to match new schema 2013-03-04 16:10:32 -05:00
Justin Richer fc978ac994 made require_auth_time nullable again 2013-03-04 15:44:49 -05:00
Justin Richer 5c044b9eff added extra client fields to DB model, moved services to use new client model object 2013-03-04 14:22:42 -05:00
Justin Richer 3f8d7d70e5 updated client model to match OAuth Dyn Reg and OIDC Reg 2013-03-04 12:48:05 -05:00
Justin Richer 328fa221bd scope bootstrapping 2013-02-05 15:08:49 -05:00
Justin Richer 02846c0a8d typo fix, DB constraints 2013-02-05 14:40:06 -05:00
Justin Richer 173281f039 DB consistency fix 2013-02-05 11:11:15 -05:00
Justin Richer a3037a18a7 system scope service applied to client creation UI 2013-02-03 22:04:55 -05:00
Justin Richer 19e7b62a42 removed persistence.xml and moved to pure spring-based config, addresses #194 2013-02-03 22:02:23 -05:00
Justin Richer a3619240e6 added site scope 2013-02-03 22:02:23 -05:00
Justin Richer f0ee36dad2 auth_type -> auth_method (addresses #258) 2013-01-18 18:26:55 -05:00
Justin Richer 8831bc64a2 offline -> offline_access (addresses #248) 2013-01-18 18:03:39 -05:00
Justin Richer 27a26e0a35 (user_id/prn) -> sub 2013-01-18 16:40:05 -05:00
Justin Richer 1ab29882b4 fixed user prepoulation table 2013-01-18 15:38:53 -05:00
Justin Richer 0ab4ad4bbe added "birthdate", addresses #253 2013-01-18 15:38:41 -05:00
Amanda Anganes 7e7b2527db Added nonce to persistence.xml 2013-01-04 15:30:24 -05:00
Amanda Anganes 8f8a3754db Added database tables for Nonce 2013-01-04 15:30:24 -05:00
Justin Richer cbcfe55bb9 added introspection flag to client bootstrap 2013-01-02 14:16:31 -05:00
Justin Richer 18ddd8333f added flag to allow introspection, relaxed same-client restrictions on introspection and chained tokens 2012-12-18 11:07:24 -05:00
Justin Richer 6eabc895b9 moved database file to a reasonable name 2012-12-17 13:45:39 -05:00
Justin Richer 2a74be5baf bringing mysql tables up to date 2012-12-13 16:54:21 -05:00
Justin Richer 2c104a71e2 cleaned up mysql table 2012-12-13 16:04:45 -05:00
Justin Richer 2f7891d02c updated mysql table to new schema 2012-12-11 12:27:24 -05:00
Justin Richer bcfa37040e missed one 2012-12-11 12:18:51 -05:00
Justin Richer e2bc15c2b2 beginning of client registration refactor to track IETF dynreg spec 2012-12-10 17:36:33 -05:00
Justin Richer 94c37f5815 added redelegate scope to client list, fixed inconsistency with refresh token issuance (addresses #239) 2012-12-10 16:53:05 -05:00
Justin Richer 3378cd5c4c cleaned table 2012-12-06 14:24:38 -05:00
Justin Richer b8f701d9d8 switched id tokens to entities, they're now access tokens also
still needs some work to get the auth object right, for now we're just copying from the access token
2012-12-06 10:19:21 -05:00
Justin Richer 2ef8d16e9c typo, formatting 2012-12-05 15:49:50 -05:00
Justin Richer ba7ddf17f9 added bootstrapping for clients, cleaned up sql files 2012-12-05 15:04:14 -05:00
Justin Richer d7d9e84e70 fixed user_id mapping 2012-12-04 16:18:37 -05:00
Justin Richer 49e216412e Added bootstrapped users set. 2012-12-04 15:51:10 -05:00
Justin Richer dcc56ec9dd temporary tables to prevent casts from leaking 2012-12-04 14:38:08 -05:00
Justin Richer 8b37011244 added casts to varchar to avoid extraneous spaces 2012-12-04 13:35:40 -05:00
Justin Richer e305d3b16b Making stable in-memory and in-file database with HSQL 2012-12-03 17:53:25 -05:00
Stephen Moore 250432ce7f Added information into the user_info table 2012-12-03 14:56:40 -05:00
Stephen Moore 1bcaa68cb4 Added user_info stuff... and changed serverconfig for issuer... 2012-12-03 14:56:40 -05:00
Stephen Moore 47b34d2b1b Added blacklist table to HSQLDB sql script 2012-12-03 14:56:40 -05:00
Stephen Moore 4fdb0816eb Moved DB to use in memory HSQLDB. Made authentication-provider use a jdbc-user-service in that in-memory hsqldb. 2012-12-03 14:56:40 -05:00
Justin Richer 757e21a722 added blacklist API 2012-11-16 11:57:46 -05:00
Amanda Anganes c40efda6b5 Refactor part 1 2012-09-18 14:24:34 -04:00
Amanda Anganes c23b176567 Database backed authorization-code-service now works. 2012-08-23 10:46:08 -04:00
Amanda Anganes 49cb8bd0cb fixing bugs; needed to make all ids BIGINT AUTO-INCREMENT PRIMARY KEY in sql files 2012-08-09 12:44:21 -04:00
Amanda Anganes 676808bdac got things to deploy - could not reference UserInfo directly in ApprovedSite and WhitelistedSite; needed to reference DefaultUserInfo instead. 2012-07-31 14:50:24 -04:00