Commit Graph

789 Commits (179903b074a35af3555b089cf1addb05fdbdebb3)
 

Author SHA1 Message Date
Justin Richer 179903b074 propagated client changes to service
12 years ago
Justin Richer 2f7891d02c updated mysql table to new schema
12 years ago
Justin Richer bcfa37040e missed one
12 years ago
Justin Richer 33ceedb283 added scope and grant_type, switched to timeunit
12 years ago
Justin Richer e2bc15c2b2 beginning of client registration refactor to track IETF dynreg spec
12 years ago
Justin Richer 0659432561 removed builder
12 years ago
Justin Richer 7586c6d661 added "NONE" type auth
12 years ago
Justin Richer 94c37f5815 added redelegate scope to client list, fixed inconsistency with refresh token issuance (addresses #239)
12 years ago
Justin Richer 510ddb48b7 override the correct part of the token granter class
12 years ago
Justin Richer bdcc6af096 temporary sanity check for client ID's
12 years ago
Justin Richer 4bd289c18c shadowed null id token from serializer
12 years ago
Justin Richer cab0839430 added workarounds for quirks in SECOAUTH
12 years ago
Justin Richer edc96d646c added chained token grant
12 years ago
Justin Richer 54708fb0ac fixed id token scopes (shouldn't inherit from parent token)
12 years ago
Justin Richer f072aba3f5 moved client details service, fixed authorities mapper
12 years ago
Justin Richer 2a206654b6 added client credential protection to revocation endpoint
12 years ago
Justin Richer e38b2b0ba5 shortened revocation endpoint url
12 years ago
Justin Richer fbc3c46128 Introspection now draft spec compliant, requires client auth
12 years ago
Justin Richer 544e3d7b43 added copy constructors because Dave likes to use unmodifiable sets for no apparent reason
12 years ago
Justin Richer 64ef752f08 added refresh token granter for testing
12 years ago
Justin Richer 7561ac9e8c client dynamic registration now protected by access token, addresses #199
12 years ago
Justin Richer 7342da6a51 completed making id tokens into access tokens
12 years ago
Justin Richer e4f9fa2bbf labeled introspection endpoint
12 years ago
Justin Richer 17374a57e0 added ISO date format to generic entity view, addresses #232
12 years ago
Justin Richer 3378cd5c4c cleaned table
12 years ago
Justin Richer b8f701d9d8 switched id tokens to entities, they're now access tokens also
12 years ago
Justin Richer eda84e1d58 removed account chooser java implementation
12 years ago
Justin Richer 4698552c2d made email_verified nullable, addresses #237
12 years ago
Justin Richer 2ef8d16e9c typo, formatting
12 years ago
Justin Richer ba7ddf17f9 added bootstrapping for clients, cleaned up sql files
12 years ago
Justin Richer cf7ceb74f3 betterer logout button
12 years ago
Justin Richer 2f1a6864b8 made a better logout button
12 years ago
Justin Richer 838e029db1 added logout button
12 years ago
Justin Richer d7d9e84e70 fixed user_id mapping
12 years ago
Justin Richer f091343d84 moved back to in-memory database by default
12 years ago
Justin Richer cabcc9c7fe fixed typo in README.
12 years ago
Justin Richer 49e216412e Added bootstrapped users set.
12 years ago
Justin Richer dcc56ec9dd temporary tables to prevent casts from leaking
12 years ago
Justin Richer 8b37011244 added casts to varchar to avoid extraneous spaces
12 years ago
Justin Richer e305d3b16b Making stable in-memory and in-file database with HSQL
12 years ago
Justin Richer 061c0f0814 minor cleanup
12 years ago
Stephen Moore 250432ce7f Added information into the user_info table
12 years ago
Stephen Moore 1bcaa68cb4 Added user_info stuff... and changed serverconfig for issuer...
12 years ago
Stephen Moore 47b34d2b1b Added blacklist table to HSQLDB sql script
12 years ago
Stephen Moore 4fdb0816eb Moved DB to use in memory HSQLDB. Made authentication-provider use a jdbc-user-service in that in-memory hsqldb.
12 years ago
Justin Richer fce47c239a added slashes to patterns what needed them, removed vestigial intercept from user-context
12 years ago
Justin Richer 122a2de074 First attempt at making API not redirect to /login, failed
12 years ago
Justin Richer d07f67bd76 let user select when grants time out
12 years ago
Justin Richer 413c477879 utility method for approved sites to check expiration
12 years ago
Justin Richer 84401531ae tie refresh token generation to "offline" scope tag
12 years ago