如何通过keycloak中的REST API获取自定义身份验证流数据?

问题描述 投票:0回答:1

我为 keycloak 身份验证流程制定了自定义步骤。我想通过 REST API 获取它的 JSON 结构。

GET /admin/realms/{realm}/authentication/flows/{id}

GET /admin/realms/{realm}/authentication/flows/{flowAlias}/executions

仅返回内置步骤。

rest keycloak authentication-flows
1个回答
0
投票

我的错误!

{flowAlias}
应该是身份验证流程的自定义名称。

© www.soinside.com 2019 - 2024. All rights reserved.