App Authentication #371
Unanswered
andreatosato
asked this question in
Q&A
Replies: 1 comment 1 reply
-
SharePoint API's require certificate when you want to app-only authentication, using a secret is blocked in the backend. This might work for Graph calls, but not for SharePoint REST/CSOM APIs |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using last version of PnP.Framework 1.5.0
I want to authenticate my App with ClientId and ClientSecret but not work.
Before try with PNP, I create successful list with Graph and Postman, so, configuration work fine but not via .NET
I have this error:
AADSTS50013: Assertion failed signature validation.
I tried with:
401 Unauthorize!
Beta Was this translation helpful? Give feedback.
All reactions