Re: [Dev] Custom captcha with WSO2 Identity Server

2018-10-04 Thread Jorge
Thanks a lot for the info. Regards, Jorge. El jue., 4 oct. 2018 a las 11:49, Thanuja Jayasinghe () escribió: > Hi Jorge, > > Identity Server only supports reCaptcha in the password recovery flow. But > you can implement CaptchaConnector[1] interface and have a custom captcha >

Re: [Dev] Custom captcha with WSO2 Identity Server

2018-10-04 Thread Thanuja Jayasinghe
Hi Jorge, Identity Server only supports reCaptcha in the password recovery flow. But you can implement CaptchaConnector[1] interface and have a custom captcha which does not require an internet connection. You can refer [2] which is the reCaptcha implementation for password recovery flow. [1]

Re: [Dev] Custom captcha with WSO2 Identity Server

2018-10-04 Thread Farasath Ahamed
On Wed, Oct 3, 2018 at 7:52 PM Jorge wrote: > Hi all. > > Can I use an offline captcha with WSO2 Identity Server if my servers > cannot connect to the internet? In the password recovery process I see that > IS use re-captcha, which requires access to google servers. > > Regards, >