Sharepoint hosted App and Lync integration - Lync API 2013 - sharepoint

I have a SharePoint hosted app and need to integrate Lync features into it. I am assuming that Lync client is not installed on target machine. Lync features should work for both On-Premise as well as Lync online.
I have seen UCWA 4.0 but that does not work with SharePoint hosted apps and office 365 apps.
Is there any another API that I can use?

Related

Connecting to Azure from SPFX in team

I have followed this post to connect a spfx WebPart to Azure and it's working and it can get data from Azure.
Then I followed this post to get my spfx run in the MS Team. The issue is the web part can only connect when it's running in the sharepoint web page or team web page but can not connect to Azure when it's in the Team mobile app or SharePoint app.
The code is available here

How to setup NTLM V2 for Sharepoint 2013/ 2016?

I am working on SharePoint 2013 onpremise REST APIs.
I am able to configure my web application with BASIC and NTLM. I would like to setup on-premise instance with NTLM V2.
Could you please help us How to setup NTLM V2 on SharePoint 2013/ 2016?
Please suggest.

Create a DNN 7module with SharePoint 2013

I want to know if there are any projects that use DNN 7 to interact with SharePoint 2013. The SharePoint 2013 is a Provider hosted. For the setup, DNN would be installed on the same server as the App server and SharePoint 2013 on a separate server. Normally, I would create a SharePoint app that would be installed on the App server. I want to do the same using DNN as the framework with the module as the SharePoint App. Is this possible? I would assume so since SP2013 uses client model. Should I create the SharePoint App project and included it in my DNN project?
Thanks in advance.
You can embed SharePoint apps in DotNetNuke by making use of a html module that embeds your app in an iframe element. But since your apps can be hosted on any web hosting stack, you can even probably create a DotNetNuke module that is a Sharepoint app.
You will have to register your app with Azure ACS and with the App Management Service of the SharePoint farm or SharePoint Online tenancy, to be able to establish communication.
Then, to access Sharepoint, you will have to pass an access token in each HTTP request that you can obtain from Microsoft Azure Access Control Service.
More info here.

Provider-hosted apps and Atohosted apps for Office 365?

Can you use a Provider-hosted apps and an Autohosted apps for Office 365? How? You write server side code in them, so how can they work with Online?
You can use provider hosted apps and autohosted apps with SharePoint Online. They work because your server side code is not hosted on SharePoint - in case of Autohosted apps your code is hosted on Azure web site, in case of provider hosted some provider hosts it. So basically in your SharePoint site you have "link" wrapped in app package which points to external web site. External web site can use some features of SharePoint (for example get its data or use chrome control).

Integrating TFS 2012 with SharePoint 2013

Does anyone have a detailed write up on integrating Team Foundation Server 2012 (on premise) with SharePoint 2013 (on premise), specifically where SP is setup with separate Web and App Servers.
My understanding is that the TFS extensions need to be setup on the Web and App Server but installation on the Web Server is failing.
When configuring the SP web app on the TFS Server, do we point it to the Web Server or App Server?

Resources