TokenResponse.Properties-OAuth2身份验证Bot框架

时间:2020-11-01 16:28:03

标签: c# oauth-2.0 botframework

我正在使用.NET Bot Framework SDK实现Bot。对于身份验证,我使用Get-WmiObject : Not supported At line:1 char:2 + Get-WmiObject MSAcpi_ThermalZoneTemperature -Namespace "root/wmi" + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [Get-WmiObject], ManagementException + FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.Commands.GetWmiObjectCommand 提供程序-因为它是自定义的OAuth 2实现。用户登录我的应用程序后,我需要一些额外的参数,然后返回到Bot。

我考虑过使用Generic OAuth 2属性,但是它总是返回null。

在文档或Github中找不到有用的东西。我想知道如何从OAuth 2令牌响应端点填充TokenResponse.Properties对象。

0 个答案:

没有答案