M
mbutenko
I am using the ActiveDirectoryMembershipProvider in an ASP.NET 2.0
application. I finally got the AD authentication piece working, but
when the user logs in (I am using the the Login control) the User
properties are not getting set. For example, in the LoggedIn event,
the User.Identity.Name = "" and User.IsAuthenticated is False.
I know that it is actually checking the AD because if I enter invalid
credentials, it tells me I had an invalid login and never hits the
LoggedIn event. However, when I do supply valid credentials the User
properties are not set.
As a side (and I think unrelated) note, the user I am using to connect
to AD only has read rights on the AD.
Anyone have any ideas?
Thanks,
Marc
mbutenkoATmt.gov
application. I finally got the AD authentication piece working, but
when the user logs in (I am using the the Login control) the User
properties are not getting set. For example, in the LoggedIn event,
the User.Identity.Name = "" and User.IsAuthenticated is False.
I know that it is actually checking the AD because if I enter invalid
credentials, it tells me I had an invalid login and never hits the
LoggedIn event. However, when I do supply valid credentials the User
properties are not set.
As a side (and I think unrelated) note, the user I am using to connect
to AD only has read rights on the AD.
Anyone have any ideas?
Thanks,
Marc
mbutenkoATmt.gov