1. 3cd2d5f Added an error for missing redirect uri in a token request by margaretha · 3 years, 1 month ago
  2. 6e3c01c Fixed scope check in token request with refresh token (close #556) by margaretha · 3 years, 2 months ago v0.69.3-release
  3. 59f7006 Fixed refresh token expiry test by margaretha · 3 years, 2 months ago
  4. 78d0e64 Fixed testing refresh token expiry. by margaretha · 3 years, 3 months ago
  5. 45ba733 Fixed content-type in error responses by changing it to application/json by margaretha · 3 years, 4 months ago
  6. cc92959 Allowed OAuth2 clients to use localhost as redirect URIs. by margaretha · 3 years, 4 months ago
  7. 64ea645 Made scope param required in authorization request (solved #508) by margaretha · 3 years, 4 months ago
  8. 73fe8f2 Jersey 2: Migrate requests made in unittests by abcpro1 · 3 years, 7 months ago
  9. 241bc4f Jersey 2: Use WebTarget.request() where necessary by abcpro1 · 3 years, 7 months ago
  10. 590acf6 Updated redirect URI error message for coherence. by margaretha · 4 years, 1 month ago
  11. 7da2390 Added a new API: install plugin by margaretha · 4 years, 1 month ago
  12. 977fabe Handled user-defined refresh token expiry. by margaretha · 4 years, 1 month ago
  13. 9436ebe Added redirect URI validation in authorization request (addressed #374) by margaretha · 4 years, 1 month ago
  14. 0034a0c Handled null parameters in authorization requests by margaretha · 4 years ago
  15. d9e5cda Changed the SQL script updating oauth2_client table. by margaretha · 4 years ago
  16. ffb8950 Updated authorization error response. by margaretha · 4 years, 1 month ago
  17. d67b427 Added authorization request with GET and deprecated that with POST. by margaretha · 4 years, 1 month ago
  18. 74110b7 Removed unused admin API: clear access token cache. by margaretha · 4 years, 2 months ago
  19. b250ddc Updated OAuth2 client dto. by margaretha · 5 years ago
  20. 4f4b9ab Updated OAuth2 API responses for coherence. by margaretha · 5 years ago
  21. 3507469 Updated OAuth2 token list with token type and user clientId parameters. by margaretha · 5 years ago
  22. 0afd44a Added a config properties for a long-time access token expiry and 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. 43aceb5 Added a service to list active refresh tokens of a user. by margaretha · 7 years ago
  25. 93e602e Fixed missing scopes after requesting access token with refresh token. by margaretha · 7 years ago
  26. c750cbb Implemented revoking all tokens of a user client via a super client. by margaretha · 7 years ago
  27. 230effb Added the list-user-client controller. by margaretha · 7 years ago
  28. 6f0b738 Updated OAuth2 refresh token request to create a new refresh token. by margaretha · 8 years ago
  29. ee0cbfe Added API URL versioning. by margaretha · 8 years ago
  30. f008512 Implemented degrading super clients, improved and added OAuth2 tests. by margaretha · 8 years ago
  31. 835178d Implemented OAuth2 client info controller, super clients and unlimited by margaretha · 8 years ago
  32. dc51507 Implemented OAuth2 revoke token. by margaretha · 8 years ago
  33. 1b32045 Implemented predefined VC caching and added VC reference tests. by margaretha · 8 years ago
  34. 03b8286 Implemented refreshing OAuth2 access token by margaretha · 8 years ago
  35. 0a45be1 Added OAuth2 access token tests & updated mvn settings for faster test runtime. by margaretha · 8 years ago
  36. 064eb6f Added storing authorization code and access token in cache; fixed bugs. by margaretha · 8 years ago
  37. 20f3123 Added service layer to SearchController, added OAuth2 scope handling, by margaretha · 8 years ago
  38. 00c28c0 Added port checking in test suite. by margaretha · 8 years ago
  39. 9c78e1a Implemented OpenId configuration. by margaretha · 8 years ago
  40. b36b1a3 Implemented OpenID token service for authorization code flow. by margaretha · 8 years ago
  41. 56fd558 Implemented OAuth2 authorization error response using redirect URI. by margaretha · 8 years ago
  42. da3c785 Implemented handler for OpenID authentication error response. by margaretha · 8 years ago
  43. 07402f4 Altered user authentication method in authorization code request. by margaretha · 8 years ago
  44. be4c5c9 Handled scopes & added request token with authorization code tests. by margaretha · 8 years ago
  45. 1097acc Added access token scope join table and updated fix for #21. by margaretha · 8 years ago
  46. b4ce660 Added setting default access scopes in the config file & fixed #21. by margaretha · 8 years ago
  47. a452c5e Implemented OAuth2 request access token with authorization code grant. by margaretha · 8 years ago
  48. fb027f9 Implemented authorization code request, simplified client by margaretha · 8 years ago
  49. 6374f72 Implemented OAuth2 request token with resource owner password grant. by margaretha · 8 years ago
  50. f839dde Implemented OAuth2 request access token with client credentials grant. by margaretha · 8 years ago
  51. 0512231 Implemented OAuth2 exception handler. by margaretha · 8 years ago
  52. a048627 Updated OAuth2 client authentication. by margaretha · 8 years ago