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?
You have to use
OAuth 2.0
and for that you have to finish "App registration" in Azure Active Directory (AAD). Once registered, you will get the necessary details - Application Id (Client id), Key (Client secret), URLs, etc.Read more: Use Azure Active Directory with a custom connector in Power Automate