DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Wed, 22 Aug 2007 08:08:11 -0700,    posted on: microsoft.public.dotnet.framework.aspnet        back       

Thread Index
  1    unknown
          2    Braulio Diez
          3    Ladislav Mrnka


Single sign on for multiple asp.net sites   
Hi Techies

I have general question more similar to single sign on of sharepoint
site.

I have two asp.net sites SiteA and SiteB with forms authentication
enabled. Lets assume its available in same server. SiteA and SiteB
users and credential informations are same.

If UserA logged in SiteA using some credential, the same credential
must be used to authenticate SiteB from client side. How we can
acheive this?

In another way, the SiteA will have links to SiteB, when I click the
link I want to skip the login page of SiteB since I know the
credentials for SiteB, I want to internally authenticate from SiteA.
Is it possible?

Any help would be appreciated much,
Thanks
Sudha
Date:Wed, 22 Aug 2007 08:08:11 -0700   Author:  

RE: Single sign on for multiple asp.net sites   
Take a look at this link:

http://www.codeproject.com/aspnet/aspnetsinglesignon.asp

HTH
  Braulio
 
/// ------------------------------
/// Braulio Diez
///
/// http://www.tipsdotnet.com
/// ------------------------------




"sudhaoncyberworld@gmail.com" wrote:


> 
> 
> Hi Techies
> 
> I have general question more similar to single sign on of sharepoint
> site.
> 
> I have two asp.net sites SiteA and SiteB with forms authentication
> enabled. Lets assume its available in same server. SiteA and SiteB
> users and credential informations are same.
> 
> If UserA logged in SiteA using some credential, the same credential
> must be used to authenticate SiteB from client side. How we can
> acheive this?
> 
> In another way, the SiteA will have links to SiteB, when I click the
> link I want to skip the login page of SiteB since I know the
> credentials for SiteB, I want to internally authenticate from SiteA.
> Is it possible?
> 
> Any help would be appreciated much,
> Thanks
> Sudha
> 
> 
Date:Wed, 22 Aug 2007 11:54:04 -0700   Author:  

RE: Single sign on for multiple asp.net sites   
Hi Sudha,
one way you can go if your applications are sitting on the same server is to 
modify directory structure. Create one virtual directory with two 
subdirectories (also virtual). Put your application into those sub 
directories and login page into top directory. 
Another more common way is described in Altair's post on Code Project as 
already Braulio mentioned. This technique can be used only if your 
application shares same subdomain.
If your application do not share subdomain you have to implement third 
applicaton wich will log on users to your other applications. This is 
possible if you  use cookiless authentication tickets and 
enableCrossAppRedirects set to true:
   <authentication mode="Forms">
    <forms cookieless="UseUri" enableCrossAppRedirects="true" ... />
   </authentication>

Regards,
Ladislav

"sudhaoncyberworld@gmail.com" wrote:


> 
> 
> Hi Techies
> 
> I have general question more similar to single sign on of sharepoint
> site.
> 
> I have two asp.net sites SiteA and SiteB with forms authentication
> enabled. Lets assume its available in same server. SiteA and SiteB
> users and credential informations are same.
> 
> If UserA logged in SiteA using some credential, the same credential
> must be used to authenticate SiteB from client side. How we can
> acheive this?
> 
> In another way, the SiteA will have links to SiteB, when I click the
> link I want to skip the login page of SiteB since I know the
> credentials for SiteB, I want to internally authenticate from SiteA.
> Is it possible?
> 
> Any help would be appreciated much,
> Thanks
> Sudha
> 
> 
Date:Wed, 22 Aug 2007 12:16:01 -0700   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us