Set Context.user with CustomUser

From: joerg schobert (joerg.schobert@x-marvins.de)
Date: 01/24/03


From: "joerg schobert" <joerg.schobert@x-marvins.de>
Date: Fri, 24 Jan 2003 14:19:39 -0000


I have a problem,
I 've written my own custom Authentication (CustomerUser) and I 've
therefore implemented the IPrincipal Interface .
Then with Authenticate_request I set
    Context.User = new CustomUser(...)
This works fine aslong as I run my App locally on my machine.
But I've hosted the App and now Context.User cannot be set any more.
That means Context.User is type of GenericPrincipal

I don't know what to do and why the Context.User is not type of CustomUser.

Thank you for any help
jörg Schobert



Relevant Pages

  • Re: System.Security.Principal.IdentityReference
    ... I went the custom SID route. ... a SID is not used by all security systems. ... Intranet application, custom authentication. ...
    (microsoft.public.dotnet.security)
  • Re: How can I customize autoenrollment ?
    ... Basically for custom authentication, you will need to create ... custom web pages that act as web front for the external users. ... > | certificate request and sending this private information to the server? ...
    (microsoft.public.platformsdk.security)
  • Re: Customizing Password Prompt Screen
    ... That dialog box is shown by the web browser and cannot be customized. ... You will have use custom authentication whose protocol allows customizable ...
    (microsoft.public.inetserver.iis.security)