-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Describe the bug
When using recaptcha v3 (google) / captcha stage during login and clicking verify on the recaptcha button, the "9 image screen" that pops up after clicking that checkbox (click all sidewalks) the iframe doesnt account for the extra space needed, shinks the popup window within the iframe and adds scroll bars.
To Reproduce
Create a Recaptcha stage
Attach it to a flow
logout
attempt to login
(you hit the recaptcha stage) initial recaptcha box is fully visable, click on the verify checkbox and the 9 image selection window pops up but is stuck in iframe which is sized to the initial recaptcha box.
Expected behavior
should pop over or the iframe needs to be larger
Screenshots
Logs
logs not required
Version and Deployment (please complete the following information):
- authentik version: [2025.6.2]
- Deployment: [docker-compose]
Additional context
workaround:
inspect the iframe around the recaptcha and change the iframe height from 110 and a div tag height 100 to 490
then several lines down within the ...