|
Home > Archive > Microsoft Content Management Server > October 2006 > Custom code for outside user to post - getting past 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 |
Custom code for outside user to post - getting past authentication
|
|
|
| Scenario: A custom page will allow outside users, who will need to log in
successfully, to add a posting.
My initial idea is to use the CMSApplicationContext object. But the user
needs to be authenicated because I need to set the following method,
AuthenticateUsingUserHandle, before I can post. Since the user won't be in
AD but an external authentication - how could i authetnicate the user?
Would a "generic" user added to AD and then assigning it a CMS role work?
Thanks.
--
Mike
| |
| Stefan Goßner [MSFT] 2006-10-26, 1:14 pm |
| Hi Mike,
please check the MCMS documentation. The custom authenticaiton section
describes what to do.
Cheers,
Stefan
"Mike" <Mike@discussions.microsoft.com> wrote in message
news:01459ABB-9237-4B43-98AC-3D35D866CF43@microsoft.com...
> Scenario: A custom page will allow outside users, who will need to log in
> successfully, to add a posting.
>
> My initial idea is to use the CMSApplicationContext object. But the user
> needs to be authenicated because I need to set the following method,
> AuthenticateUsingUserHandle, before I can post. Since the user won't be
> in
> AD but an external authentication - how could i authetnicate the user?
>
> Would a "generic" user added to AD and then assigning it a CMS role work?
>
> Thanks.
>
> --
> Mike
|
|
|
|
|