This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/authentik/policies
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
..
dummy policies/*: cleanup api and forms, use correct inheritance 2021-02-11 19:50:02 +01:00
event_matcher stages: add WebAuthn stage (#550) 2021-02-17 20:49:58 +01:00
expiry policies/*: cleanup api and forms, use correct inheritance 2021-02-11 19:50:02 +01:00
expression policies/*: cleanup api and forms, use correct inheritance 2021-02-11 19:50:02 +01:00
group_membership policies: add ability to directly assign groups in bindings 2021-02-11 20:36:48 +01:00
hibp policies/*: cleanup api and forms, use correct inheritance 2021-02-11 19:50:02 +01:00
migrations policies: add ability to directly assign groups in bindings 2021-02-11 20:36:48 +01:00
password policies/*: cleanup api and forms, use correct inheritance 2021-02-11 19:50:02 +01:00
reputation policies/*: cleanup api and forms, use correct inheritance 2021-02-11 19:50:02 +01:00
templates/policies wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
tests root: add initial geoip implementation 2021-02-12 09:52:14 +01:00
__init__.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
api.py providers/saml: fix AuthnRequestsSigned and WantAssertionsSigned not loaded correctly 2021-02-16 21:30:15 +01:00
apps.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
engine.py *: bump pyright version 2021-02-12 10:19:38 +01:00
exceptions.py policies: pass direct exception from expression policies 2021-01-16 15:41:59 +01:00
forms.py policies: add ability to directly assign groups in bindings 2021-02-11 20:36:48 +01:00
http.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
models.py policies: add ability to directly assign groups in bindings 2021-02-11 20:36:48 +01:00
process.py policies: add ability to directly assign groups in bindings 2021-02-11 20:36:48 +01:00
signals.py policies: fix application cached not being cleared correctly 2021-01-30 18:12:01 +01:00
types.py root: add initial geoip implementation 2021-02-12 09:52:14 +01:00
utils.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
views.py build(deps): bump structlog from 20.1.0 to 20.2.0 (#445) 2021-01-01 15:39:43 +01:00