Hello,
I am new to sharepoint, but have experience with different CMS/Instranet systems and ADFS. Below are my requirements and I need few suggestions in implementing them. Thank you in advance for your time.
We want to build our CMS using Sharepoint 2013. This will be accessed by different vendors and each vendor will have their own sub-site with different theme.
We will be using ADFS for authentication and the domain used for ADFS is just for SP and different from the internal one (due to security reasons).
We also have ASP.Net MVC based web applications running on different server and we want to use ADFS to provide SSO between SP & ASP.Net applications.
We want to use some custom widgets (like world clock, stock price, weather info, news ticker) in the header/footer of each page.
1. I am assuming that, new app model is the best option to implement widgets (weather, stock prices etc.,). If so, do we need wildcard SSL to support all app URLs? Is it possible to use single URL/SSL and combine all widgets into one app?
For ex: Weather will have one page/url in the app, Stock price will have different page/url in the same app. We are trying to avoid wildcard SSL & multiple IP4s.
2. If we want to display full page content from third party database (nothing related to SP), is it good to build it as ASP.Net web app, host on different web server and use SSO? OR is it good to use separate SP app for this?
3. I heard that SP apps do not work on web applications that use SAML. How this is going to effect us?
Our basic requirement is to use SP as CMS and at the same time to display content from third party database. Third party content may occupy either full page or partial page (as part of SP page).
I am new to sharepoint, but have experience with different CMS/Instranet systems and ADFS. Below are my requirements and I need few suggestions in implementing them. Thank you in advance for your time.
We want to build our CMS using Sharepoint 2013. This will be accessed by different vendors and each vendor will have their own sub-site with different theme.
We will be using ADFS for authentication and the domain used for ADFS is just for SP and different from the internal one (due to security reasons).
We also have ASP.Net MVC based web applications running on different server and we want to use ADFS to provide SSO between SP & ASP.Net applications.
We want to use some custom widgets (like world clock, stock price, weather info, news ticker) in the header/footer of each page.
1. I am assuming that, new app model is the best option to implement widgets (weather, stock prices etc.,). If so, do we need wildcard SSL to support all app URLs? Is it possible to use single URL/SSL and combine all widgets into one app?
For ex: Weather will have one page/url in the app, Stock price will have different page/url in the same app. We are trying to avoid wildcard SSL & multiple IP4s.
2. If we want to display full page content from third party database (nothing related to SP), is it good to build it as ASP.Net web app, host on different web server and use SSO? OR is it good to use separate SP app for this?
3. I heard that SP apps do not work on web applications that use SAML. How this is going to effect us?
Our basic requirement is to use SP as CMS and at the same time to display content from third party database. Third party content may occupy either full page or partial page (as part of SP page).