Commit Graph

365 Commits (0e703ef9f98fda34d21d3c5cae1eccfbcb81a73d)

Author SHA1 Message Date
Justin Richer 275c1b7e1c user info fetcher cache throws error instead of returning null (as per library contract), closes #1144
8 years ago
Julian Schlichtholz c3d0c18af5 make HttpClient configurable, closes #1071
8 years ago
Oleksandr Shpota 476ec872ff Fixed NPE in case if algorithm is not specified
8 years ago
Sofia Ang d361f01999 Fix such that the OAuth2Authentication returned would have a `null` userAuthentication if `user_id` is not found during introspection
8 years ago
Justin Richer 74d34ab744 null-safe target link filter
8 years ago
Justin Richer d0056ae882 added target link URI capability to webfinger issuer service
8 years ago
Justin Richer 82c313f036 added PKCE support to client
8 years ago
Justin Richer c31f42c3f3 updated versions to 1.3
9 years ago
Justin Richer 58724aa6dc [maven-release-plugin] prepare for next development iteration
9 years ago
Justin Richer 29c9ee2c46 [maven-release-plugin] prepare release mitreid-connect-1.2.6
9 years ago
Justin Richer d0d6ae2ad8 [maven-release-plugin] prepare for next development iteration
9 years ago
Justin Richer 7f5b70e9e1 [maven-release-plugin] prepare release mitreid-connect-1.2.5
9 years ago
Justin Richer 82a1e49e79 [maven-release-plugin] prepare for next development iteration
9 years ago
Justin Richer e6684fb7a8 [maven-release-plugin] prepare release mitreid-connect-1.2.4
9 years ago
Justin Richer 7badfe1d17 Happy new year 2016!
9 years ago
Justin Richer e828f3f18d [maven-release-plugin] prepare for next development iteration
9 years ago
Justin Richer 01ca5ef8e2 [maven-release-plugin] prepare release mitreid-connect-1.2.3
9 years ago
Justin Richer 8294dbedd5 handled HTTP and parsing errors, fixed guava cache contract, fixes #372
9 years ago
Justin Richer b3486c31a0 added cache to user info fetcher, closes #833
9 years ago
Justin Richer 7f464c496b changed copyright to new consortium name
9 years ago
Mark Janssen 4f9ea0b474 Improve state handling in handleAuthorizationCodeResponse
9 years ago
Mark Janssen a3d01727f9 Make FILTER_PROCESSES_URL public
9 years ago
Justin Richer 2deec98b58 [maven-release-plugin] prepare for next development iteration
9 years ago
Justin Richer d96b2dc130 [maven-release-plugin] prepare release mitreid-connect-1.2.2
9 years ago
Justin Richer 6129cfa61a added scope-based authorities granter for introspections services, closes #835
9 years ago
Justin Richer ebb4f2c3d4 Upgraded to nimbus 4.2, closes #934
9 years ago
Justin Richer 98e1d26134 limited when login_hint is sent to the server, closes #963
9 years ago
Justin Richer 8b362f23f3 [maven-release-plugin] prepare for next development iteration
9 years ago
Justin Richer e384a6257b [maven-release-plugin] prepare release mitreid-connect-1.2.1
9 years ago
Justin Richer acb3d03052 added 'kid' to all signed tokens, closes #899
9 years ago
Justin Richer 48bc26901a added JTI to client auth
9 years ago
Bernd Frey 9fe98e0132 OIDCAuthenticationFilter: Make authenticationSignerService optional so
9 years ago
Justin Richer 22c05ec51b [maven-release-plugin] prepare for next development iteration
9 years ago
Justin Richer e6b64cd9cd [maven-release-plugin] prepare release mitreid-connect-1.2.0
9 years ago
Justin Richer 489450b1c2 automated code format cleanup
9 years ago
Justin Richer 15c2b57730 [maven-release-plugin] prepare for next development iteration
9 years ago
Justin Richer 8317c759f1 [maven-release-plugin] prepare release mitreid-connect-1.2.0-RC2
9 years ago
Justin Richer a4e75ed733 [maven-release-plugin] prepare for next development iteration
10 years ago
Justin Richer 58a47d0e46 [maven-release-plugin] prepare release mitreid-connect-1.2.0-RC1
10 years ago
Justin Richer 3c297ba18f collapsed error clause
10 years ago
Justin Richer 42b93be492 added uri-encoded client service, closes #857
10 years ago
Justin Richer 667c766273 reverted over-reaching check on webfinger fetcher
10 years ago
Justin Richer d2a393f7f9 converted error handlers to a single @ControllerAdvice class, closes #788
10 years ago
Justin Richer 7df3597757 split client's auth token into pending and authorized classes
10 years ago
Justin Richer b4520c170e ID Token carried through as parsed JWT instead of string, closes #832
10 years ago
Justin Richer f4a1b27e2e better handling of HTTP and JSON errors on network fetches, added http-forcing behavior for webfinger client and sector URL service
10 years ago
Justin Richer 9ae92b983a added http and json error handling to webfinger service
10 years ago
Justin Richer c166cbe49c added login hint capability to client library
10 years ago
Stephen Moore a259841eaf Added getters and setters to IntrospectingTokenService
10 years ago
Stephen Moore 698fe55b85 IntrospectingTokenService now takes parameters (cacheTokens, cacheNonExpiringTokens, defaultExpireTime, forceCacheExpireTime) to change the behavior or even disable the caching of responses from the IntrospectionEndpoint.
10 years ago