是用于在camunda中登录和注销的rest。
我想为卡蒙达创造一个独立的前端。问题是如何通过camunda的rest来创作用户?
发布于 2022-11-29 22:11:05
来自Caunda用户指南:
https://docs.camunda.org/manual/latest/user-guide/security/
部署选项和组件
。
换言之:
建议:Best practices for REST API security: Authentication and authorization
https://stackoverflow.com/questions/74620646
相似问题