The reason i need to do this is because of Facebook Connect - which is another story, so i\'ll save you the drama for that. =)
I\'ve implemented a custom role provider, and configured it in my web.config file like this: <roleManager enabl开发者_StackOverflow社区ed=\"true\" defaultProvider=\"TDRoleProvider\" cacheRolesInCo
So, I\'ve implemented my IPrincipal.IsInRole(...) and I\'m using FormsAuthentication like so: <authentication mode=\"Forms\">
I need to do some cleaning when an authenticat开发者_如何学Pythonion ticket is expired. Is there any event that i can subscribe to?
I\'ve often wanted to create applications that provide a simpler front-end to other websites that require users to login before the pages I want to use can be accessed. I was wondering, if
Here\'s what i have: ASP.NET 4.0 Web Application Forms Authentication (Cookie Based) Here\'s what i\'m trying to do:
I have two level authentification, first the user enters their nt/password and it is validated by LDAP and afterward I have a custom role provider that make sure the user has access to said page.
I am developing an application that will mainly be used internally and want to know how i can automatically authenticate users against Active Directory without prompting them to login.
In my website, I am not using any authentication or authorization. I\'ve created login page to capture the user credentials and check against database. If the user successfully authenticates, it\'s st
So its a ASP.NET problem where two users using the same machine, same browser. User 1 logs in the domain.