juazugas
ffc5782810
Fix field definition in the model object.
2017-01-17 15:27:26 -05:00
Justin Richer
0dd7eef428
Updated database examples, closes #1167
2017-01-17 14:38:51 -05:00
mialtamimi
d862ba9fd8
add indexes on certain fields to shorten time taken to issue a new access token
2017-01-16 15:39:13 -05:00
Justin Richer
9b715f9632
put error logging inside the curried callback
2017-01-05 17:38:03 -05:00
Justin Richer
0d162b1423
disabled CSRF on API endpoints, changed auth manager to a bean ID instead of reference, changed filter order to keep SECOAUTH from clearing out security contexts.
2017-01-05 17:37:22 -05:00
Justin Richer
71bb8d6439
Spring 4.3 namespace
2016-12-27 21:04:38 -05:00
Justin Richer
fc91043807
using defaults from spring 4
2016-12-22 15:17:18 -05:00
Justin Richer
d5e8dd31a8
update to Spring Security 4
2016-12-22 14:30:59 -05:00
Justin Richer
bea3af2470
database table sync
2016-12-21 13:44:49 -05:00
Justin Richer
63bd8d18fb
cleaned ID token views from UI
2016-12-21 13:44:40 -05:00
Justin Richer
91da3935f5
Made ID tokens ephemeral, made access token’s “additional information” extensible
2016-12-21 13:01:15 -05:00
Justin Richer
375a5f2e47
removed token count from grant admin page
2016-12-09 15:10:07 -05:00
Justin Richer
8333d035b4
move database files to match new layouts
2016-12-02 15:50:15 -05:00
Tomasz Borowiec
4b3284ffd2
ojdbc6 dependency moved to parent pom, added check constraints for boolean columns, fixed invalid column type
2016-12-02 15:37:41 -05:00
Tomasz Borowiec
83a9fef14d
Oracle support added
2016-12-02 15:37:41 -05:00
Neths
1b7612a26d
add db init script for mysql
...
add data-context example with mysql db initializer
2016-12-02 14:43:18 -05:00
Neths
cbe6b9e1df
add db init script for pgsql
...
add data-context example with pgsql db initializer
2016-12-02 14:43:18 -05:00
Justin Richer
337513a559
sync’d database tables from HSQL to MySQL and PGSQL
...
closes #1154
closes #1148
2016-12-02 14:28:56 -05:00
Justin Richer
5dcda2812e
added code challenge method to client model (properly this time)
2016-07-24 17:45:04 -04:00
Justin Richer
d1d05e506e
added software statement to dynamic registration self-service
2016-07-24 16:28:08 -04:00
Justin Richer
57208ac35d
added software statements to client API
2016-07-24 16:12:56 -04:00
Justin Richer
d89257380f
make client assertion auth work again
2016-07-24 15:28:51 -04:00
Justin Richer
bd9932d56f
added assertion processor to token endpoint
2016-07-22 15:31:00 -04:00
Justin Richer
8e016a8d30
make the null assertion processor the default
2016-07-22 13:50:37 -04:00
Justin Richer
a5a12b2f1f
added assertion validation engine
2016-07-22 13:47:20 -04:00
Justin Richer
fa63993896
added software statement to client model, added processor to dynamic registration parser
2016-07-21 16:55:46 -04:00
Justin Richer
17be89fe98
updated whitelist to use error function
2016-07-18 17:01:34 -04:00
Justin Richer
6e8a728c68
updated token management to use error handler
2016-07-18 16:59:54 -04:00
Justin Richer
1366db3b48
updated scopes to use error handler
2016-07-18 16:57:35 -04:00
Justin Richer
838fcb6789
changed resource set registration to use error handler
2016-07-18 16:54:36 -04:00
Justin Richer
241bc0f649
updated approved sites to use error handler
2016-07-18 16:49:58 -04:00
Justin Richer
055b5cc4da
fixed title on saved client dialog
2016-07-18 16:48:17 -04:00
Justin Richer
cdf5147706
ported dyn reg to new error handler
2016-07-18 16:48:07 -04:00
Justin Richer
40863f4696
converted list item to use error handler
2016-07-18 16:03:38 -04:00
Justin Richer
bba0b2fcd2
converted blacklist to new error handler
2016-07-18 15:53:58 -04:00
Justin Richer
ed7536837b
fixed display errors for error dialog
2016-07-18 15:48:53 -04:00
Justin Richer
e073df614f
made the modal display sit on top for real this time
2016-07-18 15:47:57 -04:00
Justin Richer
d79bbaf430
instrumented client error handling to use new framework
2016-07-18 14:47:57 -04:00
Justin Richer
8749e1124e
added generic error message handler
2016-07-18 14:42:38 -04:00
Justin Richer
44313c4e10
reformatted error template
2016-07-18 11:58:02 -04:00
Justin Richer
93be6b59b8
switched to using templates instead of inline code
2016-07-15 15:49:10 -04:00
Justin Richer
efc1c3c8bd
added common API error handler function, closes #1066
2016-07-14 20:54:18 -04:00
Justin Richer
ee537c404b
externalize locale and message resolver configuration
2016-07-14 18:29:38 -04:00
XIAO XI LIU
66667b95bc
add blacklist i18n resource bundles.
2016-07-14 18:16:08 -04:00
XIAO XI LIU
0153ff9cb8
localize login page
2016-07-14 18:16:08 -04:00
XIAO XI LIU
55b54c53b3
add Chinese (both simplified and tranditional) messages.
2016-07-14 18:16:07 -04:00
XIAO XI LIU
4884b167f2
fix DBCS render issue #1056
2016-07-08 16:22:50 -04:00
Leonard Brünings
c96be134da
Fix unqualified access to implicit request object ...
...
If the OpenId request object parameter is used it hides the implicit
request object, which in turn causes the expression to fail.
To circumvent this we need to access the request object through the
pageContext.
2016-07-07 16:40:23 -04:00
Leonard Brünings
a8adcb1f6b
Fix form action for approve.jsp for root contexts
2016-07-07 16:40:23 -04:00
jimmytheneutrino
fa4722cdd8
shortTopbarTitle
2016-07-07 16:31:48 -04:00