Configuring ADFS as Authentication Provider For SharePoint 2013 Web Application

In this article let us see how to configure ADFS 2.0 as Authentication provider for SharePoint 2013 web application by creating a trusted identity token issuer. (SPTrustedIdentityTokenIssuer).

 

PowerShell Script to Install SharePoint 2013 Provider Hosted Application

We had seen many articles regarding the development of Provider Hosted Application as well as how to deploy them using the visual studio. In this article I’ll explain how to use PowerShell script to install an App

 

Chrome Control (Navigation Control) on the Provider Hosted Application to go back to SharePoint Site

In one of my project I came across an interesting requirement on the Provider Hosted Application. I.e. to show a link or navigation on the Provider Hosted Applications Page so that whenever the end user wants to go back to the sharepoint site they can click that and go back to the sharepoint site

 
 

Making a REST Call to a Custom WCF Service from SharePoint 2013 Provider Hosted Application

This article explains you how to make a REST call to a custom WCF service from a SharePoint 2013 Provider Hosted Application. In the previous Article we saw how to create the WCF Service and test them from the browser

 

Getting the Client Context from Claims Aware Provider Hosted Application in SharePoint 2013

This post on getting the Client Context from Claims Aware Provider Hosted Application in SharePoint 2013 is a continuation of my earlier posts related to SharePoint 2013 Apps development

 

Creating an App Part and Displaying an App inside the App Part in SharePoint 2013

In the previous articles we saw how to create a Provider Hosted App and launching the App from our SharePoint Site. Let us see how to create an App Part and display our App inside the App Part in SharePoint 2013

 
 

Converting a Basic Provider Hosted Application into Claims Aware Provider Hosted Application in SharePoint 2013

In the previous article we saw how to create a basic provider hosted application. In this article we can see how to convert a basic provider hosted application into a claims aware hosted application

 

Step by Step approach to create a Provider Hosted Application in SharePoint 2013

This article on provider hosted application in SharePoint 2013 explains each and every step involved in creation of a Provider hosted App one of the new App hosting Model available in SharePoint 2013