1

When building a custom connector from powerapps/powerautomate to the Project Server API where can I find out what the OAuth settings should be? Settings include:

  • Identity Provider
  • Client id
  • Client secret
  • Login URL
  • Tenant ID
  • Resource URL
  • Scope
  • Redirect URL

I have full admin rights to SharePoint, project online, and Azure-AD; I just don't know what those mean or where to find them and an hour of googling has me no closer to the answer. Can someone point me in the right direction?

4

2 回答 2

2

您必须使用OAuth 2.0并且为此您必须在 Azure Active Directory (AAD) 中完成“应用程序注册”。注册后,您将获得必要的详细信息 - 应用程序 ID(客户端 ID)、密钥(客户端密码)、URL 等。

阅读更多:将 Azure Active Directory 与 Power Automate 中的自定义连接器结合使用

在此处输入图像描述

于 2019-12-16T22:23:50.463 回答
0

由于 Project(假设 Microsoft Project)通过 Active Directory 为您的组织进行身份验证,您也可以在自定义连接器中使用“基本身份验证”。

如果我没记错的话,PowerApps 将为 Microsoft 应用程序(例如 Project)处理创建和传递不记名令牌。

值得一试,因为有时 AD 的管理员会离开,并且如上所述创建应用程序 ID 是不可行的。

于 2019-12-19T06:12:18.887 回答