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/flows
Jens L 3e530cf1b5
flows: add "require outpost" authentication_requirement (#7921)
* migrate get_client_ip to middleware

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* use middleware directly without wrapper

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add require_outpost setting for flows

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add tests

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* update schema

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* update web ui

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fixup

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* improve fallback

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2023-12-19 13:32:10 +01:00
..
api core: Initial RBAC (#6806) 2023-10-16 17:31:50 +02:00
management *: cleanup stray print calls 2022-09-10 13:24:53 +02:00
migrations flows: add "require outpost" authentication_requirement (#7921) 2023-12-19 13:32:10 +01:00
tests flows: add "require outpost" authentication_requirement (#7921) 2023-12-19 13:32:10 +01:00
views core: Initial RBAC (#6806) 2023-10-16 17:31:50 +02:00
__init__.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
apps.py root: extended flow and policy metrics (#7067) 2023-10-05 01:04:55 +02:00
challenge.py core: Initial RBAC (#6806) 2023-10-16 17:31:50 +02:00
exceptions.py stages/password: move password validation to serializer (#6766) 2023-09-05 22:55:33 +02:00
markers.py *: use dataclass slots wherever applicable (#6005) 2023-06-19 18:31:07 +02:00
models.py flows: add "require outpost" authentication_requirement (#7921) 2023-12-19 13:32:10 +01:00
planner.py flows: add "require outpost" authentication_requirement (#7921) 2023-12-19 13:32:10 +01:00
signals.py root: improve code style (#4436) 2023-01-15 17:02:31 +01:00
stage.py stages/email: improve error handling for incorrect template syntax (#7758) 2023-12-04 12:02:39 +02:00
urls.py api: modular urls (#5551) 2023-05-09 14:46:47 +02:00