Re: Single Sign On to ASP.NET application
- From: Dene <Dene@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 7 May 2008 13:07:38 -0700
Nop, I didn't find anything, as suggested by "Mike Walsh", I have posted the
same question on "microsoft.public.sharepoint.portalserver.development". You
can follow it there.
I will let you know if sombody answers
"karthikg.1981@xxxxxxxxx" wrote:
On May 6, 1:10 am, Dene <D...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:.
I’m recently assigned to create a link on our sharepoint site which opens up
an ASP.NET 2.0 web application. Both our Sharepoint site and the ASP.NET 2..0
website use forms Authentication with membership provider. Both of them work
perfectly independently. But I have a problem in implementing the single sign
on idea on the ASP.NET 2.0 web site(launched from sharepoint site). To make
myself clear, once the user loges in to the sharepoint site, he should be
able to click on the link on the right side to open up the ASP.NET 2.0
website with out being asked to login again.
In order to implement SSO across applications, I did the following
On the WebConfig file of the ASP.NET 2.0 website
<authentication mode="Forms">
<forms loginUrl="../_layouts/login.aspx" name=".ASPXFORMSAUTH"
protection="All" path="/" timeout="30" enableCrossAppRedirects="true" />
</authentication>
<machineKey validationKey="8AF24D55A9159403D3243087AC76541A7BACD8007EF711D3"
decryptionKey="A4A8A9FB2568E14C726182836C8744E4CBB84F4F1E4B9AD0"
validation="SHA1" />
On the WebConfig file for the share point site
<authentication mode="Forms">
<forms loginUrl="/_layouts/login.aspx" name=".ASPXFORMSAUTH"
protection="All" path="/" timeout="30" enableCrossAppRedirects="true" />
</authentication>
<machineKey validationKey="8AF24D55A9159403D3243087AC76541A7BACD8007EF711D3"
decryptionKey="A4A8A9FB2568E14C726182836C8744E4CBB84F4F1E4B9AD0"
validation="SHA1" />
By doing this, I managed to make the ASP.NET 2.0 web app to use the
sharepoint login page, but once I key in the username and password, it
returns me back to the same login page.
Is there anything that I missed? Can somebody help on this?
For your Information
1)I have created the virtual directory for my asp.net 2.0 application under
the sharepoint application in the IIS
2)I manage to make it work for two non sharepoint ASP.NET 2.0 applications
Hi,
I am also facing same problem.did u find out the issue?could you send
me how to proceed??
Thanks
Karthik
- References:
- Single Sign On to ASP.NET application
- From: Dene
- Re: Single Sign On to ASP.NET application
- From: karthikg . 1981
- Single Sign On to ASP.NET application
- Prev by Date: Re: Windows Internal Database - Another Q!
- Next by Date: Re: .eps files in image libraries
- Previous by thread: Re: Single Sign On to ASP.NET application
- Next by thread: Re: Single Sign On to ASP.NET application
- Index(es):
Relevant Pages
|