-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingstatus/staleThis issue has not been updated recentlyThis issue has not been updated recently
Description
Describe the bug
Since updating to version 2025.8.1, Authentik no longer allows user registrations because the hCaptcha integration sends requests without the required "host" parameter. This causes hCaptcha to respond with a 403 Forbidden error, blocking the captcha verification and thus preventing registrations.
To Reproduce
Steps to reproduce the behavior:
- Use Authentik version 2025.8.1 or later.
- Attempt to register a new user through the registration flow that includes the hCaptcha captcha stage.
- Observe the network requests sent to hCaptcha’s API (e.g.,
/checksiteconfig). - Notice that the "host" parameter in the request URL is empty or missing.
- The hCaptcha API responds with HTTP 403 Forbidden, and the registration cannot be completed.
Expected behavior
The "host" parameter should be correctly set to the domain from which the registration request originates. This would allow hCaptcha to validate the request and permit user registrations to proceed normally.
Logs
Request URL
https://api.hcaptcha.com/checksiteconfig?v=XXX&host=&sitekey=XXX&sc=1&swa=1&spst=0
Request Method
POST
Status Code
403 Forbidden
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstatus/staleThis issue has not been updated recentlyThis issue has not been updated recently