What good external web page integration code samples using iframe and authentication are available on the web?ASP.NET solutions are preferred.Similar functionality is provided by Facebook Apps (Canvas) and SharePoint App parts. But in these cases only integrated (content) page code samples are available.Use case:
- User logs into main asp.net application and navigates to containerpage.
- Container page opens iframe (content page). Perhaps some token for userauthentication is generated and passed to content page.
- Content (iframe) page requests additional information from REST services. User authentication should be required to access these services. Some standard solution like OAuth would be preferred but user should not be required to provide username/password (main application identity should be used). Content page may be written in ASP.NET, Java, PHP e.c.