Commit Graph

221 Commits (3b12765b9ba6bbbb944b4f6c3971c73b92d347e9)

Author SHA1 Message Date
William Kim 3b12765b9b Updated nimbusds library version to 2.17.2 and made relevant changes in enc./dec. service and test 2013-09-20 11:57:32 -04:00
Justin Richer b9f545d75b added encryption/decryption to cached JWK-URI service
Conflicts:

	openid-connect-server/src/main/java/org/mitre/openid/connect/ConnectOAuth2RequestFactory.java
2013-09-20 11:29:46 -04:00
Justin Richer 79c054229f removed old form value from fetcher 2013-09-20 11:18:10 -04:00
Justin Richer deb6c9210e fixed misleading error message 2013-09-20 11:17:31 -04:00
Justin Richer 858be9866a [maven-release-plugin] prepare for next development iteration 2013-09-06 15:37:31 -04:00
Justin Richer 72caaa6d2d [maven-release-plugin] prepare release mitreid-connect-1.0.11 2013-09-06 15:37:28 -04:00
Justin Richer 3524350086 fixed token expiration parsing 2013-09-06 14:44:01 -04:00
Justin Richer f56a993ca9 fixed scope parsing on token implementation, too 2013-09-06 14:28:32 -04:00
Justin Richer c98e34fc8f introspected scopes are now space-separated, not arrays 2013-09-06 13:53:01 -04:00
Justin Richer 889ab830f8 removed vestigial client config service 2013-09-04 14:57:41 -04:00
Justin Richer 7acb163031 refactored token introspection packages to support different client credentials at different services
Conflicts:

	openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/IntrospectingTokenService.java
	openid-connect-client/src/main/java/org/mitre/oauth2/introspectingfilter/JWTParsingIntrospectionUrlProvider.java
2013-09-04 14:56:58 -04:00
Justin Richer 9f444f9eca [maven-release-plugin] prepare for next development iteration 2013-09-03 12:43:52 -04:00
Justin Richer 6e866cd6a6 [maven-release-plugin] prepare release mitreid-connect-1.0.10 2013-09-03 12:43:49 -04:00
Justin Richer 56fe28bfd2 added configurable support for clients to send extra parameters like display and prompt, addresses #426 2013-08-22 14:26:01 -04:00
Justin Richer d1881d1d7e Client library no longer serializes nulls on registration, addresses #478 2013-08-21 10:52:16 -04:00
Justin Richer 3ee2a75e2e [maven-release-plugin] prepare for next development iteration 2013-08-20 16:51:13 -04:00
Justin Richer c5edb1ba1e [maven-release-plugin] prepare release mitreid-connect-1.0.9 2013-08-20 16:51:10 -04:00
Justin Richer 44f0e89048 I can spell "consortium"! 2013-08-14 14:15:42 -04:00
Justin Richer 91b2be284d [maven-release-plugin] prepare for next development iteration 2013-08-09 14:13:31 -04:00
Justin Richer 074ea6f903 [maven-release-plugin] prepare release mitreid-connect-1.0.8 2013-08-09 14:13:28 -04:00
Justin Richer 5edde48481 [maven-release-plugin] prepare for next development iteration 2013-07-30 13:10:48 -04:00
Justin Richer 4de9895d23 [maven-release-plugin] prepare release mitreid-connect-1.0.7 2013-07-30 13:10:45 -04:00
Justin Richer 023dd440d4 [maven-release-plugin] prepare for next development iteration 2013-07-29 11:30:08 -04:00
Justin Richer 5e8f93cf15 [maven-release-plugin] prepare release mitreid-connect-1.0.6 2013-07-29 11:30:04 -04:00
Justin Richer e658ffd7fc format/cleanup and copyright 2013-07-29 11:28:51 -04:00
William Kim 809a243b64 tests for webfinger url normalization. 2013-07-25 15:00:10 -04:00
William Kim eaa7298ef1 init commit for Webfinger normilizer utility class. 2013-07-25 12:15:50 -04:00
William Kim 14e85616e4 init commit. webfinger service test. 2013-07-24 21:29:19 -04:00
William Kim 0e777917d3 Updated Third Party Issuer Service unit tests. 2013-07-24 21:29:19 -04:00
William Kim 8c8aeeb892 hybrid server and client configuration services unit tests done. 2013-07-24 21:23:54 -04:00
William Kim 6ece7f5efc Static server and client configuration tests done. 2013-07-24 16:21:50 -04:00
Amanda Anganes 96e3f66a81 Removed more references to InitializingBean 2013-07-18 11:18:48 -04:00
William Kim 7b969f9776 removed TODO about empty JWK set at the client. issue #391. 2013-07-17 15:36:45 -04:00
Justin Richer 67fd5fa7e9 roles granted by introspection token services are now configurable (and extendable) via service, addresses #386 2013-07-16 17:00:40 -04:00
Justin Richer 35d1e1b6d4 added whitelist/blacklist support to server & client services 2013-07-16 17:00:40 -04:00
Justin Richer a4a18fd54c externalized introspection URL from client's introspecting token service, addresses #435
added service to parses token as JWT and pulls out issuer to find server
added introspection url to serverconfig object
added introspection parsing (and parse checks) to dynamic server config object
2013-07-16 17:00:40 -04:00
William Kim f483d41b88 getCustomClaim -> getClaim. Also, removed outdated TODOs. 2013-07-16 13:17:25 -04:00
Justin Richer 0d8c2442d2 [maven-release-plugin] prepare for next development iteration 2013-07-12 10:09:41 -04:00
Justin Richer 9bf5f70957 [maven-release-plugin] prepare release mitreid-connect-1.0.5 2013-07-12 10:09:38 -04:00
Justin Richer 6e8ab7736e added hybrid client and server services, addresses #387 2013-07-10 13:51:39 -04:00
Justin Richer a9da88fb79 brought introspection endpoint and introspection token services into compliance with draft, addresses #376 2013-07-10 12:50:57 -04:00
William Kim 2d16b8d458 revised unit tests in TestSignedAuthRequestUrlBuilder. 2013-07-08 17:02:42 -04:00
William Kim 3edd6c83b3 added unit test for parsing signed jwt auth requests. 2013-07-08 14:59:38 -04:00
William Kim 22b89f50be restored scheme choosing logic in webfinger service. 2013-07-03 15:36:09 -04:00
Justin Richer 936f581a0b [maven-release-plugin] prepare for next development iteration 2013-06-28 16:00:52 -04:00
Justin Richer 27edec1a56 [maven-release-plugin] prepare release mitreid-connect-1.0.4 2013-06-28 16:00:46 -04:00
William Kim 6d5e0a1092 added test for exception handling. removed unused imports. 2013-06-28 15:53:58 -04:00
William Kim 19718438c9 TestSignedAuthRequestUrlBuilder done. Relies heavily on com.nimbusds library. 2013-06-28 15:53:58 -04:00
William Kim 77bdfe344e init commit TestSignedAuthRequestUrlBuilder. 2013-06-28 15:53:58 -04:00
Justin Richer ded9c21a47 moved back to custom regex to handle user input 2013-06-28 15:41:11 -04:00