authentik/web/packages/sfe
Sweepy 467b1fcd14
web/flows: fix `login` / `log in` inconsistency (#12526)
fix: make "login" vs "log in" consistent
2025-01-24 18:42:29 +01:00
..
src web/flows: fix `login` / `log in` inconsistency (#12526) 2025-01-24 18:42:29 +01:00
.prettierrc.json web: move to wireit as the build runner language (#10440) 2024-08-08 11:09:37 -07:00
LICENSE.txt web: move to wireit as the build runner language (#10440) 2024-08-08 11:09:37 -07:00
README.md web: move to wireit as the build runner language (#10440) 2024-08-08 11:09:37 -07:00
package.json web: bump the rollup group across 2 directories with 4 updates (#11590) 2024-10-02 13:20:01 +02:00
rollup.config.js web: move to wireit as the build runner language (#10440) 2024-08-08 11:09:37 -07:00
tsconfig.json web: move to wireit as the build runner language (#10440) 2024-08-08 11:09:37 -07:00

README.md

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.