Authelia: Single Sign-On and Multi-Factor Authentication for Web Apps
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Authelia is a robust, open-source authentication and authorization server designed to enhance the security of your web applications. It provides comprehensive two-factor authentication (2FA) and single sign-on (SSO) capabilities through an intuitive web portal. Seamlessly integrating with various reverse proxies, Authelia acts as a crucial companion for managing access control and securing your digital infrastructure.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Authelia is an advanced, open-source authentication and authorization server that brings enterprise-grade security to your web applications. It functions as a Single Sign-On (SSO) and Multi-Factor Authentication (MFA) portal, ensuring that only authorized users can access your services. Authelia is OpenID Certified™, demonstrating its adherence to modern authentication standards. It works in conjunction with reverse proxies, allowing you to define granular access policies and protect your applications effectively.
Installation
Getting started with Authelia is flexible, offering multiple deployment options to suit various environments. You can install it as a standalone service or leverage containerization for scalability and ease of management.
Key installation methods include:
- Package Managers: Available via AUR, APT, and FreeBSD Ports.
- Static Binaries: Direct downloads for various platforms.
- Containerization: Easily deployable on Docker and Kubernetes environments.
- Helm Charts: Beta support for Kubernetes deployments using official Helm charts.
For detailed instructions, refer to the official Get Started Guide and the Deployment documentation.
Examples
Authelia provides convenient docker compose bundles to help you quickly set up and test its features. These bundles serve as excellent starting points for understanding its configuration and integration.
- Local Bundle: Ideal for testing Authelia without complex configurations, typically used in scenarios where the server is not exposed to the internet. It uses local hosts file domains and self-signed certificates.
- Lite Bundle: Designed for internet-exposed servers, requiring proper domain and DNS setup, with certificates generated via Let's Encrypt. This configuration uses file-based user storage and SQLite for minimal external dependencies.
Explore these examples and more comprehensive guides in the official Docker Deployment documentation.
Why Use Authelia?
Authelia offers compelling reasons to integrate it into your infrastructure:
- Enhanced Security: Implement robust 2FA methods, including Security Keys (FIDO2/WebAuthn with YubiKey support), Time-based One-Time Passwords (TOTP), and Mobile Push Notifications (Duo). It also supports passwordless authentication via Passkeys.
- Flexible Access Control: Define fine-grained access rules based on criteria like subdomain, user, group membership, request URI, method, and network, with options for one-factor or two-factor policies per rule.
- Broad Compatibility: Works seamlessly with popular reverse proxies such as Nginx, Traefik, Caddy, Envoy, and HAProxy.
- Open Source and Auditable: As an open-source project, Authelia's codebase is transparent and auditable, fostering trust and allowing community contributions to enhance its security and features.
- OpenID Certified™: Adheres to the OpenID Connect 1.0 protocol, ensuring interoperability and compliance with industry standards.
Links
- GitHub Repository: https://github.com/authelia/authelia
- Official Documentation: https://www.authelia.com/
- Docker Hub: https://hub.docker.com/r/authelia/authelia/tags
- OpenID Certification: https://openid.net/certification/
Related repositories
Similar repositories that may be relevant next.
AuthKit: Streamlined Authentication with WorkOS and Radix
March 31, 2026
AuthKit is an open-source login box solution developed by WorkOS, designed to simplify authentication for applications. It offers both a fully themeable hosted UI and headless APIs for custom frontends, powered by WorkOS User Management and Radix UI. This TypeScript project supports various authentication flows, including OAuth2, passwordless, and SSO.

Logto: Open-Source Auth Infrastructure for SaaS and AI Apps
March 21, 2026
Logto is a modern, open-source authentication and authorization infrastructure designed for SaaS and AI applications. Built on OIDC and OAuth 2.1, it offers robust features like multi-tenancy, enterprise SSO, and RBAC. This platform simplifies secure identity management, providing pre-built sign-in flows and SDKs for various frameworks.

Defguard: Zero-Trust Access Management with WireGuard 2FA/MFA
March 18, 2026
Defguard is an open-source, enterprise-grade VPN solution built with Rust, offering zero-trust access management. It uniquely provides multi-factor authentication for WireGuard VPN connections, integrating with various SSO providers or its built-in SSO. This platform aims to simplify the secure management of complex VPN networks with advanced features like ACLs, YubiKey provisioning, and real-time client synchronization.

SaaS-Boilerplate: Next.js, Tailwind CSS, Shadcn UI for Modern SaaS Apps
December 26, 2025
The SaaS-Boilerplate is a powerful, open-source template designed to accelerate the development of SaaS applications. Built with Next.js, Tailwind CSS, Shadcn UI, and TypeScript, it offers a comprehensive suite of features including robust authentication, multi-tenancy, and role-based access control. This boilerplate provides a production-ready foundation, enabling developers to quickly launch scalable and feature-rich SaaS products.
Source repository
Open the original repository on GitHub.