<How can I get custom authentication flow data via...
# community-feeds
r
How can I get custom authentication flow data via REST API in keycloak? I made a custom step for the keycloak authentication flow. I want to get the JSON structure for it via REST API. GET /admin/realms/{realm}/authentication/flows/{id} and GET /admin/realms/{realm}/authentication/flows/{flowAlias}/executions return only build-in steps.