Justin Richer
002767ec8a
UI cleanup for dynamic registration and resource registration
2016-01-22 18:16:23 -05:00
Justin Richer
8168acf04b
set off client registration information on dun reg page
2016-01-22 17:51:02 -05:00
Justin Richer
26483b22a9
added claims redirect URI editing to the UI for both admins and dynamic clients, closes #1005
2016-01-22 17:50:40 -05:00
Justin Richer
7badfe1d17
Happy new year 2016!
2016-01-21 15:50:37 -05:00
Oscar Kurniawan
b691cd198a
Update client.html
...
In my instance, this typo cause an error to underscore.js when it is parsing
2015-12-29 18:50:32 +07:00
Justin Richer
d1033b693f
added privacy-preserving client logo cache
2015-12-21 15:51:39 -05:00
Justin Richer
43509b7dfb
removed a few straggling KIT references
2015-12-21 14:37:06 -05:00
Justin Richer
099ae41607
added client logo to admin table, closes #280
2015-12-21 14:33:49 -05:00
Justin Richer
d338352cc8
scroll Ui to top of page on page loads, closes #977
2015-12-18 15:41:01 -05:00
Justin Richer
7f464c496b
changed copyright to new consortium name
2015-12-16 14:51:12 -05:00
Justin Richer
c59f722cc2
enforce pairwise identifier consistency in UI, closes #969
2015-11-25 15:36:15 -05:00
Justin Richer
2496dc114c
allow language system to be loaded from multiple files. closes #817 closes #876
2015-11-24 20:33:55 -05:00
Justin Richer
e255fc1a10
change default behavior of message source, closes #964
2015-11-24 20:33:54 -05:00
Justin Richer
70751a3d4a
updated configuration to comment out optional property value in example
2015-11-24 12:17:32 -05:00
Cosmin Cojocar
7b34a666d9
Make the dual client support configurable
2015-11-24 12:10:27 -05:00
Mark Janssen
f27673a5f5
Align user profile claims
...
Especially helps when `<dd>` collapses due to an empty claim value.
2015-11-23 21:34:54 -05:00
Justin Richer
a5701f4ea3
limit client pagination to 10 pages at a time, closes #886
2015-10-13 17:55:18 -04:00
Justin Richer
c67611e975
added qualifier name to persistence unit and transaction manager, closes #883
2015-10-12 21:15:30 -04:00
Mark Janssen
301802abd3
Speed up servlet start
...
- Set metadata-complete="true" attribute on the <web-app> element.
- Add an empty <absolute-ordering /> element.
See:
https://wiki.apache.org/tomcat/HowTo/FasterStartUp#Configure_your_web_ap
plication
On my (old) machine, this reduces startup time with Jetty from 137580ms
to 20166ms.
2015-10-12 13:10:04 -04:00
Mark Janssen
7871ee0f26
Improve error message
2015-10-12 13:07:18 -04:00
Mark Janssen
58543ac9c4
Fix ID token icon description
2015-10-12 12:59:44 -04:00
Mark Janssen
b5c298e0ca
Remove legacy CSRF protection for approve page
...
Instead, we rely on the Spring Security CSRF protection, like we already do for the login page. Additionally, we remove the authentication check in`isApproved`, because this is already done by Spring Security (and if not, we have bigger problems to worry about).
2015-10-09 17:09:46 +02:00
Justin Richer
3c222b0d79
rewrote blacklist UI, fixed delete functions on rest of UI, closes #905
2015-10-02 18:37:57 -04:00
Justin Richer
43e9fbc29c
fixed issuer on login page, added CSRF to login / logout, closes #870 , closes #824 , closes #875
2015-10-01 21:16:38 -04:00
Stephen Doxsee
8d0355a513
Fix commented-out datasource config for postgresql and mysql to user HikariDataSource instead of Apache's BasicDataSource (since the class isn't in the project by default)
2015-08-21 17:27:12 -04:00
Justin Richer
54d8d890e5
restricted access to /authorize to ROLE_USER accounts, closes #892
2015-08-21 10:20:26 -04:00
Justin Richer
658b5e1456
updated all available javascript libraries to latest versions
2015-07-10 16:04:36 -04:00
Justin Richer
99fbda3d13
fix scope icon overlay in scope editor for safari/chrome/IE, closes #867
2015-07-10 11:40:50 -04:00
Justin Richer
71c52d1a39
restored default scopes
2015-07-10 11:39:49 -04:00
Justin Richer
064f36ef6c
clean up resource sets when clients are deleted
2015-07-09 18:07:19 -04:00
Justin Richer
8c822c0f54
detached whitelist from approved sites, closes #781
2015-07-08 17:22:55 -04:00
Justin Richer
2d6be48732
made error page responsive to HTTP status codes.
2015-07-08 14:36:03 -04:00
Justin Richer
42b93be492
added uri-encoded client service, closes #857
2015-07-07 17:55:56 -04:00
Justin Richer
a42920355c
updated error page, closes #858
2015-07-07 14:48:46 -04:00
Justin Richer
0360d35c3b
updated to servlet 3.0
2015-07-07 14:48:31 -04:00
Justin Richer
2f4d9ce54b
clearing out refresh tokens is now configurable, closes #409
2015-06-25 12:07:38 -04:00
Justin Richer
b18bea6b9f
switched connection pool to use HikariCP, closes #821
2015-06-24 16:21:31 -04:00
Justin Richer
23e1e87368
dressed up error message a little
2015-06-01 19:39:09 -04:00
Justin Richer
0aabb7226d
internationalized the error and login pages
2015-06-01 19:34:43 -04:00
Justin Richer
4655650a68
added OAuth error display page, closes #559
2015-06-01 19:21:32 -04:00
Justin Richer
54e3b7e8d3
added new messages for JWK Set handling
2015-06-01 19:08:51 -04:00
Justin Richer
49c8804a1c
JWK Set by value UI added to resource registration
2015-06-01 15:35:21 -04:00
Justin Richer
d09b003bc3
JWK Set by value UI added to dynamic registration
2015-06-01 15:35:21 -04:00
Justin Richer
79317d5b70
JWK Set by value added to admin UI, addresses #826
2015-06-01 15:35:21 -04:00
Mark Janssen
742ceea182
Support for PostgreSQL
2015-05-28 17:07:41 -04:00
Mark Janssen
d583499a07
Add X-Frame-Options header
2015-05-28 17:07:06 -04:00
Justin Richer
e9aeb8318e
added labels for new UI bits
2015-05-22 13:04:21 -04:00
Justin Richer
6be2b4f65e
added ES* and PS* support for signed objects
2015-05-22 13:04:21 -04:00
Mark Janssen
eb1ea4c0b8
Update topbar.tag
...
Fixes #816
2015-05-22 18:21:07 +02:00
Justin Richer
aeed2fa003
issue new refresh tokens for clients who are configured for it, closes #408
2015-05-13 18:01:49 -04:00