- 7da2390 Added a new API: install plugin by margaretha · 4 years, 1 month ago
- 977fabe Handled user-defined refresh token expiry. by margaretha · 4 years, 1 month ago
- 9436ebe Added redirect URI validation in authorization request (addressed #374) by margaretha · 4 years, 1 month ago
- e20a280 Added a new API: list plugins (e.g. for marketplace) by margaretha · 4 years, 1 month ago
- ef1883f Fixed null client_id. by margaretha · 4 years ago
- 0034a0c Handled null parameters in authorization requests by margaretha · 4 years ago
- 641ea63 Implemented mapping of LDAP username to email. by margaretha · 4 years ago
- ffb8950 Updated authorization error response. by margaretha · 4 years, 1 month ago
- 9dfa863 Updated OAuth2Client list API by margaretha · 4 years, 1 month ago
- d716312 Added columns to the oauth2_client table and updated client registration by margaretha · 4 years, 1 month ago
- 3ef1b81 Added redirect_uri to client info API. by margaretha · 4 years, 2 months ago
- e28cdd9 Updated and moved updateClientPrivilege API to OAuth2AdminController by margaretha · 4 years, 2 months ago
- 74110b7 Removed unused admin API: clear access token cache. by margaretha · 4 years, 2 months ago
- 525045e Added an admin API to delete expired/revoked access and refresh tokens. by margaretha · 4 years, 2 months ago
- 21a8386 Added more parameter checks and OAuth2Client web-service tests. by margaretha · 4 years, 3 months ago
- d575bd9 Updated roleId and super client parameters. by margaretha · 5 years ago
- 885404d Added character set filter to random code generator, e.g. for client_id. by margaretha · 5 years ago
- 4bd6125 Updated OAuth2 token length & secure random algorithm config. by margaretha · 5 years ago
- b250ddc Updated OAuth2 client dto. by margaretha · 5 years ago
- 4f4b9ab Updated OAuth2 API responses for coherence. by margaretha · 5 years ago
- 18259ce Updated parameters in the error responses of OAuth2 APIs for coherence by margaretha · 5 years ago
- 3571f53 Updated OAuth2Client JSON definition and controller tests by margaretha · 5 years ago
- bb1c145 Added client type in the client list web-service. Resolved #58. by margaretha · 5 years ago
- 3507469 Updated OAuth2 token list with token type and user clientId parameters. by margaretha · 5 years ago
- 0a6b4b6 Updated Koral version for InfoController. by margaretha · 5 years ago
- dc6d73d Fixed problem with multiple desktop apps by Akron · 6 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
- 0afd44a Added a config properties for a long-time access token expiry and by margaretha · 6 years ago
- 6aee197 Added an admin API for clearing access token cache. by margaretha · 6 years ago
- 2618beb Removed salt from config and updated config files. 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
- 21d3296 Added a check for OAuth2 client, VC, and group name length. 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
- 93e602e Fixed missing scopes after requesting access token with refresh token. by margaretha · 7 years ago
- 85273f1 Fixed SQL data and update client deregistration behavior. by margaretha · 7 years ago
- 398f472 Added comments & updated code structure. by margaretha · 7 years ago
- c750cbb Implemented revoking all tokens of a user client via a super client. by margaretha · 7 years ago
- dda4ef7 Added boolean flags to mitigate log4j debugging performance. 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
- 6f0b738 Updated OAuth2 refresh token request to create a new refresh token. by margaretha · 8 years ago
- 2df0660 Integrated lite and full services and controllers in core. by margaretha · 8 years ago
- 439ad57 Moved javax.servlet-api to core & added post construct to lite. 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
- f370f54 Updated RefreshToken implementations with separate DB tables. Allows by margaretha · 8 years ago
- 6ad08b4 Implemented loading VC from gz files & updated OAuth2 expiry check. by margaretha · 8 years ago
- f008512 Implemented degrading super clients, improved and added OAuth2 tests. 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
- 0666ddb Fixed clientId encoding in OAuth2ClientControllerTest. by margaretha · 8 years ago v0.60.5-release
- 33fa3d9 Fixed issue #27. 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
- 00c28c0 Added port checking in test suite. by margaretha · 8 years ago
- 49cb688 Migrated logging to log4j2 and adapted java.util.logging to log4j. by margaretha · 8 years ago
- b1081b1 Fixed OAuth2 client unique URL-hashcode. 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
- 5225ed0 Implemented signed OpenID token with default algorithm RSA256. 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
- 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
- 1097acc Added access token scope join table and updated fix for #21. 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