Commit Graph

55 Commits (0a02e7f545d8eb69e04d26b1066382af14f234fe)

Author SHA1 Message Date
Justin Richer 84695aa830 enhancing claims gathering endpoint 2016-10-07 23:41:59 -04:00
Justin Richer f8372666e6 Added PCT support, doesn't return from token endpoint yet 2016-09-22 12:05:38 -04:00
Justin Richer fcff1be114 move discovery endpoint to new URL pattern 2016-03-18 22:17:37 -04:00
Justin Richer ee3219a8ce send back a new ticket at each step 2016-01-26 17:58:18 -05:00
Justin Richer 565364aa9d Merge branch 'master' into multiparty
# Conflicts:
#	uma-server/src/main/java/org/mitre/uma/web/AuthorizationRequestEndpoint.java
2016-01-22 18:18:16 -05:00
Justin Richer 7badfe1d17 Happy new year 2016! 2016-01-21 15:50:37 -05:00
Justin Richer 64ac9661de made RPT granter ignore client's registered scopes (is this right?) 2016-01-20 16:52:44 -05:00
Justin Richer 0a4f36f692 cleaned up need_info response 2016-01-20 16:52:20 -05:00
Justin Richer c9e09e1698 reformatted need_info response 2016-01-19 21:21:14 -05:00
Justin Richer 25c273f259 allow permission tickets with empty scope sets 2016-01-19 15:50:44 -05:00
Justin Richer aeea1379ac changed ticket registration to be consistent 2016-01-18 21:47:34 -05:00
Justin Richer 446ccd0ba7 cleaned up UMA discovery components 2015-12-30 12:51:04 -05:00
Justin Richer 24291040b6 allow client to specify scopes as part of token request. 2015-12-23 09:59:30 -05:00
Justin Richer 9086a06d7d cleaned up discovery document 2015-12-21 17:40:16 -05:00
Justin Richer 1ec66450e9 added claims gathering URI to "need_info" response 2015-12-21 17:39:03 -05:00
Justin Richer eba7f78cb0 removed old RPT Endpoint 2015-12-21 17:38:42 -05:00
Justin Richer d16f76251f moved resource set registration endpoint to root URL 2015-12-21 17:34:40 -05:00
Justin Richer 8e672e13f9 Merge branch 'copyright-itc' into multiparty 2015-12-16 14:52:15 -05:00
Justin Richer 7f464c496b changed copyright to new consortium name 2015-12-16 14:51:12 -05:00
Justin Richer d120e8fb20 return ID of resource set in Location URL by calling the right object 2015-12-10 16:35:17 -05:00
Justin Richer 4c04850446 moved UMA exceptions out to controller advice class 2015-12-10 16:23:47 -05:00
Justin Richer 99b58827c6 return ID of resource set in Location URL by calling the right object 2015-12-10 16:23:15 -05:00
Justin Richer 750024f89d initial multiparty token delegation granter 2015-12-09 17:17:54 -05:00
Justin Richer 9599642f3a upgraded nimbus in uma module` 2015-10-13 12:13:07 -04:00
Justin Richer c67611e975 added qualifier name to persistence unit and transaction manager, closes #883 2015-10-12 21:15:30 -04:00
Justin Richer acb3d03052 added 'kid' to all signed tokens, closes #899 2015-10-01 18:54:38 -04:00
Justin Richer 489450b1c2 automated code format cleanup 2015-08-05 12:04:14 -04:00
Justin Richer 8a4fb5f839 cleaned up imports 2015-08-05 09:46:36 -04:00
Justin Richer 0740443768 added claims redirect uri set to client model for UMA usage 2015-07-30 13:56:14 -04:00
Justin Richer 064f36ef6c clean up resource sets when clients are deleted 2015-07-09 18:07:19 -04:00
Justin Richer d1c069ad1e clean up permissions and access tokens when a resource set is revoked 2015-07-09 16:40:07 -04:00
Justin Richer 7345a03aaa added UMA import, closes #811 even harder 2015-07-09 11:48:52 -04:00
Justin Richer bcd8a96b5d UMA data export, closes #811 2015-07-08 21:27:15 -04:00
Justin Richer e96eda0990 save dynamically registered clients to the server's database, closes #799 2015-07-08 14:35:20 -04:00
Justin Richer aa96b1f1ed made things a little null safer
closes #813 (really)
2015-07-03 20:16:37 -04:00
Justin Richer 8086cc9153 removed test data 2015-07-03 20:16:37 -04:00
Justin Richer c5a65e9cec webfigner claims replacement works 2015-07-03 20:16:36 -04:00
Justin Richer 03b301b43b moved policy API around, fixed render/loading in UI 2015-07-03 20:16:35 -04:00
Justin Richer f0d628bf27 made Policy API fit the new data model (used to be Claims API) 2015-07-03 20:16:34 -04:00
Justin Richer d7af4b2cf9 added scope consistent check to resource set service 2015-07-03 20:16:34 -04:00
Justin Richer bfd70efcc3 tweak demo claim values for testing 2015-07-03 20:16:34 -04:00
Justin Richer a8a6e7bf31 downscope resulting token based on policy 2015-07-03 20:16:33 -04:00
Justin Richer 7909e3e9ce made claim collection null safe 2015-07-03 20:16:33 -04:00
Justin Richer af798705b4 made claim values any JSON type, closes #853 2015-07-03 20:16:33 -04:00
Justin Richer b0935086c2 made claims processor take in policy set and ticket directly 2015-07-03 20:16:33 -04:00
Justin Richer de9f69e461 introduced a claims processor result data shuttle 2015-07-03 20:16:33 -04:00
Justin Richer 2cfaa1c1d7 renamed RequiredClaimSet to Policy 2015-07-03 20:16:32 -04:00
Justin Richer b8a5486995 made required claims sets stick in the database 2015-07-03 20:16:32 -04:00
Justin Richer cd47d32e2d split required claim sets out as separate indirection structure, closes #813 2015-07-03 20:16:32 -04:00
Justin Richer d2a393f7f9 converted error handlers to a single @ControllerAdvice class, closes #788 2015-06-24 17:26:10 -04:00