Single sign on from SharePoint to another asp.net web application -


i have scenario want single sign on experience between sharepoint , asp.net website. both on same domain , both using windows authentication. both website have anonymous authentication turned off , windows authentication turned on. can please following scenario?

  1. user go sharepoint 2010 website
  2. login sharepoint entering windows username , password landing login page
  3. sharepoint 2010 contains iframed webpart go asp.net website on same domain (different port number)
  4. user should able access asp.net website without login

my problem during step 4 user have enter windows credential again login asp.net website. how can resolve issue?

thanks,

sj

windows authentication not automatically passed between applications. since choose iframe other site need separately login it.

i find bit odd users dont automatically logged in, maybe dont have domain login on computers.

however can automated bit impersonation, check thread http://forums.asp.net/t/304484.aspx


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -