|
Home > Archive > Microsoft Content Management Server > April 2006 > Forms Authentication
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Forms Authentication
|
|
| aporter 2006-04-27, 7:27 am |
| I want to create an authentication cookie that can be passed around different
web application using forms authentication. I have created a some test
applications, 2 CMS sites and 2 standard .Net web sites. I have changed the
machine key on each application so that they are the same.
If I authenticate within CMS and I goto the other CMS site and the other
..Net web sites no problem, but If I authenticate within a .Net web site I can
access the other .Net web site but not the CMS sites. I understand that the
cookie generated by CMS is slightly different from the stanard .Net cookie.
Any ideas will be most welcome
| |
| Stefan [MSFT] 2006-04-27, 7:27 am |
| Hi,
MCMS requires a special cookie which is only generated when using a forms
login which uses the MCMS methods for authentication.
A ASP.NET cookie will not contain the MCMS role membership information.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------
"aporter" <aporter@discussions.microsoft.com> wrote in message
news:F1622AD8-88D9-4201-8912-C3FC4950F7E4@microsoft.com...
>I want to create an authentication cookie that can be passed around
>different
> web application using forms authentication. I have created a some test
> applications, 2 CMS sites and 2 standard .Net web sites. I have changed
> the
> machine key on each application so that they are the same.
>
> If I authenticate within CMS and I goto the other CMS site and the other
> .Net web sites no problem, but If I authenticate within a .Net web site I
> can
> access the other .Net web site but not the CMS sites. I understand that
> the
> cookie generated by CMS is slightly different from the stanard .Net
> cookie.
>
> Any ideas will be most welcome
|
|
|
|
|