2018-08-26 21:46:15 +00:00
|
|
|
<p align="center">
|
|
|
|
<img src="images/authelia-title.png" width="350" title="Authelia">
|
|
|
|
</p>
|
2016-12-18 11:35:56 +00:00
|
|
|
|
2016-12-18 12:26:14 +00:00
|
|
|
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)][MIT License]
|
2017-01-29 15:29:36 +00:00
|
|
|
[![Build](https://travis-ci.org/clems4ever/authelia.svg?branch=master)](https://travis-ci.org/clems4ever/authelia)
|
2018-08-30 09:25:33 +00:00
|
|
|
[![Known Vulnerabilities](https://snyk.io/test/github/clems4ever/authelia/badge.svg?targetFile=package.json)](https://snyk.io/test/github/clems4ever/authelia?targetFile=package.json)
|
2018-08-28 19:04:57 +00:00
|
|
|
[![Gitter](https://img.shields.io/gitter/room/badges/shields.svg)](https://gitter.im/authelia/general?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
|
2018-08-27 20:38:33 +00:00
|
|
|
[![Donate](https://img.shields.io/badge/Donate-PayPal-orange.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=clement%2emichaud34%40gmail%2ecom&lc=FR&item_name=Authelia¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
|
2016-12-17 19:19:10 +00:00
|
|
|
|
2019-03-24 17:45:32 +00:00
|
|
|
**Authelia** is an open-source authentication and authorization server
|
|
|
|
providing 2-factor authentication and single sign-on (SSO) for your
|
|
|
|
applications.
|
2018-08-26 21:46:15 +00:00
|
|
|
It acts as a companion of reverse proxies by handling authentication and
|
|
|
|
authorization requests.
|
2018-04-26 07:22:40 +00:00
|
|
|
|
2018-08-26 21:46:15 +00:00
|
|
|
**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.
|
2018-04-26 07:22:40 +00:00
|
|
|
|
2018-08-26 21:46:15 +00:00
|
|
|
<p align="center">
|
2018-08-30 09:33:55 +00:00
|
|
|
<img src="images/first_factor.png" width="400" />
|
2019-03-24 17:45:32 +00:00
|
|
|
<img src="images/use-another-method.png" width="400" />
|
2018-08-26 21:46:15 +00:00
|
|
|
</p>
|
2017-01-29 15:29:36 +00:00
|
|
|
|
2018-08-26 21:46:15 +00:00
|
|
|
## Features summary
|
2017-07-13 22:52:07 +00:00
|
|
|
|
2018-08-26 21:46:15 +00:00
|
|
|
Here is the list of the main available features:
|
2017-07-13 22:52:07 +00:00
|
|
|
|
2019-03-24 17:45:32 +00:00
|
|
|
* Several kind of second factor:
|
|
|
|
* **[Security Key (U2F)](./docs/2factor/security-key.md)** support with [Yubikey].
|
|
|
|
* **[Time-based One-Time password](./docs/2factor/time-based-one-time-password.md)** support with [Google Authenticator].
|
|
|
|
* **[Mobile Push Notifications](./docs/2factor/duo-push-notifications.md)** with [Duo](https://duo.com/).
|
2017-11-01 18:23:45 +00:00
|
|
|
* Password reset with identity verification using email.
|
2018-08-26 21:46:15 +00:00
|
|
|
* Single-factor only authentication method available.
|
2017-01-29 15:29:36 +00:00
|
|
|
* Access restriction after too many authentication attempts.
|
2017-09-24 12:49:03 +00:00
|
|
|
* User-defined access control per subdomain and resource.
|
2017-11-01 18:23:45 +00:00
|
|
|
* Support of [basic authentication] for endpoints protected by single factor.
|
2018-08-26 21:46:15 +00:00
|
|
|
* High-availability using distributed database and KV store.
|
2018-04-24 22:49:52 +00:00
|
|
|
* Compatible with Kubernetes ingress-nginx controller out of the box.
|
2016-12-17 19:19:10 +00:00
|
|
|
|
2018-08-26 21:46:15 +00:00
|
|
|
For more details about the features, follow [Features](./docs/features.md).
|
2017-06-29 09:51:52 +00:00
|
|
|
|
2018-08-26 21:46:15 +00:00
|
|
|
## Getting Started
|
2017-01-29 15:29:36 +00:00
|
|
|
|
2019-03-03 22:51:52 +00:00
|
|
|
You can start off with
|
|
|
|
|
2019-03-24 17:45:32 +00:00
|
|
|
git clone https://github.com/clems4ever/authelia.git
|
2019-03-03 22:51:52 +00:00
|
|
|
source bootstrap.sh
|
|
|
|
|
|
|
|
If you want to go further, please read [Getting Started](./docs/getting-started.md).
|
2018-11-16 07:39:57 +00:00
|
|
|
|
|
|
|
## Deployment
|
|
|
|
|
2019-03-03 22:51:52 +00:00
|
|
|
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](./docs/deployment-production.md).
|
|
|
|
This guide will show you how to deploy it on bare metal as well as on
|
|
|
|
[Kubernetes](https://kubernetes.io/).
|
2017-07-13 22:52:07 +00:00
|
|
|
|
2017-10-15 15:57:12 +00:00
|
|
|
## Security
|
|
|
|
|
2018-08-26 21:46:15 +00:00
|
|
|
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](./docs/security.md).
|
2017-10-15 15:57:12 +00:00
|
|
|
|
2018-08-26 21:46:15 +00:00
|
|
|
## Changelog
|
2017-01-29 15:29:36 +00:00
|
|
|
|
2018-08-28 22:10:12 +00:00
|
|
|
See [CHANGELOG.md](CHANGELOG.md).
|
2018-04-26 07:22:40 +00:00
|
|
|
|
2018-11-15 21:47:27 +00:00
|
|
|
## Contribute
|
2017-01-29 15:29:36 +00:00
|
|
|
|
2018-11-15 21:47:27 +00:00
|
|
|
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](https://gitter.im/authelia/general?utm_source=share-link&utm_medium=link&utm_campaign=share-link).
|
|
|
|
|
|
|
|
We are already greatful to contributors listed in
|
|
|
|
[CONTRIBUTORS.md](CONTRIBUTORS.md) for their contributions to the project.
|
2018-11-16 07:39:57 +00:00
|
|
|
Be the next in the list!
|
|
|
|
|
|
|
|
## Build Authelia
|
|
|
|
|
|
|
|
If you want to contribute with code, you should follow the documentation explaining how to [build](./docs/build.md) the application.
|
2016-12-17 19:19:10 +00:00
|
|
|
|
2018-08-27 20:38:33 +00:00
|
|
|
## Donation
|
|
|
|
|
2018-11-15 21:47:27 +00:00
|
|
|
Wanna see more features? Then fuel us with a few beers!
|
2018-08-27 20:38:33 +00:00
|
|
|
|
|
|
|
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=clement%2emichaud34%40gmail%2ecom&lc=FR&item_name=Authelia¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted)
|
|
|
|
|
2016-12-17 19:19:10 +00:00
|
|
|
## License
|
2018-08-26 21:46:15 +00:00
|
|
|
|
2017-01-29 15:29:36 +00:00
|
|
|
**Authelia** is **licensed** under the **[MIT License]**. The terms of the license are as follows:
|
2016-12-17 19:19:10 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
[MIT License]: https://opensource.org/licenses/MIT
|
2017-01-29 15:29:36 +00:00
|
|
|
[TOTP]: https://en.wikipedia.org/wiki/Time-based_One-time_Password_Algorithm
|
2019-03-24 17:45:32 +00:00
|
|
|
[Security Key]: https://www.yubico.com/about/background/fido/
|
2017-01-29 15:29:36 +00:00
|
|
|
[Yubikey]: https://www.yubico.com/products/yubikey-hardware/yubikey4/
|
2017-06-29 09:51:52 +00:00
|
|
|
[auth_request]: http://nginx.org/en/docs/http/ngx_http_auth_request_module.html
|
|
|
|
[Google Authenticator]: https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2&hl=en
|
2019-03-24 17:45:32 +00:00
|
|
|
[config.template.yml]: https://github.com/clems4ever/authelia/blob/master/config.template.yml
|