У нас вы можете посмотреть бесплатно How to Integrate Apache Guacamole with Authentik (SSO Setup Guide) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video we'll go through integrating Apache Guacamole with Authentik. ⭐️ Amazon links to the hardware used in the video.⭐️ Synology DS723+ - https://geni.us/CKA45BV Purchasing through my affiliate link above will help support this channel at no additional cost to you. As an Amazon Associate I earn from qualifying purchases. ⭐️ PrivadoVPN Affiliate Link⭐️ https://privadovpn.com/getprivadovpn/... ⭐️ BUY ME A COFFEE⭐️ https://www.buymeacoffee.com/digitala... ⭐️ SUPPORT THIS CHANNEL⭐️ https://digitalaloha.com/support-my-w... ⭐️ HIRE ME FOR A PROJECT⭐️ https://digitalaloha.com/hire-me/ The video topics include: • Setting up Apache Guacamole project. • Configuring Authentik with a provider and application for Apache Guacamole. • Setup Apache Guacamole as an Authentik OIDC SSO client. • Setup a reverse proxy and assigning a Let's Encrypt certificate to it. • Create a new user in Apache Guacamole that matches user in Authentik. • Login with new user and confirm Authentik integration. In the video I mentioned the following links: • My video on setting up Authentik on a Synology NAS - • Get Authentik Up and Running on Your Synol... • My video on integrating Authentik with Synology DSM - • How to Setup Single Sign-On for Synology D... • My video on setting up Apache Guacamole on a Synology NAS - • Set Up Apache Guacamole On A Synology NAS ... Links to resources I used to create this video • https://wiki.opensourceisawesome.com/... • https://docs.goauthentik.io/integrati... Guacamole docker-compose.yml --- services: guacamole: container_name: guacamole image: jwetzell/guacamole restart: unless-stopped ports: 8080:8080 volumes: /volume1/docker/guacamole:/config:rw environment: TZ: Pacific/Honolulu #EXTENSIONS: auth-sso-openid --- Openid section of the guacamole.properties file --- openid-authorization-endpoint: https://authentik.company/application... openid-client-id: # client ID from above openid-issuer: https://authentik.company/application... of the application from above*/ openid-jwks-endpoint: https://authentik.company/application... of the application from above*/jwks/ openid-redirect-uri: https://guacamole.company/ # This must match the redirect URI above openid-username-claim-type: preferred_username --- Timecodes 0:00 | Introduction 0:42 | Prerequisites – Authentik Already Running - Container Manager and Text Editor Installed 0:57 | Setup Guacamole Project 1:52 | Connect To, Configure And Test Guacamole 2:56 | Configure Authentik To Integrate With Guacamole 4:39 | Setup Reverse Proxy 5:47 | Configure Guacamole To Integrate With Authentik 8:14 | Create A New User In Guacamole Matching User In Authentik 8:55 | Login With New User To Confirm Integration With Authentik 9:21 | Confirm New User Permissions In Guacamole 9:47 | Support My Channel #synology #authentik #guacamole