Go to file
Jens L 8708e487ae
stages: add WebAuthn stage (#550)
* core: add User.uid for globally unique user ID

* admin: fix ?next for Flow list

* stages: add initial webauthn implementation

* web: add ak-flow-submit event to submit flow stage

* web: show error message for webauthn registration

* admin: fix next param not redirecting correctly

* stages/webauthn: remove form

* stages/webauthn: add API

* web: update flow diagram on ak-refresh

* stages/webauthn: add initial authentication

* stages/webauthn: initial authentication implementation

* web: cleanup webauthn utils

* stages: rename otp_* to authenticator and move webauthn to authenticator

* docs: fix broken links

* stages/authenticator_*: fix template paths

* stages/authenticator_validate: add device classes

* stages/authenticator_webauthn: implement django_otp.devices

* stages/authenticator_*: update default stage names

* web: add button to create stage on flow page

* web: don't minify HTML, remove nbsp

* admin: fix typo in stage list

* stages/*: use common base class for stage serializer

* stages/authenticator_*: create default objects after rename

* tests/e2e: adjust stage order
2021-02-17 20:49:58 +01:00
.github release: 2021.2.3-stable 2021-02-10 20:47:33 +01:00
authentik stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
helm helm: add initial wait for healthcheck 2021-02-12 11:53:49 +01:00
lifecycle stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
outpost outpost: improve logging output, ensure fields match api server 2021-02-11 23:52:00 +01:00
scripts Managed objects (#519) 2021-02-03 21:18:31 +01:00
tests stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
web stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
website stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
xml */saml: test against SAML Schema 2020-12-13 19:53:16 +01:00
.bumpversion.cfg release: 2021.2.3-stable 2021-02-10 20:47:33 +01:00
.dockerignore root: attempt to build static image without django's collectstatic (#360) 2020-12-02 21:23:07 +01:00
.editorconfig repo cleanup, switch to new docker registry 2019-04-29 17:05:39 +02:00
.gitignore root: add initial geoip implementation 2021-02-12 09:52:14 +01:00
.prospector.yaml root: upgrade to python3.9 2020-11-15 16:15:01 +01:00
.pylintrc e2e: attempt to fix prospector error again 2020-11-15 20:46:53 +01:00
Dockerfile root: add initial geoip implementation 2021-02-12 09:52:14 +01:00
LICENSE root: update license 2020-12-24 16:01:55 +01:00
Makefile outposts: remove unused views 2020-12-13 21:25:05 +01:00
Pipfile stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
Pipfile.lock stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
README.md root: use coloured icon for readme 2020-12-24 14:32:20 +01:00
SECURITY.md docs: prepare next release 2021-01-16 22:38:46 +01:00
azure-pipelines.yml *: bump pyright version 2021-02-12 10:19:38 +01:00
docker-compose.yml release: 2021.2.3-stable 2021-02-10 20:47:33 +01:00
docker.env.yml e2e: add apply_default_data to load data from migrations after tables have been truncated 2020-06-07 19:31:16 +02:00
manage.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
pyproject.toml wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
pyrightconfig.json Proxy v2 (#189) 2020-09-03 00:04:12 +02:00
pytest.ini wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
setup.cfg OAuth Provider Rewrite (#182) 2020-08-19 10:32:44 +02:00
swagger.yaml stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00

README.md

authentik logo

CI Build status Tests Code Coverage Docker pulls Latest version LGTM Grade

What is authentik?

authentik is an open-source Identity Provider focused on flexibility and versatility. You can use authentik in an existing environment to add support for new protocols. authentik is also a great solution for implementing signup/recovery/etc in your application, so you don't have to deal with it.

Installation

For small/test setups it is recommended to use docker-compose, see the documentation

For bigger setups, there is a Helm Chart in the helm/ directory. This is documented here

Screenshots

Development

See Development Documentation

Security

See SECURITY.md