How to Check Roles in ServicedComponent when client is ASP.Net

From: Cenon Del Rosario (cenonmin@ihug.com.au)
Date: 11/25/02


From: "Cenon Del Rosario" <cenonmin@ihug.com.au>
Date: Mon, 25 Nov 2002 17:34:09 +1100


Hello,

I was wondering if someone can provide some info on the following issues I
have with regards to a web application we are trying to develop. Our set up
is as follows:

1) We are developing ASP.Net pages that will instantiate ServicedComponents.
2) Users will log on to the web application using Forms authentication.
3) The ServicedComponents will use IsCallerInRole to check a user's
security.

Questions:
1) How do we design the ASP.Net side so that each user process can be
checked by the the ServicedComponent ?
2) Do we have to do some sort of impersonation here to be able to do this ?

Thanks in advance.

Cenon.



Relevant Pages

  • Re: How to Check Roles in ServicedComponent when client is ASP.Net
    ... There's a chapter in the new "best practices" asp.net security wp that ... >1) We are developing ASP.Net pages that will instantiate ServicedComponents. ... >1) How do we design the ASP.Net side so that each user process can be ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: Design for ASP.Net w/ ComponentServices
    ... With regards to: ... security check in the ServicedComponents tier because we want to use them ... cause kerberos only works inside the domain or trusted domain ... >>> resolves an NTLM authentication limitation from Microsoft Windows NT ...
    (microsoft.public.dotnet.framework.aspnet.security)