ASP Verify Credentials Against a Domain - IsAuthenticated
A few months ago I ran into a bit of a problem. I was programming a front end for web application, and in that web application I wanted to prompt for the users username and password, and then verify that that user was, in fact, a user in the domain.
I then wanted to pull the user's information, like the DistinguishedName property, and it's CN or CommonName. This was surprisingly hard to figure out. There was lots of information out there on how to do IIS impersonation, which is not what I wanted to do, but I did want to verify the users credentials to see certain information.
After quite a bit o ...
Read More...
I then wanted to pull the user's information, like the DistinguishedName property, and it's CN or CommonName. This was surprisingly hard to figure out. There was lots of information out there on how to do IIS impersonation, which is not what I wanted to do, but I did want to verify the users credentials to see certain information.
After quite a bit o ...
Read More...
| Send this to: |

Hi guys! It's been a while, huh?