G
Guest
Hi all,
I created a custom IIdentity class to store additional properties for a
logged in user.
The only way I've been able to assign a custom IIdentity when using
FormsAuthentication is to swap it in the Begin_AuthenticateRequest event in
the global.asax.
Is it safe to susbstitute a custom IIdentity in place of the "standard"
FormsIdentity?
Does anyone know if this will create any security problems?
I've swapped my custom IIdentity into a GenericPrincipal and it seems to
work ok...
I created a custom IIdentity class to store additional properties for a
logged in user.
The only way I've been able to assign a custom IIdentity when using
FormsAuthentication is to swap it in the Begin_AuthenticateRequest event in
the global.asax.
Is it safe to susbstitute a custom IIdentity in place of the "standard"
FormsIdentity?
Does anyone know if this will create any security problems?
I've swapped my custom IIdentity into a GenericPrincipal and it seems to
work ok...