The Single Sign-On Multi-Factor portal for web apps
 
 
 
 
 
Go to file
Clément Michaud a515ce83c7
Refactor README into several documents unders docs directory. (#265)
2018-08-26 23:46:15 +02:00
client Merge branch 'master' into bootstrap_loading_spinner 2018-07-26 22:30:09 +02:00
docs Refactor README into several documents unders docs directory. (#265) 2018-08-26 23:46:15 +02:00
example Fix kubernetes configuration. 2018-08-26 14:32:19 +02:00
images Refactor README into several documents unders docs directory. (#265) 2018-08-26 23:46:15 +02:00
scripts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
server Enable authentication to Mongo and Redis. (#263) 2018-08-26 13:10:23 +02:00
shared Rename redirect query parameter into rd for compatibility with nginx-ingress 2018-04-24 23:03:09 +02:00
test Enable authentication to Mongo and Redis. (#263) 2018-08-26 13:10:23 +02:00
.gitignore Add support for users database on disk. (#262) 2018-08-26 10:30:43 +02:00
.npmignore Add shared/ directory in .npmignore 2017-10-31 07:37:15 +01:00
.travis.yml Replace npm api key to solve publication. (#260) 2018-08-24 23:03:54 +02:00
CHANGELOG.md 3.9.0 2018-08-26 14:27:17 +02:00
CONTRIBUTORS.md Add contributors to source and documentation to CONTRIBUTORS.md 2017-11-01 22:13:17 +01:00
Dockerfile Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
Gruntfile.js Implement retry mechanism for broken connections to mongo (#258) 2018-08-19 16:51:36 +02:00
LICENSE Adding README, LICENSE and CONTRIBUTORS files 2016-12-17 20:26:46 +01:00
README.md Refactor README into several documents unders docs directory. (#265) 2018-08-26 23:46:15 +02:00
config.minimal.yml Add support for users database on disk. (#262) 2018-08-26 10:30:43 +02:00
config.template.yml Enable authentication to Mongo and Redis. (#263) 2018-08-26 13:10:23 +02:00
docker-compose.dev.yml Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
docker-compose.dockerhub.yml Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
docker-compose.minimal.yml Add support for users database on disk. (#262) 2018-08-26 10:30:43 +02:00
docker-compose.yml Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
package-lock.json 3.9.0 2018-08-26 14:27:17 +02:00
package.json 3.9.0 2018-08-26 14:27:17 +02:00
users_database.yml Add support for users database on disk. (#262) 2018-08-26 10:30:43 +02:00

README.md

license Build Slack

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

Follow Getting Started.

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.

Deployment

To learn how to deploy Authelia or use it on Kubernetes, please follow Deployment.

Build Authelia

Follow Build.

Changelog

See Changelog.

Contributing

Follow Contributing.

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.