-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Sergei Sergeev edited this page Dec 7, 2016
·
4 revisions
Use this wiki to learn how to configure different sample projects on your environment.
SPAddinOwin.Sample.UrlPathSPAddinOwin.Sample.QueryStringSPAddinOwin.Sample.ADFS
Use right navigation menu to open configuration instruction for every type of the app.
This is Asp.Net MVC 5 provider hosted application. It uses url path in order to store information about host url. For example instead of following url
https://localhost:44371/?SPHostUrl=https%3A%2F%2Fsp2013dev%2Fsites%2Fdev&SPLanguage=en-US&SPClientTag=0&SPProductNumber=15%2E0%2E4849%2E1000
you are having
https://localhost:44371/my-host-web/
Url path (my-host-web) is mapped to SPHostUrl inside database.
This project uses query string in order to maintaing host url.
Contains sample for configuring high-trust authentication with your corporate ADFS.
SPAddin.Core.UrlPath
This sample uses url path in order to store information about host url. It's similar to SPAddinOwin.Sample.UrlPath
- SPAddinOwin.Sample.QueryString
- SPAddinOwin.Sample.UrlPath
- SPAddinOwin.Sample.ADFS
- SPAddin.Core.UrlPath