Ask a Question related to ASP.NET Web Services, Design and Development.
-
Kevin Yu #1
flow user identity to web service through httpcontext??
hi all
is there anyway to get access to the httpcontext of a web service call so
that a custom principal object can be carried in the httpcontext??
thx
Kevin
Kevin Yu Guest
-
Identity flow
Hi, I have a small problem with identifying the correct way to flow identity between web and app tiers. Our presentation zone contains web... -
How secure is HttpContext.Current.User.Identity.Name ?
How secure it is to authorize access to an ASP.NET application based on the value of the HttpContext.Current.User.Identity.Name propery? I... -
how to persist a user identity across a web service session context
hi, i'm using a simple web service authentication method (not WSE). the problem is that when i set a generic principal on the Context.User object,... -
creating custom HttpContext.Current.User.Identity
I've started getting into using forms authentication for asp.net apps with c#. From what i understand so far (limited) I like the way things work!... -
Web.HttpContext.Current.User.Identity.Name is blank
I am using an application which is a modification of IBuySpy Portal. It is using Forms authentication. Users login and their name is added to... -
Deepak #2
RE: flow user identity to web service through httpcontext??
Hello Kevin
You can use User.Identity.Name to get the username and then construct a
principal object out of it.
Hope this helps.
Thanks
Deepak
"Kevin Yu" wrote:
> hi all
>
> is there anyway to get access to the httpcontext of a web service call so
> that a custom principal object can be carried in the httpcontext??
>
> thx
>
>
> Kevin
>
>
>Deepak Guest



Reply With Quote

