- da08015 Add query reference web-service. by Akron · 5 years ago
- a26cbde Update dependency of nimbus-jose-jwt and oauth2-oidc-sdk by Akron · 6 years ago
- 9a270a5 Removed client authentication from the client deregistration & by margaretha · 6 years ago
- 6aee197 Added an admin API for clearing access token cache. by margaretha · 6 years ago
- d9546d3 Updated free resource controller. by margaretha · 6 years ago
- d8aa135 Updated create update user-group API. by margaretha · 6 years ago
- 7497adf Added a service to revoke a single refresh token via super client by margaretha · 6 years ago v0.62.2-release
- db457bc Added username filtering to token revocation service via super client by margaretha · 7 years ago
- 43aceb5 Added a service to list active refresh tokens of a user. by margaretha · 7 years ago
- 77e7474 Merged list authorized client and list registered client services by margaretha · 7 years ago
- 7a09e48 Implemented a service to list clients registered by a user (close #52) by margaretha · 7 years ago
- c20cd34 Added description and URL to list-authorized-clients service (close #53) by margaretha · 7 years ago
- 03b195a Added prefixes to username and groupname in service paths (resolved #35) by margaretha · 7 years ago
- ca7cff8 Removed UserGroupJson & updated listUserGroups and createUserGroup services. by margaretha · 7 years ago
- a18ab2b Updated group api paths & replaced groupId with groupName (resolved #33) by margaretha · 7 years ago
- da5a6ab Added user-group name pattern (issue #33). by margaretha · 7 years ago
- bdd47ac Updated the response statuses of VC PUT requests. by margaretha · 7 years ago
- 0e1fc55 Resolved #40. by margaretha · 7 years ago
- c9f40e2 Fixed post requests with status OK and empty body. by margaretha · 7 years ago
- 3a57940 Updated VC name pattern and tests. by margaretha · 7 years ago
- 47a72a8 Added re-caching VC at closing-index service, resolved #44 by margaretha · 7 years ago
- 03ae28d Handled LDAP errors, fixed #45. by margaretha · 7 years ago
- 3ccaeb7 Resolves #34. Removed old VC controllers; updated VC access controllers; by margaretha · 7 years ago
- 39cec60 Added delete-group-by-name controller & unique index to group name. by margaretha · 7 years ago
- b5e1e0a Added delete setting controller & handled no resource found (issue #37) by margaretha · 7 years ago
- 4fa4b06 Added foundry rewrite with user default setting. by margaretha · 7 years ago
- 4a33812 Added VC reference and MapUtil tests. by margaretha · 7 years ago
- 6cd27f3 Added default setting key validation & fixed UserdataTest. by margaretha · 7 years ago
- 0bcde4c Added delete key in setting controllers by margaretha · 7 years ago
- 62c0676 Updated default setting controllers & added tests by margaretha · 7 years ago
- 0866a53 Added create, edit, retrieve user default setting controllers by margaretha · 7 years ago
- 4842673 Removed codes related to user registration & password management. by margaretha · 7 years ago
- 4af3f1e Added a PUT VC request and aliases to some VC controllers, merged VC by margaretha · 7 years ago
- 8c20396 Added retrieveVCByName and deleteVCByName. by margaretha · 7 years ago
- 2ea9a1e Degraded API version to 1.0 & added OAuth2 client info tests by margaretha · 7 years ago
- 398f472 Added comments & updated code structure. by margaretha · 7 years ago
- 420db0e Removed document controllers and KustvaktResource. by margaretha · 7 years ago
- c750cbb Implemented revoking all tokens of a user client via a super client. by margaretha · 7 years ago
- 5a2c34e Removed duplicate clients in user client lists. by margaretha · 7 years ago
- 230effb Added the list-user-client controller. by margaretha · 7 years ago
- 2df0660 Integrated lite and full services and controllers in core. by margaretha · 8 years ago
- 3495447 Integrated lite controllers, services and tests in full version. by margaretha · 8 years ago
- f7abb36 Handled unique constraints. by margaretha · 8 years ago
- 563aabe Implemented VirtualCorpusRewrite. by margaretha · 8 years ago
- 7926adc Added API versioning backwards compability and tests. by margaretha · 8 years ago
- ee0cbfe Added API URL versioning. by margaretha · 8 years ago
- f370f54 Updated RefreshToken implementations with separate DB tables. Allows by margaretha · 8 years ago
- f008512 Implemented degrading super clients, improved and added OAuth2 tests. by margaretha · 8 years ago
- bdddbaf Disabled degrading super clients to normal clients. by margaretha · 8 years ago
- 835178d Implemented OAuth2 client info controller, super clients and unlimited by margaretha · 8 years ago
- 1ef36bd Fixed revoking latest access token when refreshing OAuth2 access token. by margaretha · 8 years ago
- 7f5071f Added revocation of access tokens and authorization code when by margaretha · 8 years ago
- dc51507 Implemented OAuth2 revoke token. by margaretha · 8 years ago
- 03b8286 Implemented refreshing OAuth2 access token by margaretha · 8 years ago
- 0a45be1 Added OAuth2 access token tests & updated mvn settings for faster test runtime. by margaretha · 8 years ago
- 07a356a Fixed authentication time format in authentication controller. by margaretha · 8 years ago
- 064eb6f Added storing authorization code and access token in cache; fixed bugs. by margaretha · 8 years ago
- 20f3123 Added service layer to SearchController, added OAuth2 scope handling, by margaretha · 8 years ago
- 0073aa4 Merge branch 'master' of by margaretha · 8 years ago
- d505816 Do not pass broken queries to Krill by Akron · 8 years ago
- 226ec1e Updated paths of user-group deletion-controllers by margaretha · 8 years ago
- 6091cf3 Added support for unrestricted corpus statistics in full service by Akron · 8 years ago
- 49cb688 Migrated logging to log4j2 and adapted java.util.logging to log4j. by margaretha · 8 years ago
- 80ea0dd Merged OAuth2 client deregistration controllers. by margaretha · 8 years ago
- d7cab21 Updated client registration requirement to allow desktop apps. by margaretha · 8 years ago
- e4034a8 Updated redirect URI validator. by margaretha · 8 years ago openid
- 249a0aa Implemented OAuth2 token request with password grant using Nimbus lib. by margaretha · 8 years ago
- a2ce63d Implemented OpenID support for auth_time, nonce and max_age. by margaretha · 8 years ago
- 9c78e1a Implemented OpenId configuration. by margaretha · 8 years ago
- 1929596 Added JWK-set web-controller listing kustvakt public keys. by margaretha · 8 years ago
- b36b1a3 Implemented OpenID token service for authorization code flow. by margaretha · 8 years ago
- 56fd558 Implemented OAuth2 authorization error response using redirect URI. by margaretha · 8 years ago
- da3c785 Implemented handler for OpenID authentication error response. by margaretha · 8 years ago
- ec247dd Implemented openid authentication for authorization code request. by margaretha · 8 years ago
- 235a680 Updated JWT lib & added MySQL database tables. by margaretha · 8 years ago
- cf306d3 Updated Krill version & added controller tests with OAuth2 access token. by margaretha · 8 years ago
- 417571c Added parameter checking for authorization DAO. by margaretha · 8 years ago
- 07402f4 Altered user authentication method in authorization code request. by margaretha · 8 years ago
- be4c5c9 Handled scopes & added request token with authorization code tests. by margaretha · 8 years ago
- b4ce660 Added setting default access scopes in the config file & fixed #21. by margaretha · 8 years ago
- a452c5e Implemented OAuth2 request access token with authorization code grant. by margaretha · 8 years ago
- fb027f9 Implemented authorization code request, simplified client by margaretha · 8 years ago
- 6374f72 Implemented OAuth2 request token with resource owner password grant. by margaretha · 8 years ago
- f839dde Implemented OAuth2 request access token with client credentials grant. by margaretha · 8 years ago
- 0512231 Implemented OAuth2 exception handler. by margaretha · 8 years ago
- a048627 Updated OAuth2 client authentication. by margaretha · 8 years ago
- fb1e099 Implemented confidential client deregistration task and added tests. by margaretha · 8 years ago
- 8d804f6 Implemented deregister public client task. by margaretha · 8 years ago
- e68021a Updated vc search path. by margaretha · 8 years ago
- 3a579b4 Implemented #17 and added role removal after deleting members. by margaretha · 8 years ago
- 0e8f4e7 Implemented OAuth2 client authentication. by margaretha · 8 years ago
- 31a9f52 Implemented OAuth2 client registration. by margaretha · 8 years ago
- 18533fd Implemented #17 and added role removal after deleting members. by margaretha · 8 years ago
- 7a25f01 Removed createdBy from VirtualCorpusJson. by margaretha · 8 years ago
- 4457383 Added VC list and search user-group controllers for system admin. by margaretha · 8 years ago
- 293ee03 Added list group controller for system admin & status to user-group DTO. by margaretha · 8 years ago
- 69e8adc Added comments, moved EntityHandlerIface, and cleaned up old codes. by margaretha · 8 years ago
- 4edc70e Added admin-related SQL codes, updated AdminDao & group list controller. by margaretha · 8 years ago
- 6fca729 Updated readme (moved further setup to wiki). by margaretha · 8 years ago
- ac3c471 Updated field type:date in the metadata test. by margaretha · 8 years ago