电力自动化中的客户端凭证流

发布于 2025-01-14 03:42:13 字数 365 浏览 5 评论 0原文

我们想要调用第 3 方 API,第 3 方 API 遵循本文档中的客户端凭据流程:-

https://auth0.com/docs/get-started/authentication-and-authorization-flow/client-credentials-flow

那么我们如何在 Power Automate 流程中调用此 API?我尝试创建自定义连接器,但似乎自定义连接器不支持客户端凭据流..有什么建议吗?

谢谢

We want to call 3rd party API, the 3rd party API follow the Client Credential flow as per this document:-

https://auth0.com/docs/get-started/authentication-and-authorization-flow/client-credentials-flow

so how we can call this API inside our Power Automate flow? i tried to create a custom connector, but seems custom connectors does not support Client Credential flows.. any advice?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜警司 2025-01-21 03:42:13

目前无法在自定义连接器中使用授权类型客户端凭据。
https://learn.microsoft.com/en-us/连接器/自定义连接器/连接参数
要使用客户端凭据实现 Power Automate 流程,您需要使用 http 连接器。您可以在此处指定客户端凭据:
在此处输入图片说明

currently it is not possible to use grant type client credentials in custom connectors.
https://learn.microsoft.com/en-us/connectors/custom-connectors/connection-parameters
To realize a Power Automate flow with client credentials you need to use the http connector. Here you can specify the client credentials:
enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文