All Projects → authelia → Authelia

authelia / Authelia

Licence: apache-2.0
The Single Sign-On Multi-Factor portal for web apps

Programming Languages

go
31211 projects - #10 most used programming language
typescript
32286 projects
shell
77523 projects
lua
6591 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Authelia

Nginx Sso
SSO authentication provider for the auth_request nginx module
Stars: ✭ 195 (-98.24%)
Mutual labels:  ldap, sso, totp, yubikey, mfa, nginx
traefik-proxy
One-step (secure) configuration for Traefik edge router.
Stars: ✭ 20 (-99.82%)
Mutual labels:  u2f, totp, sso, traefik, two-factor-authentication, sso-authentication
Privacyidea
🔐 multi factor authentication system (2FA, MFA, OTP Server)
Stars: ✭ 1,027 (-90.74%)
Mutual labels:  authentication, 2fa, two-factor-authentication, mfa, two-factor
Speakeasy
**NOT MAINTAINED** Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.
Stars: ✭ 2,531 (-77.19%)
Mutual labels:  totp, two-factor-authentication, mfa, two-factor
Two Factor Bundle
[OUTDATED] Two-factor authentication for Symfony applications 🔐 (bunde version ≤ 4). Please use version 5 from https://github.com/scheb/2fa.
Stars: ✭ 388 (-96.5%)
Mutual labels:  authentication, 2fa, totp, two-factor-authentication
One Time
One Time Password (TOTP and HOTP) library for Clojure. TOTP/HOTP is widely used for Two Factor / Multi Factor Authentication.
Stars: ✭ 129 (-98.84%)
Mutual labels:  2fa, totp, two-factor-authentication, mfa
Twofactor totp
🔑 Second factor TOTP (RFC 6238) provider for Nextcloud
Stars: ✭ 203 (-98.17%)
Mutual labels:  2fa, totp, two-factor-authentication, two-factor
Multiotp
multiOTP open source strong two factor authentication PHP library, OATH certified, with TOTP, HOTP, Mobile-OTP, YubiKey, SMS, QRcode provisioning, etc.
Stars: ✭ 173 (-98.44%)
Mutual labels:  ldap, authentication, totp, yubikey
Go Guardian
Go-Guardian is a golang library that provides a simple, clean, and idiomatic way to create powerful modern API and web authentication.
Stars: ✭ 204 (-98.16%)
Mutual labels:  ldap, authentication, 2fa, totp
SimpleTOTP
A highly configurable yet simple to use TOTP based two-factor authentication processing module for SimpleSAMLphp.
Stars: ✭ 16 (-99.86%)
Mutual labels:  totp, mfa, two-factor-authentication, 2fa
totp
Time-Based One-Time Password Code Generator
Stars: ✭ 76 (-99.31%)
Mutual labels:  two-factor, totp, two-factor-authentication, 2fa
apache 2fa
Apache two-factor (2FA) authentication with Google Authenticator based on Time-based One-Time Password (TOTP) or HMAC-based one-time password (HOTP) Algorithms.
Stars: ✭ 63 (-99.43%)
Mutual labels:  two-factor, totp, two-factor-authentication, 2fa
2FAuth
A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
Stars: ✭ 664 (-94.01%)
Mutual labels:  two-factor, totp, two-factor-authentication, 2fa
kagi
WebAuthn security keys and TOTP multi-factor authentication for Django
Stars: ✭ 17 (-99.85%)
Mutual labels:  u2f, totp, 2fa
a12n-server
A ready-to-launch User and Authentication system for those that don't want to build it
Stars: ✭ 324 (-97.08%)
Mutual labels:  totp, mfa, 2fa
shibboleth-mfa-u2f-auth
U2F multifactor authentication plugin for Shibboleth IdPv3
Stars: ✭ 25 (-99.77%)
Mutual labels:  u2f, mfa, 2fa
awesome-yubikey
Curated list of awesome Yubikey resources, open source projects, tools and tutorials.
Stars: ✭ 22 (-99.8%)
Mutual labels:  u2f, yubikey, mfa
Two Factor Auth
Generate 2FA tokens compatible with Google Authenticator
Stars: ✭ 352 (-96.83%)
Mutual labels:  2fa, two-factor-authentication, two-factor
mfaws
🔒 AWS multi-factor authentication for the CLI
Stars: ✭ 38 (-99.66%)
Mutual labels:  mfa, two-factor-authentication, 2fa
Glewlwyd
Single Sign On server, OAuth2, Openid Connect, multiple factor authentication with, HOTP/TOTP, FIDO2, TLS Certificates, etc. extensible via plugins
Stars: ✭ 292 (-97.37%)
Mutual labels:  ldap, totp, yubikey

Build Go Report Card Docker Tag Docker Size GitHub Release AUR source version AUR binary version AUR development version License Sponsor Discord Matrix

Authelia is an open-source authentication and authorization server providing two-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for reverse proxies like nginx, Traefik or HAProxy to let them know whether requests should either be allowed or redirected to Authelia's portal for authentication.

Documentation is available at https://www.authelia.com/docs.

The following is a simple diagram of the architecture:

Authelia can be installed as a standalone service from the AUR, APT, FreeBSD Ports, or using a Static binary, .deb package, Docker or Kubernetes either manually or via the Helm Chart (beta) leveraging ingress controllers and ingress configurations.

Here is what Authelia's portal looks like:

Features summary

This is a list of the key features of Authelia:

For more details about the features, follow Features.

If you want to know more about the roadmap, follow Roadmap.

Proxy support

Authelia works in combination with nginx, Traefik or HAProxy. It can be deployed on bare metal with Docker or on top of Kubernetes.

Help Wanted: Assistance would be appreciated in getting Authelia working with Caddy and Envoy.

Getting Started

docker-compose

The docker-compose bundles act as a starting point for anyone wanting to see Authelia in action. You will have to customize them to your needs as they come with self-signed certificates.

Local

The Local compose bundle is intended to test Authelia without worrying about configuration. It's meant to be used for scenarios where the server is not be exposed to the internet. Domains will be defined in the local hosts file and self-signed certificates will be utilised.

Lite

The Lite compose bundle is intended for scenarios where the server will be exposed to the internet, domains and DNS will need to be setup accordingly and certificates will be generated through LetsEncrypt. The Lite element refers to minimal external dependencies; File based user storage, SQLite based configuration storage. In this configuration, the service will not scale well.

Full

The Full compose bundle is intended for scenarios where the server will be exposed to the internet, domains and DNS will need to be setup accordingly and certificates will be generated through LetsEncrypt. The Full element refers to a scalable setup which includes external dependencies; LDAP based user storage, Database based configuration storage (MariaDB, MySQL or Postgres).

Deployment

Now that you have tested Authelia and you want to try it out in your own infrastructure, you can learn how to deploy and use it with Deployment. This guide will show you how to deploy it on bare metal as well as on Kubernetes.

Security

Authelia takes security very seriously. If you discover a vulnerability in Authelia, please see our Security Policy.

For more information about security related matters, please read the documentation.

Contact Options

Several contact options exist for our community, the primary one being Matrix. These are in addition to GitHub issues for creating a new issue.

Matrix

Community members are invited to join the Matrix Space which includes both the Support Room and the Contributing Room.

  • The core team members are identified as administrators in the Space and individual Rooms.
  • All channels are linked to Discord.

Discord

Community members are invited to join the Discord Server.

Email

You can contact the core team by email via [email protected]. Please note the
[email protected] is also available but is strictly reserved for security related matters.

Breaking changes

Since Authelia is still under active development, it is subject to breaking changes. It's recommended to pin a version tag instead of using the latest tag and reading the release notes before upgrading. This is where you will find information about breaking changes and what you should do to overcome said changes.

Why Open Source?

You might wonder why Authelia is open source while it adds a great deal of security and user experience to your infrastructure at zero cost. It is open source because we firmly believe that security should be available for all to benefit in the face of the battlefield which is the Internet, with near zero effort.

Additionally, keeping the code open source is a way to leave it auditable by anyone who is willing to contribute. This way, you can be confident that the product remains secure and does not act maliciously.

It's important to keep in mind Authelia is not directly exposed on the Internet (your reverse proxies are) however, it's still the control plane for your internal security so take care of it!

Contribute

If you want to contribute to Authelia, please read our contribution guidelines.

Authelia exists thanks to all the people who contribute so don't be shy, come chat with us on either Matrix or Discord and start contributing too.

Thanks goes to these wonderful people (emoji key):


Clément Michaud

💻 📖 🤔 🚧 💬 👀 ⚠️

Amir Zarrinkafsh

💻 📖 🤔 🚧 💬 👀 ⚠️

James Elliott

💻 📖 🤔 🚧 💬 👀 ⚠️

Antoine Favre

🐛 🤔

BankaiNoJutsu

💻 🎨

Philipp Rintz

📖

Callan Bryant

💻 📖

Ian

💻

FrozenDragoon

💻

vdot0x23

💻

alexw1982

📖

Sohalt

💻 📖

Stoica Tedy

💻

Dylan Smith

💻

Lukas Klass

📖

Philipp Staiger

💻 📖 ⚠️

James Hodgkinson

📖

Chris Smith

📖

Mihály

📖

Silver Bullet

📖

Paul Williams

💻 ⚠️

Timo

📖

Andrew Kliskey

📖

Kristof Mattei

📖

ZMiguel Valdiviesso

📖

akusei

💻 📖

Daniel Miller

📖

Dustin Sweigart

💻 📖 ⚠️

Shawn Haggard

💻 ⚠️

Kevyn Bruyere

📖

Daniel Sutton

💻

Valentin Höbel

💻

thehedgefrog

📖

Victor

📖

Chris Whisker

📖

nasatome

📖

Begley Brothers (Development)

📖

Mike Kusold

💻

Dimitris Zervas

📖

TheCatLady

🤔

Lauri Võsandi

🤔

Kennard Vermeiren

🤔

ThinkChaos

💻 📖 ⚠️

Hasan

🛡️

David Chidell

📖

Marcel Marquardt

🐛

Ian Gallagher

📖

Wu Han

📖

lavih

📖

Jon B.

🛡️

Alex Gustafsson

💻 📖

Arsenović Arsen

💻 ⚠️ 🛡️

dakriy

💻

Dave

📓

Nicolas Reymundo

📖

polandy

📖

yossbg

💻

Michael Campbell

📖

Justin Sievenpiper

💻

Aram Akhavan

📖

Shadow

📖

Patrick Ruckstuhl

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Backers

Thank you to all our backers! 🙏 Become a backer and help us sustain our community. The money we currently receive is dedicated to bootstrap a bug bounty program to give us as many eyes as we can to detect potential vulnerabilities.

Sponsors

Any company can become a sponsor by donating or providing any benefit to the project or the team helping improve Authelia.

Help Wanted: We are actively looking for sponsorship to obtain either a code security audit, penetration testing, or other audits related to improving the security of Authelia.

Companies contributing to Authelia will have a specical mention below. [Become a sponsor]

Balto

Thank you to Balto Balto for hosting our apt repository.

Digital Ocean

Thank you to Digital Ocean DigitalOcean for contributing on OpenCollective.

JetBrains

Thank you to JetBrains JetBrains for providing us with free licenses to their great tools.

License

Authelia is licensed under the Apache 2.0 license. The terms of the license are detailed in LICENSE.

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].