As I understand it \"forms\" is just a method to authenticate users. Is this correct? But what \"membership\" really is I don\'t know. I\'ve written a custom membership provider but I still don\'t re
I\'m trying to encrypt some userData to create my开发者_开发问答 own custom IPrincipal and IIdentity objects using Forms authentication - I\'ve serialized an object representing my logged in user to J
We are attempting to integrate an ASP.NET MVC site with our client\'s SSO system using PingFederate. I would like to use the built in FormsAuthentication framework to do this. The way I\'ve gone about
I am devloping a sharepoint website in Forms authentication mode. I am trying to authenticate myself/ my company users against company\'s active directory.
We have a FluorineFx / ASP.Net application which uses forms authentication to identify the current user. To use these credentials in FluorineFx, we use FluorineContext.Current.User.Identity. When I lo
I\'m using the AutoCompleteExtender from the AJAX control toolkit on my aspx page - I have it wired up to a WCF service that is returning a string array and everything works happily.
Does the original data type of the username string in a call to FormsAuthentication.SetAuthCookie(...) make any difference with regards to security or code maintainability?
I have multiple subdomains trying to use a single subdomain for authentiction using forms authentication all running on windows server 2008 r2.
I\'ve been researching this intensely for the past few days. We\'re developing an ASP.Net MVC site t开发者_如何学Chat needs to support 100,000+ users.We\'d like to keep it fast, scalable, and simple.
All, I\'m configuring Sharepoint to use forms authentication with LDAP/Active Directory. I\'m new to Sharepoint, so if this is obvious, please point me in the right direction.