Justin Richer
|
b18831ef0a
|
updated jetty repository -- org.mortbay doesn't seem to work anymore
|
2014-01-21 20:03:43 -05:00 |
Justin Richer
|
ed4537b4f8
|
switched to popover based display, closes #490
|
2014-01-20 21:56:10 -05:00 |
Justin Richer
|
91ecf62cff
|
tooltip-based claims display
|
2014-01-20 21:51:12 -05:00 |
Justin Richer
|
8518c6f907
|
slightly better displays for claim information
|
2014-01-20 21:17:48 -05:00 |
Justin Richer
|
19dbe92d4e
|
initial support for displaying claim values for requested scopes
|
2014-01-20 20:56:04 -05:00 |
Justin Richer
|
11064b540a
|
upgrade guava to 16
|
2014-01-20 20:53:13 -05:00 |
Justin Richer
|
d946cfb4a7
|
added support for target uri parameter in third party issuer (or other custom issuer that sets the right flag on return), closes #539
|
2014-01-20 17:07:35 -05:00 |
Justin Richer
|
3b52ce8201
|
happy new year!
|
2014-01-20 12:38:42 -05:00 |
Justin Richer
|
dd8b17c67d
|
added UNIQUE constraint to client_id
|
2014-01-20 11:31:09 -05:00 |
Justin Richer
|
ea1f52cdf9
|
updated syntax of default values to allow file to run inside HSQLDB GUI (it ran fine on the back end for some reason), addresses #545
|
2014-01-20 11:29:46 -05:00 |
Andy Pemberton
|
3a200e9567
|
add contextPath
|
2014-01-12 09:47:22 -05:00 |
Andy Pemberton
|
7392749ce5
|
add jetty plugin for quick startup
|
2014-01-12 09:00:09 -05:00 |
Justin Richer
|
ebbc7209aa
|
automated code formatting and cleanup
|
2013-12-03 14:19:34 -05:00 |
Justin Richer
|
e1e7f7a579
|
[maven-release-plugin] prepare for next development iteration
|
2013-12-02 12:18:11 -05:00 |
Justin Richer
|
42fe973f7b
|
[maven-release-plugin] prepare release mitreid-connect-1.1.0
|
2013-12-02 12:18:08 -05:00 |
Justin Richer
|
29b1cb4202
|
fixed variable name on approved sites page, addresses #518 (again)
|
2013-12-02 11:56:02 -05:00 |
Justin Richer
|
4a8d693746
|
fixed prompt filter map mismatch (I hate type erasure)
|
2013-12-02 11:55:09 -05:00 |
Justin Richer
|
ce1f3f2f94
|
updated mockito, fixed some unit tests
|
2013-11-27 12:37:05 -05:00 |
Justin Richer
|
d330bd1c9b
|
cleanup, added revocation uri to server config
|
2013-11-27 12:23:04 -05:00 |
Justin Richer
|
ed06b14406
|
publish revocation endpoint, addresses #520
|
2013-11-27 12:13:42 -05:00 |
Justin Richer
|
b7011f508e
|
urlencode client IDs in client registration URIs, addresses #422
|
2013-11-27 12:12:10 -05:00 |
Justin Richer
|
8c1bfb7e0c
|
set current user's email address to owner when using admin UI
|
2013-11-27 12:11:36 -05:00 |
Justin Richer
|
6c4d2a8e8d
|
vestigial comment cleanup
|
2013-11-27 12:06:53 -05:00 |
Justin Richer
|
49a7db6c6e
|
Sanity check on client template object for dynamic registration client-side service
|
2013-11-27 11:37:07 -05:00 |
Justin Richer
|
db5532e9bf
|
comment cleanup
|
2013-11-27 11:34:41 -05:00 |
Justin Richer
|
3410d2c6ad
|
added separate filter for authorization endpoint
|
2013-11-27 11:24:20 -05:00 |
Justin Richer
|
39fb96a802
|
pull request from extensions map
|
2013-11-27 11:20:38 -05:00 |
Justin Richer
|
86e0f0c7ee
|
cleaned up old comments
|
2013-11-27 11:20:01 -05:00 |
Justin Richer
|
a24eadeb11
|
cleaned up responseType calls, addresses #451
|
2013-11-27 11:03:15 -05:00 |
Justin Richer
|
df511a81cc
|
override from #465 no longer needed
|
2013-11-27 10:53:16 -05:00 |
Justin Richer
|
ca5288e182
|
grant table displays correct scope list, addresses #518
|
2013-11-27 10:41:19 -05:00 |
Justin Richer
|
d3dbb00e77
|
ensure clients and tokens don't get special system scopes, addresses #320
|
2013-11-27 10:35:56 -05:00 |
Justin Richer
|
ef01de168d
|
Moved special token scopes to scope service interface
|
2013-11-27 10:21:52 -05:00 |
Justin Richer
|
4f986d6a38
|
clean up some auto generated functions
|
2013-11-27 09:57:56 -05:00 |
Justin Richer
|
f56135810c
|
Fixed request object precedence order
|
2013-11-27 09:52:26 -05:00 |
Justin Richer
|
447df56947
|
removed unused nonce exception
|
2013-11-27 09:10:35 -05:00 |
Justin Richer
|
3b37294f76
|
wired in custom request validator
|
2013-11-25 13:44:06 -05:00 |
Justin Richer
|
27f391ef01
|
Fixed compilation errors for SECOAUTH milestone updates
|
2013-11-25 09:31:50 -05:00 |
Justin Richer
|
61f0db20f6
|
updated to secoauth 2.0.0.M2
|
2013-11-19 09:46:27 -05:00 |
Justin Richer
|
190caee9a1
|
refactored userinfo serializer
|
2013-11-18 09:49:23 -05:00 |
Justin Richer
|
1a82060cf5
|
Merge pull request #516 from willkim-uw/enforce-java1.6-build-config
Enforces minimum Java version 1.6 on the openid-connect-server project.
|
2013-10-30 14:40:59 -07:00 |
Megan Boggess
|
46be502ed1
|
Enforces minimum Java version 1.6 on the openid-connect-server project.
|
2013-10-22 18:08:02 -07:00 |
Justin Richer
|
2a34994383
|
cleanup view
|
2013-09-26 17:07:38 -04:00 |
Justin Richer
|
7a4366c083
|
collapsed two serialization functions into one
|
2013-09-26 16:15:30 -04:00 |
Justin Richer
|
d919e2e330
|
change from lists to sets
|
2013-09-26 16:15:11 -04:00 |
Amanda Anganes
|
65a7e1d724
|
Added UserInfo.toJson method; added ScopeClaimTranslationService; rewrote UserInfoSerializer to use both
|
2013-09-26 12:03:39 -04:00 |
Amanda Anganes
|
952acccbf3
|
Removed address fields
|
2013-09-26 12:03:39 -04:00 |
Amanda Anganes
|
78fa5f9b1d
|
Started to write ScopeClaimTranslationService
|
2013-09-26 12:03:39 -04:00 |
Amanda Anganes
|
cb449c25b1
|
Made a UserInfoSerializer class, attempted to switch UserInfoInterceptor over to use it, but it requires a bad hack. I might be missing something.
|
2013-09-26 12:03:39 -04:00 |
Justin Richer
|
59da1960eb
|
added token_endpoint_auth_signing_alg, addresses #511
affects #455
|
2013-09-26 11:11:09 -04:00 |