Files
authentik/web/packages/sfe
Jens L. baa4deda99 tests/e2e: WebAuthn E2E tests (#14461)
* a start of webauthn testing

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

* separate file, just do it via localhost

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

* remove unneeded stuff

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

* add auth and sfe tests

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

* auto select device challenge if only 1

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

* revert a thing

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

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2025-06-07 09:31:16 +02:00
..
2025-05-27 03:28:56 +02:00

Simplified Flow Executor

The Simplified Flow Executor is a limited fallback browser-side interpreter, written in TypeScript, for authentik's Flow language, which controls transactions between the authentik server and its interaction with users and the services to which those users are seeking to gain authentication and authorization.

It exists primarily to support late versions of Microsoft Office365 and Microsoft Teams, older software that still uses the MSEdge-18 and IE-11 Trident web engine for web-based log-ins. It has limited support for the full language, supporting only the following stages:

  • identification
  • password
  • redirect
  • autosubmit
  • authenticator validation (both code and WebAuthn)

License

This code is licensed under the MIT License. A copy of the license is included with this package.