Commit Graph

732 Commits

Author SHA1 Message Date
Jérémie Pierson
6df19ff183 Update Status to accept SKIP/EXPIRED (Fixes: #2693) 2022-02-05 11:40:17 +01:00
Maxime Besson
0dc995e411 Rename internal has2f method to avoid conflict in perlExpr test (#2691) 2022-02-03 15:58:46 +01:00
Yadd
3f42113229 Remove double slashes in _pdata->{_url} + Don't overwrite $self-portal if already set (#2594) 2022-02-02 11:11:00 +01:00
Yadd
c3724a618f Fix versions 2022-02-01 17:09:31 +01:00
Yadd
3047fa6dd7 Fix !241 for Apache (FCGI client) 2022-02-01 15:15:25 +01:00
Christophe Maudoux
2b6c478f41 Append redirection params (#2685) 2022-02-01 15:04:14 +01:00
David Coutadeur
5fe369c828 display cfgDate in debug logs while handler is loading conf (#2566) 2022-01-27 15:29:09 +00:00
Maxime Besson
db35ecf877 Merge branch 'fix-handler-psgi-logger-2632' into 'v2.0'
Transmit handler local config to handler psgi server init (#2632)

See merge request lemonldap-ng/lemonldap-ng!232
2022-01-20 14:17:06 +00:00
Christophe Maudoux
527a7bda17 Fix debug message 2022-01-11 21:59:25 +01:00
Christophe Maudoux
78e86497e8 Harmonize regex bis + doc & update unit tests (#2657) 2021-11-18 22:36:46 +01:00
Christophe Maudoux
2877675ad8 Update manifest & version (#2657) 2021-11-16 23:06:16 +01:00
Christophe Maudoux
5ffd909d7d Harmonize regex (#2657) 2021-11-16 22:45:25 +01:00
Christophe Maudoux
00fd7b1080 Warn if download error (#2644) 2021-10-23 21:24:55 +02:00
Maxime Besson
b2bcb4dcb9 Transmit handler local config to handler psgi server init (#2632) 2021-10-08 08:32:21 +02:00
Maxime Besson
22a0f1c013 Initialize PATCH routes (#2626)
This prevents the following message from appearing when the portal fails
to initialize

Conflict detected between 2 extensions, aborting 1 route
2021-10-07 08:50:47 +02:00
Christophe Maudoux
732c8631eb Append an option in Manager to define RULES_URL param (#2627) 2021-10-01 23:01:14 +02:00
Christophe Maudoux
51ee0fe1a9 Improve debug message (#2618) 2021-09-23 22:26:28 +02:00
Christophe Maudoux
7385a7d033 Code cleaning (#2618) 2021-09-20 21:29:15 +02:00
Christophe Maudoux
fd1557ed37 Build vhost header depending on RULES_URL if defined 2021-09-20 16:18:31 +02:00
Maxime Besson
d8eb44a5ab Add portal status codes for Auth::OIDC errors (#2558) 2021-09-15 19:21:47 +02:00
Christophe Maudoux
eab4d4a31e Append an option to normalize headers & Improve unit tests + doc (#2604) 2021-09-01 21:48:10 +02:00
Maxime Besson
5ea7a0916d Add _oidc_grant_type variable (#2602) 2021-09-01 17:32:15 +02:00
Maxime Besson
036da3e3aa Do not interpret 0 as empty string in substitute (#2595) 2021-08-30 17:49:07 +02:00
Clément OUDOT
14848f9bf1 Set modules version to 2.0.13 2021-08-20 18:30:13 +02:00
Christophe Maudoux
37363971f3 Merge branch 'v2.0' into 2564 2021-08-12 23:46:55 +02:00
Maxime Besson
2fac0d9f47 Update LLNG download URL 2021-08-12 17:02:50 +02:00
Christophe Maudoux
21ba445141 Fix unit test (#2564) & some warnings 2021-07-28 10:38:45 +02:00
Christophe Maudoux
fbcaacbdf1 Langs (#2564) 2021-07-27 21:47:48 +02:00
Christophe Maudoux
a6ecbf1ec8 Fix version & comment 2021-07-26 22:55:27 +02:00
Maxime Besson
d46a2f5c28 Fix error reporting in Jail (#2568) 2021-07-26 16:44:58 +02:00
Clément OUDOT
a7809f10fe Update version in main modules 2021-07-22 17:53:50 +02:00
Yadd
83b45db614 Fix versions 2021-06-28 15:36:29 +02:00
Maxime Besson
23a8a10096 Add missing access token expiration check in OAuth2 handler (#2549) 2021-06-24 09:26:27 +02:00
Yadd
2e9e16600b Fix version 2021-06-19 18:45:06 +02:00
Yadd
b6a1f946b2 Fix handler cache corruption (#2539) 2021-06-19 18:43:41 +02:00
Christophe Maudoux
469d2a40aa Fix warning (#2538) 2021-06-09 23:06:03 +02:00
Christophe Maudoux
0f40e2d1bb Check conf. timestamp to reload (#2508) 2021-04-26 00:26:33 +02:00
Yadd
96dbbd9ad4 Fix checkTime use (closes: #2515) 2021-04-24 16:04:23 +02:00
Maxime Besson
41c388b26b Fix error handling when OAuth2 session is not found (#2481) 2021-03-03 15:57:52 +01:00
Christophe Maudoux
b46259cae9 Enable upgradeSession only if required & Append unit test (#2480) 2021-03-02 19:20:15 +01:00
Christophe Maudoux
5f7981e256 Improve error message & unit test (#2458) 2021-02-16 22:04:38 +01:00
Christophe Maudoux
1f66e03969 Append an option to download rules.json file from remote server (#2458) 2021-02-16 12:15:18 +01:00
Christophe Maudoux
3bee740125 display headers (#2458) 2021-02-12 19:25:55 +01:00
Christophe Maudoux
6e1efc8bb5 WIP: CheckDevOps plugin skeleton (#2458) 2021-02-12 18:11:37 +01:00
Christophe Maudoux
4515768513 Display explicit error message (#2329) 2021-02-10 22:27:12 +01:00
Christophe Maudoux
5e28f76a64 Restrict session data available for DevOps handler (#2456) 2021-02-05 19:55:22 +01:00
Maxime Besson
80db94c501 Update OAuth2 handler to handle JWT access tokens (#2419) 2021-02-01 18:20:32 +01:00
Clément OUDOT
d4ae146fd6 Update version in main modules 2021-01-30 18:32:52 +01:00
Christophe Maudoux
5d56a88ff3 Use strict & Typo 2021-01-23 18:57:24 +01:00
Maxime Besson
c311438270 Make clientid and scopes available to OAuth2 handler (#2397) 2021-01-19 16:44:06 +01:00