The Single Sign-On Multi-Factor portal for web apps
 
 
 
 
 
Go to file
Clement Michaud f8a12b8482 Fix dead link in README of suites. 2019-03-04 00:02:45 +01:00
client Fix unit tests. 2019-03-03 11:39:40 +01:00
docs Fix commands in getting-started documentation. 2019-03-03 23:54:10 +01:00
example Move swarm docker-compose file to dedicated dir in examples. 2019-03-03 11:39:40 +01:00
images Resize image of first factor page to be the same as second factor. 2019-03-03 12:09:35 +01:00
scripts Make password from hash-password command required. 2019-03-03 23:55:34 +01:00
server Fix integration and unit tests. 2019-03-03 11:39:40 +01:00
shared Migrate some tests to mocha. 2019-03-03 11:39:40 +01:00
test Fix dead link in README of suites. 2019-03-04 00:02:45 +01:00
.gitignore Migrate more Cucumber tests into Mocha. 2019-03-03 11:39:40 +01:00
.npmignore Move users_database.yml files to dedicated suites. 2019-03-03 11:39:41 +01:00
.travis.yml Better integrate Docker related commands in authelia-scripts. 2019-03-03 11:39:40 +01:00
CHANGELOG.md Add changelog for version 3.12.0. 2019-03-03 11:38:22 +01:00
CONTRIBUTORS.md Update and rename CONTRIBUTORS.md to CONTRIBUTING.md. 2018-08-29 00:28:20 +02:00
Dockerfile Fix e2e test with minimal configuration. 2019-03-03 11:39:40 +01:00
LICENSE Adding README, LICENSE and CONTRIBUTORS files 2016-12-17 20:26:46 +01:00
README.md Add details on how to deploy Authelia in a dev environment. 2018-11-16 15:30:26 +01:00
config.template.yml Fix e2e test with minimal configuration. 2019-03-03 11:39:40 +01:00
docker-compose.yml Fix e2e test with minimal configuration. 2019-03-03 11:39:40 +01:00
package-lock.json Bump mocha to use forbidOnly and forbidPending options. 2019-03-03 11:39:40 +01:00
package.json Update the documentation to include info about suites and authelia-scripts. 2019-03-03 11:40:32 +01:00

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.