Skip to main content

Questions tagged [webapi]

1 vote
1 answer
182 views

I need to call my custom .Net 6 core web api from on-premise sharepoint 2019 webpart. The users are already being authenticated using on-premise Active Directory. I want to pass the authentication ...
Talha Anwer's user avatar
0 votes
0 answers
646 views

I'm working on a test WebAPI for SharePoint that is secured with Azure AD via bearer tokens. At first, I manually specified every allowed origin with a statement like this inside ConfigureServices ...
Shawn Eary's user avatar
0 votes
1 answer
208 views

I want to retrieve data from a SharePoint list, at the same time I want to retrieve data from web api in my spfx webpart. So basically what I want is to have a unified component that can just connect ...
B1B's user avatar
  • 153
1 vote
0 answers
73 views

We have a SharePoint 2016 on premise site which uses both the forms based authentication and windows authentication. We are planning to add SharePoint framework web parts(SPFx) to the site. For that ...
SPKan's user avatar
  • 151
3 votes
1 answer
386 views

I am trying to follow bellow documentation of Microsoft https://docs.microsoft.com/en-us/sharepoint/dev/apis/webhooks/get-started-webhooks I have given below permission azure app But when I send any ...
Milind's user avatar
  • 1,548
2 votes
1 answer
606 views

I have a custom web part that uses aadHttpClientFactory to authenticate with AAD and then get data from an API secured with AAD. It works flawlessly most of the time. Periodically, though, it gets ...
TheIronCheek's user avatar
0 votes
1 answer
383 views

I'm unable to get my custom web part to connect to my custom Web API. Ultimately, my goal is to secure the API using Azure AD and then call that API from my web part. In the local workbench, I'm ...
TheIronCheek's user avatar
1 vote
1 answer
86 views

I created a custom web part that calls a web API I created. When I deployed the web part, I went to approve the required permissions and received the following errors: [HTTP]:500 - [CorrelationId]:...
TheIronCheek's user avatar
0 votes
1 answer
688 views

I can upload the documents using a console app, but when using the same code in. Net Web API, I am getting an error saying, "Microsoft.Sharepoint.Client.File" doesn't contain a method "...
user11099777's user avatar
1 vote
0 answers
986 views

Goodnight, I have a site in Sharepoint 2019 with a webpart spfx and I have a site where a web api runs with the business logic. The api has Windows authentication From SharePoint I can connect to ...
Andres Correal's user avatar
1 vote
1 answer
379 views

Goodnight, I have a WEB API application with windows authentication, and I have an SPFX application in sharepoint 2019. Everything is on premise. How can I authenticate the api with the current ...
Andres Correal's user avatar
1 vote
0 answers
113 views

I created an app in spfx on sharepoint online and connect to a app service use AadClient. It's possible to do the same in SharePoint 2019 On Premise and On Premise Api?. Thanks
Andres Correal's user avatar
1 vote
0 answers
237 views

Good afthernoon I have a project in sharepoint framework and a Web API project with Azure AD authentication. In the API I have a controller with Autorize Attribute. If the WEB API runs in localhost,...
Andres Correal's user avatar
1 vote
0 answers
38 views

I have 02 custom web api. One using user and password and another using Azure AD App Only token to connect to SharePoint Online. None of them are performing batch activities, but simple CRUD ...
Luis Falcon's user avatar
3 votes
0 answers
2k views

I am facing an issue with authenticating my SPFx webpart against an Azure AD backed Web API. What I have done so far is Created a ASP.NET WEB API 2 project. Added OWIN and configured CORS and OIDC in ...
Tanmay's user avatar
  • 517

15 30 50 per page