SharePoint API set up via Azure AD App-Only & Connection from Power Automate

preview_player
Показать описание

Powershell Script to get Pfx required by Power Automate:
$pfxpgi = Get-Content "C:\WINDOWS\system32\{your-file-name}.pfx" -Encoding Byte
[System.Convert]::ToBase64String($pfxpgi)

Endpoint for HTTP call:

Headers if you want response in JSON formatAccept application/json;odata=verbose

Intro: 0:00 - 0:45
Set up SharePoint API in Azure: 0:45 - 5:48
Use HTTP card in Power Automate with Pfx value: 5:48 - End
Рекомендации по теме
Комментарии
Автор

THANK YOU! I spent way too long trying to get this to work, you helped me fix this! Great explanation, easy to follow!

ecooney
Автор

Thank you ! so much for the video. Can you make another video using client secret?

jojiparayidathilcherian
Автор

Is there any official support saying client secret is not supported? ( in other word, only certificate is supported)

legendgod
Автор

does anyone have any clue how exactly can I get a accessToken if I want to send a plain REST call? Is it possible without the Cert?

SelikBready
Автор

Getting this Error "There has been an error authenticating the request.\";category=\"invalid_client\"", .Can you suggest what i am doing wrong?

ashishvats
Автор

Can we grant permission to tenant user using this way? Azure api+ power automate

abhijeetchavan
Автор

Could you explain how to access SharePoint online from non windows machine from python

pravallikachunduru
Автор

how can I do this through Power Automate Desktop ?

shoebsd
Автор

How can I obtain access token from this method because I want to use Sharepoint API through Postman.

aayushsingh
Автор

Powershell Script to get Pfx required by Power Automate:
$pfxpgi = Get-Content -Encoding Byte

PowerGI