Skip to main content

6 docs tagged with "expression"

View all tags

Ensure unique email addresses

By default, authentik does not require email addresses to be unique. If you want to enforce uniqueness, use an expression policy during enrollment or profile-edit flows.

Expression Policies

Expression policies let you write custom Python for cases where the built-in policy types are not enough.

Managing flow context keys

Flow context can be read and updated from an Expression policy through context"flow_plan"].context. For more information about the active plan, see [Flow Planner.