J
Joey Lee
Hi,
I am using windows authentication on my ASP.Net application. With the
WindowsPrincipal I can authenticate myself against groups such as
BUILTIN\Users
I am assuming that this group is supplied by the active directory when i log
into the domain using my pc.
The problem now is I have added another custom group - Gamers. I tried
authentication using IsInRole("Gamers") but this give me false. How do I do
it with Windows Authentication for this new group?
I have another way of doing this but that is using ldap authentication, but
I am trying to understand and make the Windows Authentication work. Please
help. Thanks
Joey
I am using windows authentication on my ASP.Net application. With the
WindowsPrincipal I can authenticate myself against groups such as
BUILTIN\Users
I am assuming that this group is supplied by the active directory when i log
into the domain using my pc.
The problem now is I have added another custom group - Gamers. I tried
authentication using IsInRole("Gamers") but this give me false. How do I do
it with Windows Authentication for this new group?
I have another way of doing this but that is using ldap authentication, but
I am trying to understand and make the Windows Authentication work. Please
help. Thanks
Joey