Commit Graph

1462 Commits (1.0.x)

Author SHA1 Message Date
Justin Richer a1ca3cadef [maven-release-plugin] prepare for next development iteration 2014-05-13 18:21:58 -04:00
Justin Richer 7dbf3aea32 [maven-release-plugin] prepare release mitreid-connect-1.0.15 2014-05-13 18:21:54 -04:00
Justin Richer c8a1a29093 added unit test for import of system scopes 2014-05-13 17:32:05 -04:00
Justin Richer a562e103c6 added importer for system scopes 2014-05-13 16:40:19 -04:00
Justin Richer eea852cebe added unit test for system scope export 2014-05-13 16:23:44 -04:00
Justin Richer d9ef5d0839 expanded unit test for data export 2014-05-13 15:36:49 -04:00
Justin Richer db4dcaf5cb cleaned up exporter, made some array exports null safe 2014-05-13 15:02:07 -04:00
Justin Richer 339d868e02 added unit test for data service 2014-05-13 14:17:40 -04:00
Justin Richer 1845d24188 allowRefresh is a generated value from the client 2014-05-13 13:57:57 -04:00
Justin Richer 9acbfaed43 added some null safety to the reader 2014-05-13 13:37:20 -04:00
Justin Richer 0d530a67d4 ported CSRF fix to 1.0 using sessions 2014-05-13 10:56:03 -04:00
arielak cb9a18f262 Fixed issue with serializing user authentication object, added export of SystemScopes, wrote functions for data import. 2014-05-02 17:36:52 -04:00
arielak 317b9e8657 Changes to facilitate data export, additional robustness 2014-04-25 15:39:20 -04:00
arielak 775a0c6143 Added functions to some repositories to facilitate data export 2014-04-23 13:02:19 -04:00
arielak 953b213d04 Wrote functions to export authorization/authentication credentials to file 2014-04-23 13:01:20 -04:00
arielak 1df4ae1cf0 Wrote functions to export authorization/authentication credentials to file 2014-04-23 11:48:53 -04:00
Justin Richer 2928240587 [maven-release-plugin] prepare for next development iteration 2014-02-03 21:01:29 -05:00
Justin Richer f7070507a9 [maven-release-plugin] prepare release mitreid-connect-1.0.14 2014-02-03 21:01:26 -05:00
Justin Richer 47a850abd8 Changed references of DefaultHttpClient to SystemDefaultHttpClient to inherit system proxy settings, should address #548 2014-01-31 14:23:26 -05:00
Justin Richer 88b4bfcae5 added skeleton of data import/export API 2014-01-27 15:13:01 -05:00
Justin Richer 0d01cf6381 ignore the beans 2014-01-16 16:13:47 -05:00
Justin Richer 5253a0fa79 removed pairwise marker from 1.0, closes #541 2014-01-16 16:13:25 -05:00
Justin Richer 1efe04f644 [maven-release-plugin] prepare for next development iteration 2013-12-09 14:19:44 -05:00
Justin Richer a0fecc7510 [maven-release-plugin] prepare release mitreid-connect-1.0.13 2013-12-09 14:19:41 -05:00
Justin Richer d2ab866810 Revert "Enforces minimum Java version 1.6 on the openid-connect-server project."
This reverts commit c007e69974.
2013-10-30 19:20:43 -04:00
Megan Boggess c007e69974 Enforces minimum Java version 1.6 on the openid-connect-server project. 2013-10-30 19:04:39 -04:00
Justin Richer c0d6e93498 Created hybrid issuer service, addresses #509 2013-09-24 21:48:58 -04:00
Justin Richer 73a12f169f made userinfo fetching optional, addresses #510 2013-09-24 21:38:08 -04:00
Justin Richer ac9cc19296 hybrid service instantiates inner members, addresses #508 2013-09-24 21:21:02 -04:00
Justin Richer bc8984aead [maven-release-plugin] prepare for next development iteration 2013-09-23 15:30:17 -04:00
Justin Richer c6733d04fb [maven-release-plugin] prepare release mitreid-connect-1.0.12 2013-09-23 15:30:13 -04:00
Justin Richer ea707903f0 added basic support for encrypted request objects, addresses #475
Conflicts:

	openid-connect-server/src/main/java/org/mitre/openid/connect/ConnectOAuth2RequestFactory.java
2013-09-23 14:36:35 -04:00
Amanda Anganes e9c813e3da Fixed typo 2013-09-23 14:30:51 -04:00
Amanda Anganes a0b7b2dbff Remove @PostConstruct from JWKSetKeyStore 2013-09-20 11:59:22 -04:00
Justin Richer bfa61fa2d7 explcitly set alg and enc instead of trying to guess 2013-09-20 11:59:08 -04:00
Justin Richer 34a81c25dc if there's only one key, return it as the default 2013-09-20 11:59:05 -04:00
Justin Richer a769c972eb spelling, property access, and cleanup 2013-09-20 11:59:01 -04:00
Justin Richer 2313dda8b7 added encrypted request object service to client, addresses #475 2013-09-20 11:58:56 -04:00
Justin Richer 6b96fbb4e9 refactored some json utils to their own static class 2013-09-20 11:58:48 -04:00
Justin Richer cc179003c7 added missing parts to discovery 2013-09-20 11:58:42 -04:00
Justin Richer 1e120d90b5 added encryption method list to encryption/decryption service 2013-09-20 11:58:40 -04:00
William Kim 20b5adfd23 updated comments for jwe service. 2013-09-20 11:57:38 -04:00
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
William Kim 1bdcf26443 changed encrypt/decrypt parameter to use JWEObject instead of EncryptedJWT 2013-09-20 11:57:30 -04:00
William Kim 4192350401 RSA encryption service tested. 2013-09-20 11:57:27 -04:00
William Kim e5d64d8f2e implemented symmetric key encryption. 2013-09-20 11:57:24 -04:00
William Kim 8cb72dc9de encrypt/decrypt implemented. initial commit for unit testing of jwe service. 2013-09-20 11:57:22 -04:00
William Kim 59f13a66b6 jwe service accessor methods and private initializing method done. 2013-09-20 11:57:20 -04:00
William Kim fc146433f9 jwe service init commit. 2013-09-20 11:57:18 -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