SharePoint 2010 - Custom Login Page for Claims prompts repeatedly.
I've created a custom login page for my Claims based Web Application that displays an acceptable use statement and then lets the user select whether they would like to authenticate via Windows, or...
View ArticleSharePoint 2013 App Custom Action that points to Host Web
Hi all,I am new to the app model so please forgive my ignorance but I have spent considerable time trying to understand the development model before coming here with questions. My understanding from...
View ArticleProblem with configuring DNS for apps (on a VM)
I've been trying to configure my local SharePoint 2013 dev environment for a few days already but I'm stuck on an issue - I keep getting "Failed to install app for SharePoint" and I believe the reason...
View ArticleHow to assign permissions in lightswitch htmclient when using Office 365?
I am working on LightSwitch htmlClient with Office 365. I would like to assign the permission to the users. Can anybody help me to figure out the solutions of my problem?
View ArticleSearch for events list in all sitecollection using KeywordQuery CSOM
Hi,I'm working on provider hosted apps, my need is to dislpay all the events from single web application .I'm trying with Keywordquery with CSOM, but i couldn't find any articles with related to this...
View ArticleIntegrating Bing Map with SharePoint 2013 (Online) App
Hi All, I am trying to create an App with Bing Map. I am using Javascript to display the Map at home page using below script.<script type="text/javascript">function LoadMap() { var map = new...
View ArticleHow a SharePoint hosted app can read access to Farm and WebApplication...
Hello,We store configuration settings and data in both Farm and Web Application level property bags.How a SharePoint hosted app can read access to Farm and Web Application level property bags?Thank you,
View ArticleHow a SharePoint Hosted APP can read access list data on a different web...
Hello,My SharePoint Hosted APP needs to read access to list data on a different web application. The list is accessible to a specific user account. Most of the MSDN example shows how to access to...
View ArticleAcess Denied Error Invoking the App from the IIS web Server
Hi,We have created a Provider Hosted app and we are able to invoke the same from the IIS Express.The AppManifest.xml file contains the appweburl as ~remoteappweburl/Pages/Default.aspx.I have Published...
View ArticleHow to fetch Current LoggedIn User name via CSOM in Provider Hosted Apps
Hi All,The Issue is whenver i try to fetch current logged in User using CSOM, i only get the UserName what i set as Connect As for the Virtual Directory in IIS Server. So m i wrong somewhere in IIS...
View ArticleHow do I find the width of the Parent window from an App Part?
The issue I am trying to solve is if my SharePoint Hosted App Part has a user specified width of 550px, and they are using my app part on a Public facing site with a mobile device channel, how do I get...
View ArticleAutohosted SharePoint app, Office 365, cross site scripting error
I have several SharePoint Autohosted apps that I deploy to Office 365. I have included a client web part to each SharePoint app. I can install the client web part for each app with no issues to a...
View ArticleSetting SharePointOnlineCredentials - works in one project, does not work in...
I have the following code in use within 2 web application projects, both of which are part of the same solution. The two projects interact with each other, one contains a web service and code that...
View ArticleWhat is the correct permission assignments to access Sharepoint 2013 web...
This really shouldn't be that difficult and maybe it's not but let me explain the situation.We have a sharepoint 2013 application: sharepoint.mycompany.com. It is just a landing page for now- the...
View ArticleUsing the Linked Table Manager in Access 2013 Web-apps
I created an Access Web-app in my sharepoint teamsite in Office 365. I then used the create table view in the Web-app to link to an Access table in one of my desktop databases. My idea is to use...
View ArticleWhich Type of App ? Office 365 - On premise ?
Hi all,Just few questions. The difference between hosting apps, it's a little bit confuse for me.If i want to host apps on-premise infrastructure. For example, i manage the sharepoint servers. Which...
View ArticleHow do you manage/enforce licensing on a fully Sharepoint hosted app?
Hi,I have currently building a Sharepoint hosted app (my first ever app!) for Sharepoint and have started investigating how I can licence it on the App store, but am getting highly confused!.I'm...
View ArticleAccess Denied: The app could not be authenticated or is not authorized to...
I am trying to add licensing to my app. When I call:ClientResult<AppLicenseCollection> licenseCollection = Microsoft.SharePoint.Client.Utilities.Utility.GetAppLicenseInformation(clientContext,...
View ArticleAccess to Secure Store credentials from App (or Sandbox solution)
Hi,I know Secure Store is available in O365, but is it also possible to retrieve credentials from this Secure Store in a SharePoint App (independent of the hosting type) or a Sandboxed Solution?I need...
View ArticleRest API RoleAssignments Scope/Permissions 403
I'm attempting to view/modify roleassignments via the REST API ( e.g. https://host/_api/web/lists/getByTitle('Documents')/roleassignments) and getting back 403 Forbidden response. The user I'm...
View Article