Questions tagged [sharepoint-apps]

Questions containing this tag should include some basic information about the given SP installation: SP Online, SP Foundation, SP Server and the version year (Sharepoint Server 2016 for example). There also has to be an explanation about where it's hosted (sharepoint-hosted or provider-hosted).

Microsoft Definition for Sharepoint Add-ins.

190 questions
0
votes
1 answer

Sharepoint Client Web web part with google chrome

I'm developing SharePoint client web part in SharePoint Add-in(app), client web part create an iframe to open a page in the add-in sub-site, the problem is the browsers see this as different security zone which cause to ask for authentication. I…
0
votes
1 answer

JSOM calls forbidden in apps in anonymous mode on the first load of the page (a reload solves it)

I have an app part on a page on a publishing site. In that app, the JSOM calls work well when the user is authenticated. In anonymous mode, it will work only after a reload of the page containing the app part. During the first loading, I will get…
Cyril
  • 134
  • 1
  • 4
  • 15
0
votes
1 answer

SharePoint 2013 apps development

Basically I’m a .net developer and new into SharePoint 2013 apps. We have 12 SharePoint applications and hosted in Microsoft cloud. In the beginning it was developed in SharePoint 2010 then migrated to 2013 and hosted in cloud. Now Microsoft has…
kalimuthu
  • 5
  • 1
  • 5
0
votes
1 answer

Office Online Server and Provider Hosted Apps on the same server

I am trying to work on Provider Hosted Apps for few functionalities here and at the same time configuring Office Web App Server. As per the documentation at https://technet.microsoft.com/en-us/library/jj219435.aspx#software it says You can use…
Deepak
  • 731
  • 4
  • 11
  • 21
0
votes
0 answers

How do I setup SharePoint 2013 (On Premise) for third party apps?

I have created a provider-hosted app which was developed and tested against SharePoint Online. I now want to install this on SharePoint 2013 On Premise. It is my intention that, despite being a provider hosted app, I wish to host the app web in IIS…
GeorgeK
  • 637
  • 1
  • 8
  • 18
0
votes
2 answers

SharePoint High trust provider hosted app - user impersonation - Site minder

We are using SiteMinder to authenticate user but all we get from site minder is user identity in header: ASP.NET Authentication with Siteminder However since we are using high trust provider hosted SharePoint app we have access to tokenHelper.cs but…
user669915
  • 21
  • 1
  • 6
0
votes
1 answer

Sharepoint Client Object Model: Read out Version properties

I' reading out the versions of my List with the following code: string fileUrl = "/sites/dev1/MyTool/Lists/TicketsList/1_.000"; FileVersionCollection fileVersionCollection; File file =…
D. Müller
  • 3,336
  • 4
  • 36
  • 84
0
votes
1 answer

Sharepoint Online: Show List as part of the .aspx site

What are the possibilities to show a list as a part of a .aspx site? I need this to show two different lists on one page. It would also be optimal if the standard list functions like sorting etc. would still be available. Is there a way to show the…
D. Müller
  • 3,336
  • 4
  • 36
  • 84
0
votes
1 answer

Sharepoint Online: Are attachments also delete on deleting a ListItem?

Will the ListItem's attachments also be deleted if I call the ListItem.DeleteObject method which deletes my item? Or are the attachment files still on my server? How can I check this? I use the client object model!
D. Müller
  • 3,336
  • 4
  • 36
  • 84
0
votes
1 answer

Update list item using SharePoint REST API not working

I am facing issues with updating a simple list item using SharePoint REST API. I have gone through all the blogs to get a solution but the result is same. When ever i execute the update list item function using REST API it returns me the body of the…
user545359
  • 413
  • 5
  • 16
  • 29
0
votes
1 answer

Sharepoint Online: Copy attachment of list item to a new item using Client object model

I want to read the attachments from one list item (in ItemCreated event) to another, new ListItem. How can I do this with the Client Object Model? All I found is server-side code... Another question: Are the attachments also deleted when I delete a…
D. Müller
  • 3,336
  • 4
  • 36
  • 84
0
votes
1 answer

Sharepoint Online: Deploy Provider hosted app automatically

I deployed a new provider hosted Sharepoint app successfully (I used this tutorial: http://bhanuprakashbysani.blogspot.de/2014/11/how-to-publish-provider-hosted-app-in.html). However, now I want to deploy the first update of my app. The only way I…
D. Müller
  • 3,336
  • 4
  • 36
  • 84
0
votes
1 answer

How To Move Sharepoint App From Development Site To Production Site

I have created a SharePoint app in SharePoint online in visual studio. This consists of a client web part and a web app hosted in Azure. I have set up a development site and successfully managed to get the app to run. it's just basic at this point…
Danrex
  • 1,657
  • 4
  • 31
  • 44
0
votes
3 answers

How to protect SharePoint-List-Contents in SharePoint-hosted Add-In?

I have the following scenario: My Add-In allows to write posts. Any user may "Like" that post. That likes are being saved into a list. Of course the Add-In needs permission to write that entry into a list. But as (IMHO) I cannot use any elevated…
Ole Albers
  • 8,715
  • 10
  • 73
  • 166
0
votes
0 answers

How to get userId for custom action in SharePoint

When implementing a List Menu Custom Action in Sharepoint 2013 I have problem getting which user has actually executed the custom action. I would like to do that to check that the user has permission to do this by checking which AD-groups the user…
Mikael Nyborg
  • 111
  • 3
  • 12