Commit Graph

398 Commits (cac0d21894b2fd8ac1af983c1d492d615058d438)

Author SHA1 Message Date
Justin Richer cac0d21894 added form editor and control for newly-registered clients 2013-08-29 17:39:19 -04:00
Justin Richer b0cf84149e added dev page for self-service client registration
Conflicts:

	openid-connect-server/src/main/webapp/WEB-INF/tags/footer.tag
2013-08-29 17:39:15 -04:00
Justin Richer 9df10d3871 id tokens always expire, addresses #416
Conflicts:

	openid-connect-server/src/main/webapp/resources/template/client.html
2013-08-20 16:07:25 -04:00
William Kim bc4d52dc18 unit select box appropriately disabled after saving now. 2013-08-20 15:20:13 -04:00
William Kim 85a8532cc7 clear token timeout form fields when disabled and also disable unit selector. 2013-08-20 15:20:01 -04:00
William Kim 95bdf12f4d renamed token expiration form field ids from -seconds to -time. 2013-08-20 15:19:52 -04:00
William Kim 3e45f62360 shortened token timeout form fields. 2013-08-20 15:19:44 -04:00
William Kim 33559b1ed9 dropdown time unit chooser added for token expiration. 2013-08-20 15:19:35 -04:00
William Kim 11f47e85a9 refactor js. getFormTokenValue() -> getFormTokenNumberValue(). 2013-08-20 15:19:29 -04:00
Justin Richer 895e257432 Disable unsupported JOSE algorithms in UI, addresses #476 2013-08-20 14:46:35 -04:00
Justin Richer 682d9b9406 added 'use server default' to JOSE options, addresses #462 2013-08-20 14:46:35 -04:00
Justin Richer 143f1efafb created crypto tab 2013-08-20 14:46:35 -04:00
Justin Richer b787270ff0 removed NYI tag from ID token signing alg 2013-08-20 14:46:35 -04:00
Justin Richer baac4c4f32 load server configuration into JS app 2013-08-20 14:24:50 -04:00
Justin Richer 028f15c039 animated loading bar for management console 2013-08-20 14:24:28 -04:00
Justin Richer ae3ecc2638 fixed jquery.on regex to be less aggressive 2013-08-20 14:12:01 -04:00
Justin Richer 60ab2b457e fixed jquery.on syntax bug, addresses #346 2013-08-20 14:11:55 -04:00
Justin Richer 3640f4b02d added back default timeouts and fixed refresh token check 2013-08-15 15:51:15 -04:00
William Kim f2af7d31bc addresses issue #471. setting default timeout values in the backbone model to null. 2013-08-15 15:51:11 -04:00
Justin Richer 44f0e89048 I can spell "consortium"! 2013-08-14 14:15:42 -04:00
William Kim 17a96ca122 removed resolved TODOs. Fixed by the resolution of issue #345. 2013-07-15 14:54:01 -04:00
Amanda Anganes 12cb672c6d Added new file for task config 2013-07-12 09:46:18 -04:00
Amanda Anganes 059c2545c9 Split task configuration out into its own spring file 2013-07-12 09:46:18 -04:00
Amanda Anganes 2d3f43e3b8 Added task scheduling for deleting expired tokens and approved sites. Configuration is all done in application-context.xml so that it is easy to configure 2013-07-10 14:34:37 -04:00
Josh Mandel 34373d777c base URL of the server is set by the issuer. 2013-07-08 13:06:52 -04:00
William Kim 10f9858870 fixed typo on the about page. 2013-06-28 15:44:08 -04:00
Justin Richer 5505b26aac Form fix for login elements
addresses #352
2013-06-28 13:17:58 -04:00
Justin Richer 6ed7477bc0 added stats to admin UI page, restyled scopes and dynamically registered flags 2013-06-07 18:05:07 -04:00
William Kim 338edcce31 fixed typos in admin.js 2013-06-07 15:41:13 -04:00
Justin Richer 9388c664ab moved reuse refresh token checkbox to its own div/label, addresses #345 2013-06-06 16:42:26 -04:00
Josh Mandel c46095b6a3 Warning message for unimplemented UI features 2013-05-22 22:41:35 -07:00
Justin Richer cc9eea5b3d updated issuer to more common deployment pattern for simple Tomcat instances, addresses #333 2013-05-10 11:46:16 -07:00
Justin Richer a7c92524f3 Updated contact page text 2013-05-02 11:56:42 -04:00
Justin Richer e99bfc256d cleaned about page text 2013-05-02 11:54:47 -04:00
Justin Richer 1e870703f8 added licence/copyright header 2013-05-02 11:45:20 -04:00
Justin Richer b663cd5f8d style system scopes and non-system scopes differently in the admin UI, addresses #269 2013-04-29 17:00:12 -04:00
Justin Richer 6a20e7aaa9 re-fixed enter key handling in lists, addresses #236 2013-04-29 16:57:26 -04:00
Justin Richer 39e06292fd made page title dynamic and configurable, addresses #310 #311 2013-04-29 14:59:53 -04:00
Justin Richer b78d499801 added version number to footer 2013-04-29 14:44:15 -04:00
Justin Richer 8d53149d03 added functionality for prompt=none 2013-04-25 11:38:10 -04:00
Justin Richer 37723e3757 opened up access to /resources/** 2013-04-24 16:43:49 -04:00
Justin Richer 3bb43f417a added auth time tracking 2013-04-15 16:16:18 -04:00
Justin Richer ce2e630304 fixed login page display (thanks to Jett), addresses #289 2013-04-15 12:47:35 -04:00
Justin Richer 743a3023dc removed old error handlers 2013-04-12 16:04:40 -04:00
Justin Richer 31e3c5e5e7 moved user approval page 2013-04-12 15:57:32 -04:00
Justin Richer 1630648925 updated logo, added large logo 2013-04-11 17:24:32 -04:00
Amanda Anganes 0f327a772b Updated js files to use results returned from JsonErrorView; factored out markup into modal definition. 2013-03-29 12:47:03 -04:00
Justin Richer 4538d8fb14 made signing and verification service construction safe for public-only keys 2013-03-28 17:03:18 -04:00
Justin Richer 6cc50e7cd5 switched signing & validation service to use JWK natively for keys 2013-03-28 16:43:26 -04:00
Justin Richer 5a04198eac moved to JPSK based key store 2013-03-28 15:06:30 -04:00