updated unit tests for new refresh token mode |
|
More...
|
about 10 years ago
|
added clear access tokens to export/import |
|
More...
|
about 10 years ago
|
DB table sync |
|
More...
|
about 10 years ago
|
clearing out refresh tokens is now configurable, closes #409 |
|
More...
|
about 10 years ago
|
fixed refresh token lookup |
|
More...
|
about 10 years ago
|
converted error handlers to a single @ControllerAdvice class, closes #788 |
|
More...
|
about 10 years ago
|
switched connection pool to use HikariCP, closes #821 |
|
More...
|
about 10 years ago
|
split client's auth token into pending and authorized classes |
|
More...
|
about 10 years ago
|
ID Token carried through as parsed JWT instead of string, closes #832 |
|
More...
|
about 10 years ago
|
better handling of HTTP and JSON errors on network fetches, added http-forcing behavior for webfinger client and sector URL service |
|
More...
|
about 10 years ago
|
added http and json error handling to webfinger service |
|
More...
|
about 10 years ago
|
added login hint capability to client library |
|
More...
|
about 10 years ago
|
wrapped timestamp injection in a null-safe block, with warning; closes #849 |
|
More...
|
about 10 years ago
|
Updated UMA's ExternalAuthoritiesMapper to new OIDCAuthoritiesMapper class, closes #850 |
|
More...
|
about 10 years ago
|
Sync database changes across all three platforms |
|
More...
|
about 10 years ago
|
Improve Spring Security dependency management |
|
More...
|
about 10 years ago
|
Synch with HSQLDB version |
|
More...
|
about 10 years ago
|
Add empty <relativePath> to avoid Maven warnings |
|
More...
|
about 10 years ago
|
Added getters and setters to IntrospectingTokenService Fixed TokenCacheObject constructor for setting TCO's expire time |
|
More...
|
about 10 years ago
|
IntrospectingTokenService now takes parameters (cacheTokens, cacheNonExpiringTokens, defaultExpireTime, forceCacheExpireTime) to change the behavior or even disable the caching of responses from the IntrospectionEndpoint. |
|
More...
|
about 10 years ago
|
save json object inside registered client if it's available, closes #800 |
|
More...
|
about 10 years ago
|
Fix syntax error: , at the end of table creation |
|
More...
|
about 10 years ago
|
Added null check for expiration during introspection. Making assumption that null exp means tokens dont expire. |
|
More...
|
about 10 years ago
|
expose ID Token and UserInfo to the AuthoritiesProvider and AuthoritiesMapper, both extensible |
|
More...
|
about 10 years ago
|
UserInfo carries original JSON object along if available |
|
More...
|
about 10 years ago
|
dressed up error message a little |
|
More...
|
about 10 years ago
|
internationalized the error and login pages |
|
More...
|
about 10 years ago
|
added OAuth error display page, closes #559 |
|
More...
|
about 10 years ago
|
moved user info interceptor to pre-handle |
|
More...
|
about 10 years ago
|
moved server configuration injection to pre-request |
|
More...
|
about 10 years ago
|