How to enable personalization on a public MCMS site
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > How to enable personalization on a public MCMS site




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    How to enable personalization on a public MCMS site  
kumars


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-19-05 01:49 AM

We would like to maintain a public MCMS site and would like to provide
personalized content to registered users without asking for the users
password (registered users will provide account name only). How do we
do this with MCMS. We use AD to store users credentials.






[ Post a follow-up to this message ]



    Re: How to enable personalization on a public MCMS site  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-19-05 07:54 AM

Hi Kumars,

personalization requires that you know who is sitting at the browser. So it
is mandatory to let the client authenticate to the site as authentication is
the method where the client proofs his identity to the server.
There are several different ways to do authentication:

- windows integrated authenticaton
- basic authenticaton
- digest authenticaton
- client certificate authenticaton
- forms authenticaton
- passport authenticaton
- cookie authentication
- authentication against any other 3rd party authentication system.

windows integrated does not popup an authentication to the user as the
credentials of the user logged in to the machine will automatically be sent
to the server. But this method does not work through proxy servers which
makes it fail in most internet scenarios.

Cookie auth requires the user to login once and then they get a cookie.
After this this cookie will be used to authenticate the user. Prolem:
cookies are bound to a machine and not to a user. In addition cookies can be
stolen and reuse - so it cannot be used where confidential data is being
used.

All other authentication methods usually require a user to login on a form
or using a popup dialog.

So for intranets you can achieve this using windows integrated auth. On an
internet site you will usually require a login.

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
----------------------


"kumars" <kumars_07724@coolgoose-dot-com.no-spam.invalid> wrote in message
news:QaOdnT4P57issJjeRVn_vQ@giganews.com...
> We would like to maintain a public MCMS site and would like to provide
> personalized content to registered users without asking for the users
> password (registered users will provide account name only). How do we
> do this with MCMS. We use AD to store users credentials.
>







[ Post a follow-up to this message ]



    re:How to enable personalization on a public MCMS site  
kumars


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-31-05 10:58 PM

Hi,

Thank you for your response. We do use windows authentication and
after user authenticated with ASP.NET, CMS creates and uses the
context for the user. All this is done after the user provides a user
name and password in a customized form that we provide. Now if the
user does not provide a password, is there a way for us to
impersonate as that user for CMS purposes, purely from the point of
view of personalizing the content the user sees?

Thanks again.






[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:18 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register