Commit Graph

689 Commits (1d8254bf2f13d540184dc7f0d1b12b3209d738ab)

Author SHA1 Message Date
Justin Richer 1d8254bf2f changed target of approve form 2012-10-24 15:06:56 -04:00
Amanda Anganes 408a52c1ec Added user approval flowchart document 2012-10-08 12:22:13 -04:00
Michael Jett be506ae952 Moved fonts local, fixed loading indicator 2012-09-25 13:37:36 -04:00
Michael Jett 84cedbb45e Support the "Enter" key on list widget 2012-09-25 13:24:38 -04:00
Michael Jett 8fc6b2b680 Removing the rest of Justin's load hack 2012-09-25 13:18:31 -04:00
Michael Jett fd89312b0c Placeholder UI updates 2012-09-25 12:52:55 -04:00
Michael Jett 48941f1713 Dynamic JS loading and UI updates 2012-09-25 12:52:54 -04:00
Michael Jett 2311cdf1f2 Revert "Dynamic Client Loading Initial Commit"
This reverts commit a4e5335eda02cdb6b32a966d194035429ca52915.
2012-09-25 12:52:52 -04:00
Michael Jett d7455dba14 Dynamic Client Loading Initial Commit 2012-09-25 12:52:51 -04:00
Amanda Anganes 2a0602863e Conveted Booleans to booleans 2012-09-20 11:32:59 -04:00
Amanda Anganes 29862f15bd Removed a bunch of commented-out configuration 2012-09-18 15:21:55 -04:00
Amanda Anganes 695091ca82 Refactor part 4 - should be final bit 2012-09-18 15:08:53 -04:00
Amanda Anganes 51073a7f8d Refactor part 3 2012-09-18 15:01:05 -04:00
Amanda Anganes ef80676dc1 Cleaned up web package a bit - lots of unused imports and variables 2012-09-18 14:39:07 -04:00
Amanda Anganes dd2abd94d1 Refactoring part 2 2012-09-18 14:36:27 -04:00
Amanda Anganes c40efda6b5 Refactor part 1 2012-09-18 14:24:34 -04:00
Justin Richer 0b6aebfefe Revert "removed postrender function, use render function instead"
This reverts commit 2b1e78d195.
2012-09-13 11:27:50 -04:00
Justin Richer ebf77bea68 Updated timeout functions 2012-09-13 11:24:48 -04:00
Justin Richer 6fdd088125 Updated client secret panel display 2012-09-13 11:24:29 -04:00
Justin Richer be17133a99 Changed "submit" label to "save" 2012-09-13 11:02:53 -04:00
Justin Richer 2b1e78d195 removed postrender function, use render function instead 2012-09-13 10:33:52 -04:00
Justin Richer ece1b56095 added missing brackets 2012-09-13 10:33:52 -04:00
Justin Richer fe3e890bb3 changed to table head for input control 2012-09-13 10:33:52 -04:00
Justin Richer d8221a2a35 added missing semicolon 2012-09-13 10:33:52 -04:00
Justin Richer ed75b38ecc changed list view table styling 2012-09-13 10:33:52 -04:00
Justin Richer a4a40ffae5 unit test for x509 endpoint 2012-09-12 14:14:15 -04:00
Justin Richer ba76c539b0 added bouncycastle non-ext exclusion to pom 2012-09-12 14:14:15 -04:00
Michael Jett d9771f2322 Timout Bugfixes 2012-09-12 13:55:30 -04:00
Michael Jett 26c3cf5989 Timout UI refactor 2012-09-12 13:48:01 -04:00
Michael Jett 19df5ae032 Timeout form updates. Logo URL updates 2012-09-11 15:06:20 -04:00
Michael Jett cb6767dfb4 Timout form updates 2012-09-11 15:06:17 -04:00
Justin Richer a9d1799eda added getter/setter to UIE schema-to-view map 2012-09-11 12:44:47 -04:00
Justin Richer 920b2a59ba Fixed error logging 2012-09-10 17:17:03 -04:00
Justin Richer 7aec0dfe80 added randomized view names to lower possibility of conflicting with local views 2012-09-10 17:17:03 -04:00
Justin Richer d11005fc5f added x509 support 2012-09-10 17:17:03 -04:00
Justin Richer 2d24435365 Created custom resolver, handler mapper
moved endpoint back to server
2012-09-10 17:17:03 -04:00
Justin Richer edeae29bef client publisher mapping test 2012-09-10 17:17:03 -04:00
Justin Richer be1046f9b6 bean-based configuration 2012-09-10 17:17:03 -04:00
Justin Richer 7eb0a6f3d2 Moved JWK to commons 2012-09-10 17:17:03 -04:00
Amanda Anganes 714def4bc7 Merge branch 'master' of github.com:mitreid-connect/OpenID-Connect-Java-Spring-Server 2012-09-07 16:24:50 -04:00
Amanda Anganes f3c225d8f2 Updated SECOAUTH reference, made required alterations to our configuration 2012-09-07 16:08:15 -04:00
Stephen Moore 4eee172f79 buildRedirectURI moved to URLUtils 2012-09-07 15:52:56 -04:00
Stephen Moore 05efdbf39d buildURL uses URIUtils now. 2012-09-07 15:17:08 -04:00
Stephen Moore ea16f4e2b6 Fixed merge weirdness 2012-09-07 14:09:10 -04:00
Stephen Moore b58ed8b616 Added logoURL stuff 2012-09-07 13:51:58 -04:00
Justin Richer 42389286e4 removed non-RSA algorithms from JWE encrypter/decrypter functions 2012-09-06 17:28:17 -04:00
Justin Richer 558a6286e2 switched to Guava for parsing ints into bytes, addresses #154 2012-09-06 17:26:20 -04:00
Justin Richer 2b62042696 unshadowed Jwe header, unshadowed IdTokenClaims, added smart copy constructor to ClaimSet 2012-09-06 17:20:22 -04:00
Amanda Anganes 61b828e182 Fixed bug - removed service layer @Transactional annotations, which negated need for flush at repository level; moved @Transactional annotations. 2012-09-04 17:53:02 -04:00
Justin Richer 48c37129b7 Fixed spelling mistake 2012-09-04 14:10:36 -04:00