I'm trying to send a REST call (POST) from a Logic App in Azure to Sharepoint, to create a documentlibrary for a given contact.
This is what the HTTP connector looks like in my Logic App:
What I primarily need help with is the OAuth authentication in order to send this REST call. What do the following attributes mean in this context, what would be an example for each one, and how would I go about finding my proper values for my situation?
Tenant
Audience
ClientID
Secret
(Also, If anyone has a good suggestion for what Uri/body i should use to accomplish this POST call, that would also be very helpful.)