How can I get custom authentication flow data via REST API in keycloak?

55 Views Asked by At

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.

1

There are 1 best solutions below

0
Igonaf On BEST ANSWER

My mistake! {flowAlias} should be a custom name for authentication flow.