Commit Graph

6 Commits

Author SHA1 Message Date
c2147e7a3a doc: set maximum length limit of h-captcha-response
keycloak has a default maximum length limit of 2048 characters:
99e2f1df94/server-spi-private/src/main/java/org/keycloak/userprofile/DefaultAttributes.java (L75)

There's only an exception for reCaptcha:
https://github.com/keycloak/keycloak/issues/29182
https://github.com/keycloak/keycloak/pull/29184

So we need to add the exception for the hCaptcha attribute ourselves.
2025-01-21 15:09:31 +01:00
fa78003d9b Update README.md 2024-02-07 13:16:49 +01:00
47acd5b828 Add building instructions to README 2023-11-06 23:53:29 +01:00
4ce3f58ad2 Update README.md 2023-04-10 13:29:38 +02:00
5464dcd925 Upgrade to keycloak 19.0.1 (quarkus) 2022-09-07 19:59:44 +02:00
6ee4bf188a first commit 2021-09-02 08:27:53 +02:00