Hi,
I have one SharePoint High-Trust Provider Hosted Add-in. Presently, the add-in is running on development environment with self-signed certificate. We are going to deploy in Production server. In the production environment, SharePoint server is running on
SSL certificate but the Host Web server (where my VS codes are hosted) doesn't have any SSL right now. My Question is-
1. Do I need to buy another SSL for the Host Web server? If yes then what type of SSL is required and how to configure it? If not then how do I use the same SSL from SharePoint server to my Host Web server?
2. How do I establish Single Sign-On for my application? In my production server, Single Sign-On is not working.
Thanks for any help.