Commit Graph

181 Commits

Author SHA1 Message Date
Clément Oudot
1caa11c724 Update OIDC test page (#184) 2015-04-30 06:14:41 +00:00
Clément Oudot
ad2c67c2ba Support Request URI (#184) 2015-04-30 06:09:51 +00:00
Clément Oudot
94f1065e5d Accept 'request' parameter in authorization requests (#184) 2015-04-22 17:16:32 +00:00
Clément Oudot
9520bef489 Manager UserInfo signature (JWT response) (#184) 2015-04-14 18:42:02 +00:00
Clément Oudot
841f057c25 Work on implementation of OIDC logout (#184) 2015-04-02 16:54:00 +00:00
Clément Oudot
3f741d53c3 Declaration of Authentication Class Ref in openid-configuration (#184) 2015-04-02 06:41:15 +00:00
Clément Oudot
2e0f1b7088 Start of registration endpoint implementation (#184) 2015-03-30 15:57:23 +00:00
Clément Oudot
da31a15cb9 Add support for RS256/RS384/RS512 to sign ID Tokens (#184) 2015-03-27 15:13:00 +00:00
Clément Oudot
895d7f3ef1 Display pretty JSON (#184) 2015-03-27 14:33:13 +00:00
Clément Oudot
d22853d775 Support for JWKS URI and signing public key (#184) 2015-03-27 14:21:43 +00:00
Clément Oudot
62086b1570 Set subject_types_supported in configuration endpoint (#184) 2015-03-24 15:09:48 +00:00
Clément Oudot
4c4ad88293 Declare all configuration items listed in openidconnect-discovery.pdf (#184) 2015-03-24 15:05:38 +00:00
Clément Oudot
cf4dfef9fb Configuration endpoint (#184) 2015-03-23 17:12:06 +00:00
Clément Oudot
3ad81d5725 CSS customization for scope consent (#184) 2015-03-11 14:44:03 +00:00
Clément Oudot
2d015ebdcd Possibility to change backend for OIDC sessions (#184) 2015-03-11 11:39:20 +00:00
Clément Oudot
bb69d7c255 Add home button in client test page (#184) 2015-01-29 13:44:23 +00:00
Clément Oudot
433bd36415 Simple OIDC client page for testing (#184) 2015-01-19 13:19:57 +00:00
Clément Oudot
fc1e447aaf Fix button display for logo display type (#183) 2014-12-12 08:54:58 +00:00
Clément Oudot
845922c7f5 Add transparency to navbar (#770) 2014-12-12 08:50:58 +00:00
Clément Oudot
78c64717f1 Use Bootstrap for CAS test page (#774) 2014-12-04 17:02:24 +00:00
Clément Oudot
d365547412 Menu collapse in mobile mode for Bootsrap skin (#772) 2014-12-03 14:55:22 +00:00
Clément Oudot
5008d1ce46 Fix footer display on mobile for Bootsrap skin (#771) 2014-12-03 14:40:40 +00:00
Clément Oudot
35bbc141ff Update skins to have little transparency on main divs (#770) 2014-12-03 14:25:51 +00:00
Clément Oudot
6cff9560da Update MANIFEST and add background.tpl file (#770) 2014-12-02 15:09:16 +00:00
Clément Oudot
8b1ea19725 Possibility to define a background image for portal skin (#770) 2014-12-02 14:51:23 +00:00
Clément Oudot
4fde727a93 Add OpenID logo (#183) 2014-12-02 09:03:53 +00:00
Clément Oudot
f44f8a0dfb A little update for bootstrap skin background (#770) 2014-12-02 08:52:50 +00:00
Clément Oudot
eea1fedd3c Better look of OpenID Provider list (#183) 2014-12-01 17:07:55 +00:00
Clément Oudot
ccafc776bd Put application boxes in a row (#768) 2014-11-17 15:02:47 +00:00
Clément Oudot
be542af6dd Move NameIDFormat in metadata to match saml-schema-metadata-2.0.xsd (#758) 2014-10-07 12:36:25 +00:00
Clément Oudot
95b6ccfb6f Fix input-group-addon use with glyphicons (#751) 2014-08-18 17:28:19 +00:00
Clément Oudot
ac7a5ef969 Upgrade to Bootstrap 3.2.0 (#670) 2014-06-27 13:27:08 +00:00
Clément Oudot
1b6655a431 Delete captcha session when check is done, and add captcha backend in purgeCentralCache script (#703) 2014-06-11 10:22:34 +00:00
Clément Oudot
eb1da00cb0 Move hidden field outside form-group for better display of captcha field in bootstrap theme (#670) 2014-06-10 12:22:18 +00:00
Clément Oudot
6c1ba246eb Fix register.pl script (#26) 2014-06-06 09:55:12 +00:00
Clément Oudot
cdeb812b43 Better display of notifications in bootstrap theme (#670) 2014-06-05 16:16:58 +00:00
Clément Oudot
2be04f483d Work on bootstrap theme (#670) 2014-06-05 13:49:44 +00:00
Clément Oudot
f6cad5438c Test if password was auto generated before displaying it in the mail (#675) 2014-06-03 08:13:24 +00:00
Clément Oudot
626404b17d Keep register values in hidden inputs (#26) 2014-06-02 13:48:04 +00:00
Clément Oudot
914dbd8548 Register page for skin impact (#26) 2014-06-02 13:21:05 +00:00
Clément Oudot
2d416eb97b Register page for skins pastel and dark (#26) 2014-06-02 13:05:53 +00:00
Clément Oudot
534801ca79 Some adpatations on bootstrap skin (#26) 2014-06-02 10:01:59 +00:00
Clément Oudot
2e9033d28b Add a button on login page to register page (#26) 2014-05-30 12:21:53 +00:00
Clément Oudot
be04271809 Work on Register feature (#26) 2014-05-27 16:31:43 +00:00
Clément Oudot
5ce762e9e3 Work on Register page (#26) 2014-05-23 18:47:36 +00:00
Clément Oudot
25930249f8 Update cronjob to use Common::Session module (#671) 2014-04-25 08:20:00 +00:00
Clément Oudot
a24fef3a29 Remove minified js and css files (#689) 2014-02-24 10:10:11 +00:00
Clément Oudot
3a86fcfbfb Add jQuery map (#687) 2014-02-21 09:05:16 +00:00
Clément Oudot
c4b207b73a Possibility to set ping interval in portal (#658) 2014-02-07 10:17:45 +00:00
Clément Oudot
300e1e2a1a Use a common template to load javascripts common code (#683) 2014-02-06 17:00:34 +00:00
Clément Oudot
ef3663cb00 Move info and confirm timer javascript code out of HTML templates (#683) 2014-02-06 16:48:02 +00:00
Clément Oudot
f887220ec8 Rewrite call to ping() (#683) 2014-02-06 15:55:27 +00:00
Clément Oudot
5d22c0bfbf Tidy common/ portal skin directory (#683) 2014-02-06 13:42:45 +00:00
Clément Oudot
0f711a3e1b Upgrade to bootstrap 3.1 (#670) 2014-02-06 11:13:58 +00:00
Clément Oudot
2d0301433e Make the entire application area clickable (#670) 2014-02-05 17:22:23 +00:00
Clément Oudot
1cda26ba53 Hide application description with small screen (#670) 2014-02-05 17:06:33 +00:00
Clément Oudot
d18840122f make tidy-js (#683) 2014-02-05 16:30:30 +00:00
Clément Oudot
dc2a512616 Provide non minified versions of javascript libraries (#678) 2014-02-04 16:43:15 +00:00
Clément Oudot
dc9b0b35c6 Bootstrap: end of first version of the skin (#670) 2014-01-27 21:25:39 +00:00
Clément Oudot
77d200dfd9 Bootstrap: password and logout tab (#670) 2014-01-24 22:55:33 +00:00
Clément Oudot
23d0380f08 Bootstrap: login history (#670) 2014-01-24 17:16:41 +00:00
Clément Oudot
934f96e62f Bootstrap: application list (#670) 2014-01-24 17:07:04 +00:00
Clément Oudot
e10445b27c Bootstrap: better display on mobile (#670) 2014-01-24 15:42:40 +00:00
Clément Oudot
5208f3e19d Bootstrap: mail reset page (#670) 2014-01-24 15:02:38 +00:00
Clément Oudot
8cd7401c29 Import of bootstrap framework and customization of login page (#670) 2014-01-24 14:01:33 +00:00
Xavier Guimard
22a01f7e69 Remove unused and non-free image 2014-01-22 05:45:20 +00:00
Clément Oudot
59a833cb62 Avoid javascript error if some parameter value contains a simple quote (#666) 2014-01-17 22:35:25 +00:00
Clément Oudot
43c38c48ba Login is readonly when changing password (#659) 2013-12-10 11:12:48 +00:00
Clément Oudot
533b2153f6 Display first available tab (#650) 2013-11-14 11:21:23 +00:00
Clément Oudot
02d6919914 Add if case to display error message block (#647) 2013-11-14 10:57:29 +00:00
Clément Oudot
5cbf3cb953 Fix CSS for dark skin 2013-11-07 14:11:46 +00:00
Xavier Guimard
1a702a764c Reduce portal jQuery-UI only to component really used 2013-10-29 12:22:17 +00:00
Clément Oudot
6649edf9a9 Fix some portal items after jQuery migration (#604) 2013-10-28 17:32:41 +00:00
Xavier Guimard
ac9fa179f7 re-indent 2013-10-27 20:14:59 +00:00
Xavier Guimard
3b507a16c4 Adapt tabs() call for jquery-ui-1.10.3 2013-10-27 20:11:50 +00:00
Xavier Guimard
bf1e929539 Solve tab problem in AuthChoice tabs display (#604) 2013-10-27 20:08:33 +00:00
Xavier Guimard
c540d29358 Update jQuery and jQuery-UI 2013-10-27 07:01:41 +00:00
Xavier Guimard
372a055b50 HTML tidy 2013-10-26 07:42:53 +00:00
Xavier Guimard
20fe908dec Replace Twitter logo + update licenses 2013-10-25 14:40:14 +00:00
Xavier Guimard
5783031720 Replace BrowserID image (see http://mail.ow2.org/wws/arc/lemonldap-ng-dev/2013-10/msg00048.html) 2013-10-25 13:59:03 +00:00
Clément Oudot
44d3d445cb Update BrowserID Logo (#584) 2013-10-24 14:50:30 +00:00
Clément Oudot
e2071971a5 Same authentication message for all modules (mask unnecessary technical information) 2013-10-24 14:44:46 +00:00
Xavier Guimard
4e9a4e9789 Correct XHTML:
* alt is not an attribute of "a" in XHTML
 * remove utf-8 chars
2013-10-22 18:27:02 +00:00
Xavier Guimard
e1d59465d8 Correct XHTML:
* needs to be XHTML transitional to have some attributes (target,...)
 * missing "</form>"
 * missing "alt" in "img"
2013-10-22 18:14:49 +00:00
Xavier Guimard
0fa68c790f Replace "fast" keyword by "fastcgi" 2013-10-22 04:39:40 +00:00
Xavier Guimard
e174ff4732 FastCGI portal 2013-10-21 21:24:03 +00:00
Xavier Guimard
f29d3b563e s/utf8/utf-8/ in HTTP headers
Closes: #626
2013-10-17 19:21:45 +00:00
Clément Oudot
827f9a1154 Use the correct form in BrowserID js (#584) 2013-10-15 09:58:37 +00:00
Xavier Guimard
fb39a20563 Add WebID logo 2013-10-13 14:16:12 +00:00
Clément Oudot
58912e335c Add URL in AuthChoice, to post form on another vhost (#291) 2013-10-11 09:01:54 +00:00
Xavier Guimard
d0d0b49af6 Add Facebook.png img 2013-10-05 15:53:52 +00:00
Xavier Guimard
ebcb10fe69 Add Google icon 2013-10-01 04:25:12 +00:00
Clément Oudot
9758223da8 For BrowserID (#584):
* Add autologin parameter
* Add a form in standard mode (not Choice) for display type logo
* Use POST instead of REDIRECT to keep all hidden fields
* Fix warning in unit test
2013-09-30 14:37:15 +00:00
Clément Oudot
11c035c5f3 Fix some javascript code (#603) 2013-09-30 14:00:38 +00:00
Xavier Guimard
0f437d0f86 Remove Google form 2013-09-29 19:21:03 +00:00
Xavier Guimard
ba6e7667da Remove Google form, automatic now 2013-09-29 18:08:21 +00:00
Xavier Guimard
bb3c9bfac1 Correct errors in Google form 2013-09-28 06:17:12 +00:00
Xavier Guimard
3536cd091a Insert AuthGoogle into portal skins 2013-09-28 05:38:39 +00:00
Clément Oudot
e33ee53afc Create a getSkin() method to share skin rules in all portal pages (#605) 2013-08-20 13:36:06 +00:00
Clément Oudot
d3a53e199a Possibility to customize BrowserID login window (#584) 2013-07-20 09:07:19 +00:00