386 Commits (a070f61edfb8711ee02cc409ca8c9bd79d8029e2)

Author SHA1 Message Date
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
Mark Janssen 9e74e40453 Use diamond syntax instead of explicit types 10 years ago
Mark Janssen 13f5e4f8a6 Collapse identical catch branches 10 years ago
Mark Janssen 6dc2b2cb5e Various small improvements/bugfixes 10 years ago
William Kim 54fbf0d0ac Added null check for expiration during introspection. Making assumption that null exp means tokens dont expire. 10 years ago
Justin Richer d1e8529a7b expose ID Token and UserInfo to the AuthoritiesProvider and AuthoritiesMapper, both extensible 10 years ago
Mark Janssen effe955953 Fix blacklist/whitelist for DynamicRegistrationClientConfigurationService 10 years ago
Justin Richer caf85b990d Revert "added option to send skip sending nonce if desired, closes #704, closes #683," 10 years ago
Justin Richer d32118d017 Revert "added unit tests for nonce-less url builders (exception cases)" 10 years ago
Justin Richer 0d6775dfa8 made auth request url builder handle multiple keys 10 years ago
Justin Richer da72ce02ad added token endpoint options to client filter, closes #803 10 years ago
Justin Richer 52b1bda8d8 version match and cleanup 10 years ago
Justin Richer 617d485478 updated all references to media types to use constants instead of literals, closes #767 10 years ago
Justin Richer c09b63c69f made logger declarations consistent across project, closes #780 10 years ago
Justin Richer 7a1480bb07 moved and consolidated json utilities 10 years ago
Justin Richer e7bf75e9a4 moved and consolidated json utilities 10 years ago
Justin Richer b670f44138 added UMA to version number 10 years ago
Justin Richer b376bc6059 removed some vestigial service/repository calls, closes #513 10 years ago
Justin Richer 05f03f7c90 yet more year updates 10 years ago
Justin Richer 994ce6c743 consistently named JOSE-based classes, closes #529 10 years ago
Justin Richer 685960358c formatting cleanup 10 years ago
Justin Richer e2349984b8 happy new year 2015! 10 years ago
Justin Richer 70779a69ea reorganized dependency management section, managed cross-module dependencies, updated Nimbus JWT library 10 years ago
Justin Richer 587d4b2db6 further pom file cleanup 10 years ago
Justin Richer a9544059cf flagged spurious serialization warnings from the libraries (we're not actually serializing things here) 10 years ago
Justin Richer 77c06e9557 replaced deprecated http components calls, closes #744 10 years ago
Justin Richer 3708b531df moved requirement to different component, closes #759 10 years ago
Justin Richer ada1b0d24e added unit tests for nonce-less url builders (exception cases) 10 years ago
Justin Richer bbeaeb06e3 added option to send skip sending nonce if desired, closes #704, closes #683, 10 years ago
William Kim 9aa45f8efb Made the constructor public for OIDCAuthentication filter. 10 years ago