简体   繁体   English

加密电源虚拟代理中的字符串并自动执行电源

[英]Encrypt a string in power virtual agent and power automate

I have created a bot using power virtual agent which will assist user in changing their password.我使用 power virtual agent 创建了一个机器人,它将帮助用户更改密码。 User need to pass their current and new password for this.用户需要为此传递他们的当前密码和新密码。 And then I am calling power automate flow and then making use of API https://graph.microsoft.com/v1.0/me/changePassword to change password by passing body as然后我调用电源自动化流程,然后使用 API https://graph.microsoft.com/v1.0/me/changePassword通过将正文传递为来更改密码

{
    "currentPassword": "Test123456",
    "newPassword": "Test12345678"
}

I see a security issue here wherein execution history gets stored in power automate and admin can see users passwords using it.我在这里看到了一个安全问题,其中执行历史记录存储在电源自动化中,管理员可以看到使用它的用户密码。 Any idea on how to overcome this?关于如何克服这个问题的任何想法?

You can enable secure input and secure output in the settings an Power Automate actions.您可以在 Power Automate 操作的设置中启用安全输入和安全输出。

在此处输入图像描述

After enabling it will show up like below in the flow history.启用后,它将在流程历史记录中显示如下。

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Microsoft Graph API / Power 自动化 - Microsoft Graph API / Power Automate Microsoft Power 自动处理错误的 OAuth 令牌 - Microsoft Power Automate Wrong OAuth Token Power Automate HTTP 错误 - {\\"ErrorCode\\":\\"Forbidden\\",\\"Message\\" - Power Automate HTTP error - {\"ErrorCode\":\"Forbidden\",\"Message\" 通过 Power Automate 添加的 AIP 敏感度标签 - AIP Sensitivity Labels added via Power Automate Power Automate 中的 utcNow 使用的日期不正确 (`dd`) - utcNow in Power Automate is using incorrect day (`dd`) 我如何在不使用电源自动化的情况下在电源应用程序中迭代 json 对象 - How i cant iterate a json object in power apps without use power automate power automatic, power bi, python 或其他自动化方式来提取给定 azure 活动目录 upn 的全名 - power automate, power bi, python or other automated way to extract full names given azure active directory upn 带有 Power Automate 的 Microsoft 身份验证库 (msal)(以前称为 Microsoft Flow) - Microsoft Authentication Library (msal) with Power Automate (prev called Microsoft Flow) 尝试通过 python msal 库访问 Microsoft Power Automate API - Trying to access Microsoft Power Automate API via python msal library Excel 从 Power Automate 运行的脚本失败并出现错误 504 - Excel Script run from Power Automate failing with error 504
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM