Commit Graph

12223 Commits

Author SHA1 Message Date
Clément OUDOT
97021346ee Fix version of selinux package dependency (#2749) 2022-05-09 14:36:03 +00:00
Maxime Besson
727afeefd2 Update session display in manager for #2726 2022-05-02 17:36:22 +02:00
Maxime Besson
b4276b7c6a Doc for #2726 2022-05-02 17:36:22 +02:00
Maxime Besson
4a0ba0fea9 Unit tests for #2726 2022-05-02 17:36:22 +02:00
Maxime Besson
9da6310037 Add method in test lib to check session attributes 2022-05-02 17:36:22 +02:00
Maxime Besson
ef295ddd55 Add _2f session key after 2FA success (#2726) 2022-05-02 17:36:22 +02:00
Maxime Besson
64d8dcb793 Add log when 2FA is attempted (#2732) 2022-05-02 17:36:22 +02:00
Christophe Maudoux
ab8cc97a52 Fix warning 2022-04-30 10:19:39 +02:00
Christophe Maudoux
96f6667f24 Propagate to MFA #1877 2022-04-30 10:19:39 +02:00
Clément OUDOT
2669b4143d Fix CLI example for CAS application doc 2022-04-29 11:50:18 +02:00
Clément OUDOT
1d597f64e5 Documentation for auth/user/password REST services 2022-04-27 12:31:50 +02:00
Maxime Besson
89083bde9f Doc for importMetadata config (#2720) 2022-04-27 10:11:50 +02:00
Maxime Besson
d2dce85e8c Unit tests for importMetadata 2022-04-27 10:11:50 +02:00
Maxime Besson
27580ea4de Refactor importMetadata (#2720) 2022-04-27 10:11:45 +02:00
Maxime Besson
0b1226124b Allow reading of CLI options from a conf file (#2720) 2022-04-27 10:10:23 +02:00
Maxime Besson
db6a6e44db Fix typo in importMetadata #2724 2022-04-27 10:10:23 +02:00
Maxime Besson
150a90dfb8 avoid duplicates in importMetadata (#2719) 2022-04-27 10:10:23 +02:00
Clément OUDOT
411c78c880 Fix values override in auth combination doc 2022-04-27 09:45:13 +02:00
Maxime Besson
826308fbbf Fix check after saveConf (#2742) 2022-04-26 19:09:18 +02:00
Christophe Maudoux
9314c2f356 Improve ServiceToken doc 2022-04-23 17:17:24 +02:00
David Coutadeur
901a6d3697 add RememberAuthChoice Plugin (references #2737) 2022-04-20 17:36:33 +00:00
Clément OUDOT
c73188edf6 Documentation to connect Sympa with CAS protocol 2022-04-20 16:42:27 +02:00
Maxime Besson
bc9698c660 Fix icons in register done email 2022-04-20 09:52:54 +02:00
Maxime Besson
c93330e864 Merge branch 'fix-doc-sources-2738' into 'v2.0'
improve doc package

See merge request lemonldap-ng/lemonldap-ng!260
2022-04-12 14:13:48 +00:00
Maxime Besson
697f44d200 improve doc package 2022-04-12 14:13:48 +00:00
Yadd
ac105851ff make manifest 2022-04-08 12:16:54 +02:00
Yadd
713144ea3d Add new liblemonldap-ng-ssoaas-apache-client-perl package (#2739) 2022-04-08 12:15:00 +02:00
Yadd
5783a2d299 Little makefile error 2022-04-08 12:10:47 +02:00
Christophe Maudoux
04da19f0c8 Typos 2022-04-07 22:59:20 +02:00
Christophe Maudoux
89e389998d Pass SSL options to DevOps Handler UA 2022-04-07 22:39:43 +02:00
Christophe Maudoux
2563110097 Typos 2022-04-06 22:59:05 +02:00
Christophe Maudoux
7b55ad05ae Harmonize DevOps doc 2022-04-06 22:47:09 +02:00
Christophe Maudoux
d2df7a314e Fix doc indentation 2022-04-05 23:46:23 +02:00
Christophe Maudoux
da7fd84487 Update DevOps web server template
Update DevOps web server template
2022-04-05 23:34:49 +02:00
Christophe Maudoux
aec875359f Skip DevOps Handler if no vhost provided 2022-04-05 23:32:36 +02:00
Christophe Maudoux
d4b5608886 Typos 2022-04-05 23:32:36 +02:00
Maxime Besson
788450d502 NameID is not long enough by default, leading to silent corruption 2022-04-05 11:01:36 +02:00
Maxime Besson
5723359298 Fix error in client_credentials doc 2022-04-04 09:03:21 +02:00
Maxime Besson
77793abc6f Merge branch 'connectivity-issues-AD' into 'v2.0'
Fix init of ::Portal::Password::AD (#2735)

See merge request lemonldap-ng/lemonldap-ng!258
2022-04-01 12:18:42 +00:00
David Coutadeur
e6cdeba1ef Fix init of ::Portal::Password::AD (#2735) 2022-03-31 09:51:17 +00:00
Clément OUDOT
1e26cc2e62 doc: missing semicolon in Browseable MySQL session backend 2022-03-23 12:13:09 +01:00
Clément OUDOT
92f89d4b1c doc: fix module name in Browseable MySQL session backend 2022-03-23 12:12:41 +01:00
Maxime Besson
bfd8e382c4 Fix unit test for #2730 2022-03-18 13:00:39 +01: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
3bcc1870be Documentation for OIDC auth hooks (#2730) 2022-03-18 11:59:10 +01:00
Maxime Besson
fefc81d5fa Unit tests for OIDC auth hooks (#2730) 2022-03-18 11:59:10 +01:00
Maxime Besson
6ccdcec181 Unit tests for SAML auth hooks (#2730) 2022-03-18 11:59:10 +01:00
Maxime Besson
8d2b2c64ee Documentation for SAML auth hooks (#2730) 2022-03-18 11:58:51 +01:00
Maxime Besson
6d3f40b2fd add SAML Auth hook (#2730)
New hooks:
    samlGotAuthnResponse
    samlGenerateAuthnRequest
2022-03-18 11:58:28 +01:00
Maxime Besson
0998530118 doc for OpenCTI integration 2022-03-17 09:03:19 +01:00