How to realize cross-domain security with iFrame
custom website under the SharePoint website
The requirements are following:
- User is going be authenticated under SharePoint
- Custom application is ASP .NET MVC 4
- The custom application should reject any request that comes outside of the "mother/host" application and make sure that user is authenticated.
I don't have any experience with SharePoint and I have no clue how it can be done.
Thanks in advance, folk!
P.S. I found some links but it doesn't help about what the approach I have to use... http://thinketg.com/iframes-in-sharepoint-2013/ http://msdn.microsoft.com/en-us/library/ms533028(VS.85).aspx how to include my asp.net website under sharepoint?