Replies: 1 comment
-
Answered in #1480 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I am trying to Read / Write data in SP site using PNP.PowerShell with and Azure AD App having Sites.Selected Permission. I generated the token using client id and certificate and get the data using Graph API (Invoke-WebRequest) method
When i use the same token in PNP.Powershell using
Connect-PnPOnline -Url $siteURL -AccessToken $accessToken
it connected but not giving any result in Get-PnpList it gives me 401 .
so wanted to know if it is planned in future releases for Graph API token will work in PNP.Powershell commands also.
Beta Was this translation helpful? Give feedback.
All reactions