Questions tagged [provider-hosted]
19 questions
4
votes
0 answers
SharePoint Provider Hosted app deployment
I am new to sharepoint so please bear with me! I have completed a provider hosted application that we will be hosting on premise! One of our requirements is that all apps are ran through TeamCity for build and Octopus for deployment and we use GIT…

ksliman
- 595
- 1
- 8
- 21
3
votes
0 answers
Prevent Code Analysis from testing Provider Hosted Apps
I am on a SharePoint project that has a dozen or so Provider Hosted Applications.
For those not familiar, PHA's are basically fancy MVC web apps but they have a secondary "special" project that gets added to the solution that contains an app…

Lane Goolsby
- 594
- 1
- 8
- 26
3
votes
0 answers
provider hosted app has no access token after updated in SharePoint Store
I have a provider hosted SharePoint app(v1.0.0.0) and published to SharePoint Store. Now I have a new version(v1.0.0.1) (Client ID and Client Secret Key are updated) and that is also published to SharePoint store.
When the user updates the app in…

ichau
- 41
- 1
- 6
1
vote
1 answer
SPO Provider hosted Client web part not storing session cookie
I have a provider hosted app which uses SharePoint Context filter for authenticating users. I'm storing the context token generated in the first request in a session variable and using it in subsequent calls.
When I click on the app in site contents…

Abdul Hameed
- 1,025
- 12
- 27
1
vote
0 answers
Show SharePoint document library / List in provider hosted addin
I want to show a specific folder from a SharePoint document library in my App. I would like to show them, with all SharePoint functionalities (like open in Word, delete, checkout etc.)
I would like to do that similar to MS Teams - there's the e.g.…

Holger
- 11
- 2
1
vote
0 answers
Deployment error "Too many automatic redirections were attempted" in Sharepoint Add In App
I'm working on the Provider-hosted app with Sharepoint 2013 on Premises.
I have created the Sharepoint Add-In app in Visual Studio 2017.
After that, once I build the solution and run the solution at that time I'm getting an error as
Too many…

Vaasir Nisaar S
- 31
- 9
1
vote
0 answers
“Invalid provider specified” while creating provider-hosted SharePoint Add-ins
Working to create provider-hosted SharePoint Add-ins for SharePoint online using VS2015 having installed all perquisites using MSDN tutorial facing an error pop message “Invalid provider specified”, I have googled it and found here on Microsoft…

Sameer
- 362
- 3
- 18
1
vote
2 answers
how can i assign value to textbox in MVC - Sharepoint Provider-hosted
I want to get and assign value to my textbox from controller.
here is my textbox:
then i want to get the value from this action.
public ActionResult…

Jom Orolfo
- 11
- 6
0
votes
1 answer
Get SharePoint App details using Graph REST API
I have an Provider Hosted SharePoint app registered using appreg.aspx. I want to get details of that app like app name, client secret start and end date using Azure Function, so that I can send alert before the app client secret expires. I have…

Sushrut Paranjape
- 429
- 2
- 4
- 17
0
votes
1 answer
Login failed for User when using Database connection in Owin Startup class
I am using Hangfire in my sharepoint provider hosted app. I have Owin Startup class.
public class Startup
{
public void Configuration(IAppBuilder app)
{
GlobalConfiguration.Configuration.UseSqlServerStorage("DefaultConnection");
…

Surendra Mourya
- 593
- 3
- 8
- 29
0
votes
0 answers
Recent update to Visual Studio 2017 on my SharePoint 2013 server broke Add-in debugging
I have a SharePoint 2013 server.
We have Visual studio 2015 and 2017 installed on it.
After a recent VS2017 update (15.8.1), debugging a Provider hosteed Add-in via Visual Studio 2017 is broken.
I receive the generic, “An error has occurred…

Anthony
- 536
- 1
- 8
- 27
0
votes
1 answer
Is it possible to have for a List SPItemEventReceiver in a Low Trust Provider Hosted App?
i have a Provider Hosted App which runs in Low Trust Mode. I have two lists (one for the main items and another one as archive for deleted items). I want to know if and how it is possible to have like in full trust solutions a list a…

STORM
- 4,005
- 11
- 49
- 98
0
votes
1 answer
Reading a SharePoint List in SharePoint Online Cross-Site Collection
I have a function that runs in a provider-hosted application ( written in C# and using CSOM ) and accesses a list on my SharePointOnline tenant.
The function works exactly as intended as long as I access the provider-hosted application from the…

user3658298
- 341
- 1
- 5
- 15
0
votes
0 answers
RichTextbox for o365 sharepoint provider hosted app
Can you please tell me which richtexeditor works well on sharepoint provider hosted app for o365.
I am already using CkEditor, but when I upload the app it is not working properly, may be I do some mistake, but problem is with same configurations it…

Wasif
- 53
- 8
0
votes
1 answer
Provider hosted asp.net mvc app upload file
I am trying to create a simple post in which I am also attaching an image using Provider Hosted App on Sharepoint online, and I am not able to get SPHostUrl at Controller in HttpContext.Request, I mean SPHostUrl is missing in HttpContext.Request.
…

Wasif
- 53
- 8