You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Clément Michaud ec71f848db
Merge pull request #320 from kevynb/patch-1
Fix dead link in docs/deployment-dev.md
4 years ago
client fix permissions 5 years ago
docs Fix dead link in docs/deployment-dev.md 4 years ago
example fix permissions 5 years ago
images fix permissions 5 years ago
scripts fix +x permissions on all scripts in folder 5 years ago
server Merge branch 'master' into master 4 years ago
shared fix permissions 5 years ago
test fix permissions 5 years ago
themes Add readme in themes folder, and remove uneccessary check in gruntfile 5 years ago
.gitignore fix permissions 5 years ago
.npmignore fix permissions 5 years ago
.travis.yml fix permissions 5 years ago
CHANGELOG.md fix permissions 5 years ago
CONTRIBUTORS.md fix permissions 5 years ago
Dockerfile fix permissions 5 years ago
Dockerfile.dev fix permissions 5 years ago
Gruntfile.js Add readme in themes folder, and remove uneccessary check in gruntfile 5 years ago
LICENSE fix permissions 5 years ago
README.md fix permissions 5 years ago
config.minimal.yml fix config.minimal.yml user db path 5 years ago
config.template.yml fix permissions 5 years ago
docker-compose.dev.yml fix permissions 5 years ago
docker-compose.dockerhub.yml fix permissions 5 years ago
docker-compose.minimal.dev.yml fix permissions 5 years ago
docker-compose.minimal.yml fix permissions 5 years ago
docker-compose.swarm.minimal.yml fix permissions 5 years ago
docker-compose.test.yml fix permissions 5 years ago
docker-compose.yml fix permissions 5 years ago
package-lock.json Add readme in themes folder, and remove uneccessary check in gruntfile 5 years ago
package.json fix permissions 5 years ago
users_database.yml fix permissions 5 years ago

README.md

license Build Known Vulnerabilities Gitter Donate

Authelia is an open-source authentication and authorization providing 2-factor authentication and single sign-on (SSO) for your applications. It acts as a companion of reverse proxies by handling authentication and authorization requests.

Authelia can be installed as a standalone service using Docker or NPM but can also be deployed easily on Kubernetes. On the latest, one can leverage ingress configuration to set up authentication and authorizations for specific services in only few seconds.

Features summary

Here is the list of the main available features:

  • U2F - Universal 2-Factor - support with Yubikey.
  • TOTP - Time-Base One Time password - support with Google Authenticator.
  • Password reset with identity verification using email.
  • Single-factor only authentication method available.
  • Access restriction after too many authentication attempts.
  • User-defined access control per subdomain and resource.
  • Support of [basic authentication] for endpoints protected by single factor.
  • High-availability using distributed database and KV store.
  • Compatible with Kubernetes ingress-nginx controller out of the box.

For more details about the features, follow Features.

Getting Started

If you want to quickly test Authelia with Docker, we recommend you read Getting Started.

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

If you want more information about the security measures applied by Authelia and some tips on how to set up Authelia in a secure way, refer to Security.

Changelog

See CHANGELOG.md.

Contribute

Anybody willing to contribute to the project either with code, documentation, security reviews or whatever, are very welcome to issue or review pull requests and take part to discussions in Gitter.

We are already greatful to contributors listed in CONTRIBUTORS.md for their contributions to the project. Be the next in the list!

Build Authelia

If you want to contribute with code, you should follow the documentation explaining how to build the application.

Donation

Wanna see more features? Then fuel us with a few beers!

paypal

License

Authelia is licensed under the MIT License. The terms of the license are as follows:

The MIT License (MIT)

Copyright (c) 2016 - Clement Michaud

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.