Identityserver4.admin: Add reCaptcha plugin

Created on 10 Oct 2020  路  5Comments  路  Source: skoruba/IdentityServer4.Admin

medium task

Most helpful comment

We use google reCaptcha in our fork (our security area demanded it). Is pretty easy to implement. I added in in some places (login, change password and delete account pages). I can implement it if you give me all the forms where it should appear.

All 5 comments

@skoruba lol I've been thinking the same ...
What do you think about this one: DNTCaptcha.Core ?

I am considering this helper for google reCaptcha: https://github.com/TimothyMeadows/reCAPTCHA.AspNetCore
What do you think?

I personally prefer self hosted alternative, but google reCaptcha probably fine.
Maybe we could make option for which captcha to use ?

I will check your link, but I think that google has great algorithms how to recognize that user is not a bot and you are not required to put random codes. 馃槉 But I understand that for some scenarios is better something self-hosted.

We use google reCaptcha in our fork (our security area demanded it). Is pretty easy to implement. I added in in some places (login, change password and delete account pages). I can implement it if you give me all the forms where it should appear.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yehia2amer picture yehia2amer  路  3Comments

Mehrdad-Davoudi picture Mehrdad-Davoudi  路  4Comments

adeelansari picture adeelansari  路  4Comments

xmichaelx picture xmichaelx  路  3Comments

Hens94 picture Hens94  路  4Comments