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 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 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, >

Re: [Dev] Encrypting and decrypting files in WSO2

2018-10-04 Thread Shakila Sasikaran
Hi aman, There is no way to do the encryption with file connector. Thanks On Fri, Oct 5, 2018 at 9:17 AM Aman Singh wrote: > Dear Shakila, > > Below code of mine copies a simple JSON file "Person.json", from my server > location to my local windows machine:- > >

Re: [Dev] Permission handling in SP

2018-10-04 Thread Sajith Ariyarathna
You can only give permissions (by setting roles) for dashboards only. Currently we don't support permissions for widgets. Thanks. On Thu, Oct 4, 2018 at 3:54 PM Sandalu Kalpanee wrote: > Hi all, > > I am working on my project to shift APIM Analytics in to SP in the coming > APIM 3.0 version.