Commit Graph

909 Commits (a1ca3cadef4ba566e373aea85c97ae5b8ef7adb1)

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 0d530a67d4 ported CSRF fix to 1.0 using sessions 2014-05-13 10:56:03 -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 88b4bfcae5 added skeleton of data import/export API 2014-01-27 15:13:01 -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 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
Justin Richer cc179003c7 added missing parts to discovery 2013-09-20 11:58:42 -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 122b0c4e8c wrap errors in saving the client in an HTTP 400 (instead of HTTP 500) error
Conflicts:

	openid-connect-server/src/main/java/org/mitre/openid/connect/web/ClientDynamicRegistrationEndpoint.java
2013-09-20 11:27:07 -04:00
Justin Richer e11c0386d1 added transient passthroughs to JOSE algorithms for client
Conflicts:

	openid-connect-server/src/main/java/org/mitre/openid/connect/ConnectOAuth2RequestFactory.java
2013-09-20 11:22:18 -04:00
Justin Richer d83af13ae3 services shouldn't be transactional 2013-09-20 11:18:16 -04:00
Justin Richer b4783e753f clean up unused getter/setter 2013-09-20 11:17:13 -04:00
Justin Richer 1bf560842e cleaned up CORS filter implementation 2013-09-19 16:42:31 -04:00
Justin Richer 9020261d2c added CORS filter 2013-09-19 16:42: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 46e7ed203b if the client doesn't ask for any system scopes, but asks for some non-system scopes, they'll now get the defaults instead of none
addresses #498
2013-09-06 15:28:35 -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 926e1ef39c made introspection and revocation work with basic auth (and possible OAuth tokens, but that needs more work) 2013-09-03 12:32:49 -04:00
Justin Richer bea3a6610c tell spring to not stuff model into the redirects, partially addresses #492 2013-08-30 16:38:27 -04:00
Justin Richer 35e14f0c81 removed outdated client credentials filter, addresses #491 2013-08-30 11:49:06 -04:00
William Kim d30b53ddbf corrected output for badly-formatted timeout date. 2013-08-29 17:41:28 -04:00
William Kim f871edefed added date format validity check for moment.js usage. 2013-08-29 17:41:28 -04:00
William Kim 3c2662889c null-checking in date display for approved sites. 2013-08-29 17:41:27 -04:00
William Kim f5408347ec date display logic to use moment.js. 2013-08-29 17:41:27 -04:00
William Kim cd1871b021 initial moment time formatting commit. 2013-08-29 17:41:27 -04:00
William Kim 9736669584 importing moment.js library. 2013-08-29 17:41:27 -04:00
Justin Richer 48383d2fe0 added basic user profile view implementation 2013-08-29 17:40:01 -04:00
Justin Richer 196138e128 hide admin panels from non-admin users, addresses #472 2013-08-29 17:40:01 -04:00
Justin Richer a59704559a inject user's authorities into javascript context 2013-08-29 17:40:01 -04:00
Justin Richer 5c79a3f94e inject user's email address into contacts on dynamic registration 2013-08-29 17:40:01 -04:00
Justin Richer 61acbbe3b8 inject the current user into the javascript context
Conflicts:

	openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag
2013-08-29 17:39:59 -04:00
Justin Richer 43fa0ff249 added delete function 2013-08-29 17:39:19 -04:00
Justin Richer 1168268287 changed display of core client components, added warning 2013-08-29 17:39:19 -04:00
Justin Richer 3fa655a006 added create and update functions 2013-08-29 17:39:19 -04:00
Justin Richer e254c3d851 json view and form elements 2013-08-29 17:39:19 -04:00
Justin Richer b7e3892773 added client read and oauth token support for CRUD abilities 2013-08-29 17:39:19 -04:00
Justin Richer 773723feeb fixed panels for client form 2013-08-29 17:39:19 -04:00
Justin Richer cac0d21894 added form editor and control for newly-registered clients 2013-08-29 17:39:19 -04:00
Justin Richer b0cf84149e added dev page for self-service client registration
Conflicts:

	openid-connect-server/src/main/webapp/WEB-INF/tags/footer.tag
2013-08-29 17:39:15 -04:00
Justin Richer 3ee2a75e2e [maven-release-plugin] prepare for next development iteration 2013-08-20 16:51:13 -04:00