Justin Richer
|
e0fe22e4ba
|
don't regenerate client secrets every single time
|
2014-06-09 20:20:36 -04:00 |
Justin Richer
|
04de4e8483
|
updated display of saved client secret
|
2014-06-09 19:27:27 -04:00 |
Justin Richer
|
d844b8e444
|
ported credential handling UI to dyn reg and res reg pages
|
2014-06-09 18:13:43 -04:00 |
Justin Richer
|
bafd951dac
|
removed extraneous data checks from resource registration
|
2014-06-09 17:41:48 -04:00 |
Justin Richer
|
53148f2c87
|
better auth method checking in dynamic registration and resource registration
|
2014-06-09 17:41:27 -04:00 |
Justin Richer
|
f15b4a0f74
|
resource registration returned the wrong URL
|
2014-06-09 17:41:01 -04:00 |
Justin Richer
|
b81e8e7ed5
|
got rid of extraneous "require client secret" box
|
2014-06-09 16:35:47 -04:00 |
Justin Richer
|
47cc005fe5
|
more sanity checking for client secrets
|
2014-06-09 16:06:57 -04:00 |
Justin Richer
|
cac645484f
|
client API now generates client secret only for clients that require a client secret
|
2014-06-09 16:00:55 -04:00 |
Justin Richer
|
71fa796b42
|
Allow public clients to use token endpoint, closes #611, closes #613
|
2014-06-09 15:55:06 -04:00 |
Josh Mandel
|
5ec7404e7b
|
Fix missing redirect URIs in dynreg view
Fix more property names in dynreg view
|
2014-06-06 12:21:38 -07:00 |
Justin Richer
|
52e53ba219
|
extracted validation exception, refactored protected resource registration endpoint to use this format
|
2014-06-06 11:13:41 -04:00 |
Justin Richer
|
b7a8bbdddc
|
cleanup, error wrappers on protected resource registration
|
2014-06-06 10:58:40 -04:00 |
Justin Richer
|
deaccf437e
|
refactored dynamic registration endpoint's checks for client consistency
|
2014-06-06 10:18:40 -04:00 |
Justin Richer
|
22ab1173a7
|
cleaned up dynreg self-service page to account for single-selection of grant types
|
2014-06-05 19:44:49 -04:00 |
Justin Richer
|
04f7a698ea
|
added response type consistency checking, closes #430
|
2014-06-05 19:41:06 -04:00 |
Justin Richer
|
32101ff7b2
|
added parsing checks, fixed inverted logic, cleaned up redundant settings, closes #597
|
2014-06-05 19:06:03 -04:00 |
Justin Richer
|
ab083c0963
|
added checks to dynamic registration endpoint that disallow registration of multiple incompatible grant types
|
2014-06-05 17:16:35 -04:00 |
Justin Richer
|
cdd23df7ee
|
token introspection now returns user "sub" when available in addition to "user_id", closes #507 (might cause incompatibility problems)
|
2014-06-04 17:27:38 -04:00 |
Justin Richer
|
85acfa90db
|
[maven-release-plugin] prepare for next development iteration
|
2014-06-04 14:51:32 -04:00 |
Justin Richer
|
d5e4cb45a2
|
[maven-release-plugin] prepare release mitreid-connect-1.1.7
|
2014-06-04 14:51:29 -04:00 |
Justin Richer
|
72c4a394fe
|
cleaner display for user profiles
|
2014-06-04 14:39:47 -04:00 |
Justin Richer
|
8861220632
|
stats on home page are now loaded in the background (makes main site load much faster)
|
2014-06-04 14:39:30 -04:00 |
Justin Richer
|
0059e78b69
|
made content wrapper a div instead of a span
|
2014-06-04 13:36:38 -04:00 |
Justin Richer
|
dd5ee4bf80
|
created generic "loading" page to sit behind loading sheet, avoids sheet getting re-used (which doesn't tend to work)
|
2014-06-04 13:34:08 -04:00 |
Justin Richer
|
737eec432a
|
fixed blacklist loading sheet
|
2014-06-04 13:33:31 -04:00 |
Justin Richer
|
00b35ddd9d
|
cleaned references to app-attached views
|
2014-06-04 13:19:04 -04:00 |
Justin Richer
|
580f6d990e
|
cleaned up "cancel" button behavior, also closes #608
|
2014-06-03 22:43:09 -04:00 |
Justin Richer
|
f33726a778
|
don't re-use view objects, closes #608
|
2014-06-03 22:42:42 -04:00 |
Justin Richer
|
e57adc048a
|
don't allow empty blacklists either
|
2014-05-31 11:14:16 -04:00 |
Justin Richer
|
1a7de8cf29
|
disambiguate list items in event model
|
2014-05-31 11:10:53 -04:00 |
Josh Mandel
|
ff3a210064
|
Don't delete the entire client when a single email address is removed
|
2014-05-30 11:01:58 -07:00 |
Justin Richer
|
257312d5da
|
made user info interceptor more null safe for client side
|
2014-05-29 22:15:30 -04:00 |
Justin Richer
|
3e4aae6c8a
|
hash tests now pass on Java8
|
2014-05-29 17:41:56 -04:00 |
Justin Richer
|
943fae25a1
|
make user info interceptor more compatible with standalone OIDC client software (with no user info service)
|
2014-05-29 12:13:38 -04:00 |
Justin Richer
|
dfdc4ed52d
|
fixed information leaks from approved site API
|
2014-05-28 18:21:46 -04:00 |
Alexander Imfeld
|
a84c10fc1c
|
Change copyright from Netcetera to MITRE/MIT-KIT.
|
2014-05-28 08:52:31 +02:00 |
Justin Richer
|
2797731597
|
fixed unit test to account for cascading tokens
|
2014-05-27 20:39:19 -04:00 |
Justin Richer
|
d2c83104fb
|
cascade token saves
|
2014-05-27 19:28:38 -04:00 |
Josh Mandel
|
7f8cbcea39
|
Use return value from TokenEnhancer.enhance
|
2014-05-27 19:23:44 -04:00 |
Justin Richer
|
2c401de181
|
translated README file to Markdown
|
2014-05-27 16:39:23 -04:00 |
Justin Richer
|
be98b9cd0b
|
[maven-release-plugin] prepare for next development iteration
|
2014-05-27 14:00:40 -04:00 |
Justin Richer
|
8320f0eefe
|
[maven-release-plugin] prepare release mitreid-connect-1.1.6
|
2014-05-27 14:00:37 -04:00 |
Justin Richer
|
0c8cacd59a
|
added missing copyright headers
|
2014-05-27 13:46:47 -04:00 |
Justin Richer
|
525f3aa2a8
|
Cleaned up indentation, whitespace, and imports.
|
2014-05-27 13:02:49 -04:00 |
Justin Richer
|
8185171119
|
minor clean up
|
2014-05-27 11:54:45 -04:00 |
Justin Richer
|
ab15a65c93
|
internalized logo placeholder image block
|
2014-05-26 17:58:51 -04:00 |
Justin Richer
|
82a4b954e7
|
removed client description from dynamic registration pages (nonstandard field, doesn't get saved by the server anyway)
|
2014-05-26 17:44:09 -04:00 |
Justin Richer
|
7e2109f617
|
added oauth filters to resource registration endpoint
|
2014-05-26 17:40:08 -04:00 |
Justin Richer
|
5ab516de48
|
prevent clients from registering with special resource scope
|
2014-05-26 17:39:20 -04:00 |