keycloak_get_authentication_flow_executions
Retrieve authentication flow execution steps and their requirement statuses to determine which login steps are required, alternative, conditional, or disabled.
Instructions
Get the ordered steps inside a flow and whether each is REQUIRED, ALTERNATIVE, CONDITIONAL or DISABLED. This is what determines what a user is actually asked for when logging in (password, OTP, ...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | No | Realm to operate on. Defaults to the server's configured realm (KEYCLOAK_REALM). | |
| flowAlias | Yes | Flow alias (its name), e.g. `browser` or `direct grant`. |