CaptchEtat¶

this plugin has not been tested in production yet, its behavior and parameters are subject to change in future versions
Presentation¶
CaptchEtat is a CAPTCHA system provided by the French government
Configuration¶
Configure captcha like LLNG internal captcha but use a “custom captcha module”, set:
Captcha module to
::Captcha::CaptchEtat- in Captcha module options, add the following keys
clientId: client ID to obtain access tokensclientSecret: client secret to obtain access tokensoauthTokenEndpoint: endpoint to obtain access tokensoauthScope: authorization scope for access tokens (such aspiste.captchetat)captchaStyleName: CAPTCHA style name (such ascaptchaFR)captchaApiBase: base URL of the CaptchEtat API ( such ashttps://xxx.example.com/piste/captchetat/v2)