web/flows: improvements for hCaptcha#16882
Merged
BeryJu merged 2 commits intogoauthentik:mainfrom Nov 13, 2025
Merged
Conversation
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for authentik-integrations canceled.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16882 +/- ##
==========================================
+ Coverage 92.88% 92.93% +0.04%
==========================================
Files 869 869
Lines 47960 47960
==========================================
+ Hits 44547 44570 +23
+ Misses 3413 3390 -23
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
GirlBossRush
approved these changes
Nov 2, 2025
2d66ab8 to
c3aa208
Compare
Contributor
Author
|
Too bad it didn't make it into 2025.10.1 :'( |
BeryJu
approved these changes
Nov 13, 2025
authentik-automation bot
pushed a commit
that referenced
this pull request
Nov 13, 2025
* improvements for hCaptcha Issue #16755 * web: Format. --------- Co-authored-by: Teffen Ellis <teffen@goauthentik.io>
Contributor
|
🍒 Cherry-pick to |
Contributor
|
Cherry-pick to |
Contributor
Author
kensternberg-authentik
added a commit
that referenced
this pull request
Dec 11, 2025
* main: (74 commits) packages/django-channels-postgres/layer: fix query when subscribed to multiple channels (#18152) core: deduplicate user attribute constant definitions (#18138) web: bump @trivago/prettier-plugin-sort-imports from 5.2.2 to 6.0.0 in /web (#18146) crypto: update certificates on fs event (#18129) github: converts issue templates to forms (#18133) core: bump github.com/getsentry/sentry-go from 0.36.2 to 0.37.0 (#18140) web: bump type-fest from 5.1.0 to 5.2.0 in /web (#18144) web: bump vite from 7.1.12 to 7.2.2 in /web (#18143) website: bump the build group in /website with 3 updates (#18141) web: bump globals from 16.4.0 to 16.5.0 in /web (#18145) core: bump astral-sh/uv from 0.9.8 to 0.9.9 (#18148) core: bump goauthentik/fips-debian from `5017d65` to `40a1f32` (#18149) website/integrations: Add ezBookkeeping integration (#18040) website/integrations: Add Joplin (#18042) web: Disable library `<datalist>` on Firefox. (#18103) web/admin: link to user on invitation list page (#18132) web/admin: update stage descriptions (#18118) website/integrations: add SeaTable (#18115) website/integrations: stripe: fix markdown (#18126) web/flows: improvements for hCaptcha (#16882) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Details
Since hCaptcha recently updated its verification process to require the "host" parameter, requests without it are now rejected with a 403 Forbidden error see #16755. Although PR #16171 introduced this check for reCAPTCHA, hCaptcha also needs the same update. Without this change, hCaptcha blocks captcha verification and prevents user registrations.
This effectively blocks new user registrations through the registration flow that includes hCaptcha.
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)