1. 6e79684 Replaced javax.persistence with jakarta.persistence (#648) by margaretha · 2 years, 9 months ago
  2. 96c309d Replaced javax.ws to jakarta.ws namespace (#648) by margaretha · 2 years, 9 months ago
  3. aa87e20 Added getting username from LDAP by margaretha · 3 years, 2 months ago
  4. 6e3c01c Fixed scope check in token request with refresh token (close #556) by margaretha · 3 years, 2 months ago v0.69.3-release
  5. 73fe8f2 Jersey 2: Migrate requests made in unittests by abcpro1 · 3 years, 7 months ago
  6. d484156 Added new APIs: list user-installed plugins and uninstall plugin. by margaretha · 4 years ago
  7. 590acf6 Updated redirect URI error message for coherence. by margaretha · 4 years, 1 month ago
  8. 7da2390 Added a new API: install plugin by margaretha · 4 years, 1 month ago
  9. 977fabe Handled user-defined refresh token expiry. by margaretha · 4 years, 1 month ago
  10. 9436ebe Added redirect URI validation in authorization request (addressed #374) by margaretha · 4 years, 1 month ago
  11. ef1883f Fixed null client_id. by margaretha · 4 years ago
  12. 0034a0c Handled null parameters in authorization requests by margaretha · 4 years ago
  13. 641ea63 Implemented mapping of LDAP username to email. by margaretha · 4 years ago
  14. ffb8950 Updated authorization error response. by margaretha · 4 years, 1 month ago
  15. 74110b7 Removed unused admin API: clear access token cache. by margaretha · 4 years, 2 months ago
  16. 525045e Added an admin API to delete expired/revoked access and refresh tokens. by margaretha · 4 years, 2 months ago
  17. 4bd6125 Updated OAuth2 token length & secure random algorithm config. by margaretha · 5 years ago
  18. 4f4b9ab Updated OAuth2 API responses for coherence. by margaretha · 5 years ago
  19. 3507469 Updated OAuth2 token list with token type and user clientId parameters. by margaretha · 5 years ago
  20. 0a6b4b6 Updated Koral version for InfoController. by margaretha · 5 years ago
  21. 0afd44a Added a config properties for a long-time access token expiry and by margaretha · 6 years ago
  22. 6aee197 Added an admin API for clearing access token cache. by margaretha · 6 years ago
  23. 7497adf Added a service to revoke a single refresh token via super client by margaretha · 6 years ago v0.62.2-release
  24. db457bc Added username filtering to token revocation service via super client by margaretha · 7 years ago
  25. 43aceb5 Added a service to list active refresh tokens of a user. by margaretha · 7 years ago
  26. 93e602e Fixed missing scopes after requesting access token with refresh token. by margaretha · 7 years ago
  27. 398f472 Added comments & updated code structure. by margaretha · 7 years ago
  28. c750cbb Implemented revoking all tokens of a user client via a super client. by margaretha · 7 years ago
  29. 230effb Added the list-user-client controller. by margaretha · 7 years ago
  30. 6f0b738 Updated OAuth2 refresh token request to create a new refresh token. by margaretha · 8 years ago
  31. 2df0660 Integrated lite and full services and controllers in core. by margaretha · 8 years ago
  32. 439ad57 Moved javax.servlet-api to core & added post construct to lite. by margaretha · 8 years ago
  33. f370f54 Updated RefreshToken implementations with separate DB tables. Allows by margaretha · 8 years ago
  34. 6ad08b4 Implemented loading VC from gz files & updated OAuth2 expiry check. by margaretha · 8 years ago
  35. f008512 Implemented degrading super clients, improved and added OAuth2 tests. by margaretha · 8 years ago
  36. 835178d Implemented OAuth2 client info controller, super clients and unlimited by margaretha · 8 years ago
  37. 1ef36bd Fixed revoking latest access token when refreshing OAuth2 access token. by margaretha · 8 years ago
  38. dc51507 Implemented OAuth2 revoke token. by margaretha · 8 years ago
  39. 0666ddb Fixed clientId encoding in OAuth2ClientControllerTest. by margaretha · 8 years ago v0.60.5-release
  40. 33fa3d9 Fixed issue #27. by margaretha · 8 years ago
  41. 03b8286 Implemented refreshing OAuth2 access token by margaretha · 8 years ago
  42. 0a45be1 Added OAuth2 access token tests & updated mvn settings for faster test runtime. by margaretha · 8 years ago
  43. 07a356a Fixed authentication time format in authentication controller. by margaretha · 8 years ago
  44. 064eb6f Added storing authorization code and access token in cache; fixed bugs. by margaretha · 8 years ago
  45. 20f3123 Added service layer to SearchController, added OAuth2 scope handling, by margaretha · 8 years ago
  46. 80ea0dd Merged OAuth2 client deregistration controllers. by margaretha · 8 years ago
  47. 249a0aa Implemented OAuth2 token request with password grant using Nimbus lib. by margaretha · 8 years ago
  48. a2ce63d Implemented OpenID support for auth_time, nonce and max_age. by margaretha · 8 years ago
  49. b36b1a3 Implemented OpenID token service for authorization code flow. by margaretha · 8 years ago
  50. 56fd558 Implemented OAuth2 authorization error response using redirect URI. by margaretha · 8 years ago
  51. da3c785 Implemented handler for OpenID authentication error response. by margaretha · 8 years ago
  52. ec247dd Implemented openid authentication for authorization code request. by margaretha · 8 years ago