Commit Graph

600 Commits

Author SHA1 Message Date
Maxime Besson
84d3ca2b89 Use skin translation files when sending mail (#2772) 2022-08-22 18:55:34 +02:00
Christophe Maudoux
613b442473 Typos 2022-08-16 13:09:27 +02:00
Maxime Besson
0e93fc6556 Fix #2785 2022-08-11 14:01:40 +02:00
Yadd
a8254dec1c Update versions 2022-07-28 12:42:15 +02:00
Christophe Maudoux
df6727ffbd Return ciphered id in JSON response if notif is pending 2022-07-18 23:36:22 +02:00
Maxime Besson
6e7fd58113 Include extra keys in oidcGenerateUserInfoResponse (#2725) 2022-07-18 17:59:18 +02:00
Maxime Besson
e41f55bcb6 Merge branch '2746-SAML-metadata-without-SingleLogoutService' into 'v2.0'
#2746 do not proceed to logout if no logoutService is defined into SAML MD

See merge request lemonldap-ng/lemonldap-ng!272
2022-07-12 08:41:20 +00:00
Christophe Maudoux
0831143a6b Append debug log 2022-06-27 22:45:21 +02:00
Maxime Besson
f8d1d0fc5f OIDC: make getUser optionally use Refresh Tokens (#2713) 2022-06-27 11:23:49 +02:00
Maxime Besson
ee05bb5c8a Split Ext2F into a common lib (Code2F) + specific code (#2762) 2022-06-27 11:06:07 +02:00
alc
6433a0e75b #2746 do not proceed to logout if no logoutService is defined into SAML MD 2022-06-24 18:40:50 +02:00
Yadd
46d43e69d9 Use Perltidy 20220217 (Closes: #2765) 2022-06-23 12:12:25 +02:00
Christophe Maudoux
c0803bc306 Update code 2022-06-20 00:18:37 +02:00
Maxime Besson
3ef3aac9c7 Refactor newAccessToken 2022-06-19 15:24:59 +02:00
Maxime Besson
818143311c Refactor call to token endpoint 2022-06-19 15:24:59 +02:00
Christophe Maudoux
fbb2013e6b Code refactoring 2022-06-18 18:53:57 +02:00
Maxime Besson
fc626c752a Split SecurityImage Captcha into a dedicated module (#2692)
Lib::Captcha is now only a compatibility wrapper
2022-06-17 15:38:05 +02:00
Maxime Besson
fd8c3b1b61 Fix #2708 2022-06-14 14:48:46 +02:00
Maxime Besson
e27f0b6b10 Fix #2760 2022-06-03 17:42:29 +02:00
Maxime Besson
d7ed5c9e35 Relax detection of client authentication type (#2757) 2022-05-25 15:32:32 +02:00
Clément OUDOT
3a82e3af7b Merge branch 'feature/v2.0/support-ldap-uris' into 'v2.0'
Support TLS parameters for ldaps URIs

See merge request lemonldap-ng/lemonldap-ng!256
2022-05-23 08:52:01 +00:00
Eero Häkkinen
91bf5323a5 Support TLS parameters for ldaps URIs 2022-05-20 21:53:06 +03:00
Maxime Besson
d832263129 Merge branch 'fix-refactor-2f-mini' into 'v2.0'
Refactor WebAuthn to share some functions with other 2F plugins

See merge request lemonldap-ng/lemonldap-ng!266
2022-05-20 07:50:09 +00:00
Maxime Besson
5e210651aa Add CAS server resolution rules (#2753) 2022-05-18 11:32:04 +02:00
Maxime Besson
3428cb981f Add OP resolution rules (#2753) 2022-05-18 11:32:04 +02:00
Clément OUDOT
3b0a928ba6 Fix some typos in embedded doc 2022-05-16 13:38:52 +00:00
Maxime Besson
c85ade2e27 perldoc for 2fDevices lib 2022-05-16 14:21:53 +02:00
Maxime Besson
cc5435015d Extract 2F common functions into lib 2022-05-16 14:21:53 +02:00
Maxime Besson
e1f6534bbe Add auth oidc hooks (#2730)
new hooks:
    oidcGenerateAuthenticationRequest
    oidcGenerateTokenRequest
    oidcGotIDToken
    oidcGotUserInfo
2022-03-18 11:59:10 +01:00
Maxime Besson
6d3f40b2fd add SAML Auth hook (#2730)
New hooks:
    samlGotAuthnResponse
    samlGenerateAuthnRequest
2022-03-18 11:58:28 +01:00
Maxime Besson
6ed0e9c1b4 Add session data to oidcGenerateUserInfoResponse (#2725) 2022-03-11 12:07:51 +01:00
Yadd
fd610864ea Don't export id in Ajax response for authenticated users (#2709) 2022-03-03 18:55:02 +01:00
Yadd
b88a72c267 tidy 2022-02-16 17:43:29 +01:00
Maxime Besson
af7abe8d19 Merge branch 'fix-webauthn-1411' into v2.0 2022-02-16 10:38:09 +01:00
Christophe Maudoux
5e285d5f60 Avoid useless warnings with OIDC 2022-02-12 22:42:03 +01:00
Maxime Besson
bc684de4bb Improve LDAP error logs 2022-02-03 08:24:04 +01:00
Yadd
c3724a618f Fix versions 2022-02-01 17:09:31 +01:00
Clément OUDOT
3c0f374c29 Merge branch 'v2.0' into issue-2673-CAS-multiple-service-URL 2022-01-23 16:41:18 +01:00
Clément OUDOT
e567eeb6db Allow mutliple URLs for CAS service (#2673) 2022-01-22 16:57:08 +01:00
Clément OUDOT
43d69aa3f0 Remove check on password hash in DBI (#2672) 2022-01-22 15:45:27 +01:00
Maxime Besson
825e213017 WebAuthn perl modules (#1411) 2022-01-21 18:10:57 +01:00
Maxime Besson
68a24ebb14 Merge branch 'fix-custom-2675' into 'v2.0'
Rework Custom plugins

See merge request lemonldap-ng/lemonldap-ng!239
2022-01-20 14:05:35 +00:00
Maxime Besson
7b7fd1141d Fix SIGPIPE during LDAP validation (#2519) 2022-01-14 17:52:51 +01:00
Maxime Besson
9e51f78089 Fix splitting CAS proxies (#2656) 2022-01-14 17:14:37 +01:00
dcoutadeur dcoutadeur
b66613af31 Merge branch '2614-error-log-for-SOAP-SAML-message' into 'v2.0'
display precise error while sending direct SOAP SAML message (#2614)

See merge request lemonldap-ng/lemonldap-ng!220
2022-01-14 14:01:21 +00:00
Maxime Besson
de1304b7fc Rework Custom plugins
See #2675, #2676 and #2677
2021-12-19 18:19:22 +01:00
Maxime Besson
0323813c38 Fix getDisplayType on choice + custom (#2678) 2021-12-19 18:19:22 +01:00
Maxime Besson
7048354cb6 Fix RelayState encoding in autoPost (#2671) 2021-12-15 17:24:22 +01:00
Maxime Besson
bb380ee0e4 Add RP conf key to oidcGenerateUserInfoResponse hook (#2667) 2021-11-29 19:08:31 +01:00
Maxime Besson
b21500122d Fix #2622 2021-10-26 16:53:24 +02:00