
Authentik Has a Free Open-Source Identity Provider — SSO LDAP SAML and OAuth2 for Self-Hosted Apps
Authentik Is a Free Identity Provider for Self-Hosted Apps Keycloak is powerful but complex. Authelia is limited. Authentik gives you enterprise SSO with a beautiful UI and simple setup. What Authentik Does SSO — single sign-on for all your apps OAuth2/OIDC — modern auth standard SAML — enterprise federation LDAP — legacy app compatibility Proxy authentication — protect any app without code changes Flows — visual authentication flow builder MFA — TOTP, WebAuthn, SMS Quick Start wget https://goauthentik.io/docker-compose.yml echo "PG_PASS= $( openssl rand 36 | base64 ) " >> .env echo "AUTHENTIK_SECRET_KEY= $( openssl rand 60 | base64 ) " >> .env docker compose up -d # Visit http://localhost:9000/if/flow/initial-setup/ Protect Any App (Proxy) # Traefik label — protect app without code changes labels : - traefik.http.middlewares.auth.forwardauth.address=http://authentik:9000/outpost.goauthentik.io/auth/traefik - traefik.http.middlewares.auth.forwardauth.trustForwardHeader=true Authentik v
Continue reading on Dev.to DevOps
Opens in a new tab




