implementing the turnstile after the correct login doesn't make much sense to me, but I decided against using this anyway as I absolutely despise captcha and the service appears to be flaky as well. thank you for the video
Thanks for the video. I have a question. In this video you put the Captcha on your Authentik log in page. Can you explain how to put it on all the sites that I have behind Authentik? Also, I have not upgraded since the integration of the GEO maxmindinc feature doesn't require an account. Do you think if I upgrade from 2022.11.4 to 2023.2.2 will it be a problem?
...that page is your authentication page; any sites you have protected will be presented with that page first before being redirected to the site you're actually trying to navigate to... Also, I didn't have any issues upgrading but it might be different for different configurations (I'm using docker).
@@cooptonian I'm also using docker with an answer file. I am so impressed with the software and your tutorial I really appreciate it. I successfully upgraded to the latest version and now I'm going to try to add the cloudflare Captcha.
Hi Cooptonian Is it possible to make a tutorial to use Cloudflare Turnstile with the turnstile widget also showing on the authentik login page. Cloudflare gave a challenge but on the login page there is no widget showing up to complete that challenge so the user is unable to complete the login. Loading circle stays there forever and the widget doesn't show. Changing the turnstile to invisible on the cloudflare turnstile setting instead of managed solves this behavior.
This I am not sure about...from my reading of Cloudflare turnstile, you need to copy their HTML/JS code into the site you want it to show up in... As far as I can tell, there isn't such an area in authentik to enter this code... So I think the intended use of turnstile in authentik is the non-interactive/invisible option (since you can only modify the JS and API in the stage). However, a more savvy person could take the HTML code from authentik's github, enter the code into the main login HTML file and build a custom instance of authentik ...then again, I could be wrong here... pressing F12 to inspect the page I can see authentik's HTML code and where I think the turnstile widget code should be inserted...
@@cooptonian Would be great if the Authentik Developers would also add a custom field to add it to the html code through the user interface. For now switched to the invisible option. Further thank you for the vids about Authentik as it helps me greatly better understanding Authentik
Again a great tutorial! Thank you for your excellent videos and explanation!
Thanks for watching!
Thanks! Will use with hCaptcha!
You're welcome!
You are the best !! Thank you very much
You're welcome!
implementing the turnstile after the correct login doesn't make much sense to me, but I decided against using this anyway as I absolutely despise captcha and the service appears to be flaky as well. thank you for the video
nice thanks
Most welcome
Would it be possible for you to do a tutorial on setting up Authtenitk LDAP provider and outpost?
...here you go! ua-cam.com/video/RtPKMMKRT_E/v-deo.html
Thanks for the video. I have a question. In this video you put the Captcha on your Authentik log in page. Can you explain how to put it on all the sites that I have behind Authentik? Also, I have not upgraded since the integration of the GEO maxmindinc feature doesn't require an account. Do you think if I upgrade from 2022.11.4 to 2023.2.2 will it be a problem?
...that page is your authentication page; any sites you have protected will be presented with that page first before being redirected to the site you're actually trying to navigate to...
Also, I didn't have any issues upgrading but it might be different for different configurations (I'm using docker).
@@cooptonian I'm also using docker with an answer file. I am so impressed with the software and your tutorial I really appreciate it. I successfully upgraded to the latest version and now I'm going to try to add the cloudflare Captcha.
awesome!
Hi Cooptonian
Is it possible to make a tutorial to use Cloudflare Turnstile with the turnstile widget also showing on the authentik login page. Cloudflare gave a challenge but on the login page there is no widget showing up to complete that challenge so the user is unable to complete the login. Loading circle stays there forever and the widget doesn't show. Changing the turnstile to invisible on the cloudflare turnstile setting instead of managed solves this behavior.
This I am not sure about...from my reading of Cloudflare turnstile, you need to copy their HTML/JS code into the site you want it to show up in... As far as I can tell, there isn't such an area in authentik to enter this code... So I think the intended use of turnstile in authentik is the non-interactive/invisible option (since you can only modify the JS and API in the stage). However, a more savvy person could take the HTML code from authentik's github, enter the code into the main login HTML file and build a custom instance of authentik ...then again, I could be wrong here... pressing F12 to inspect the page I can see authentik's HTML code and where I think the turnstile widget code should be inserted...
@@cooptonian Would be great if the Authentik Developers would also add a custom field to add it to the html code through the user interface. For now switched to the invisible option. Further thank you for the vids about Authentik as it helps me greatly better understanding Authentik