I\'m trying to get authenticated using the the Authentication Service and my Membership Provider. Ideally I want to call my membership provider, but I bomb out before hitting my provider. Says a token
I have an asp.net aspx page that I log the user in using forms authentication. Later on I want to log the user out using a call to a wcf service that I created.
I have configured an intranet using Claims based authentication and an extended internet site using forms based authentication in SP 2010
Will setting e.isAuthenticated to true be enough to set the forms authentication cookie? this is in the AuthenticationService.Authenticating event of the wcf authentication service.开发者_Python百科Y
I\'ve been implementing the Forms Authentication in ASP.NET with C# (v3.5). I created a simple login form, when the users\' email & passwords are stored in my SQL db.
I have a desktop app I authenticate using the wcf authentication service login method, by calling the desktop application.
My requirement is that only the login page and the Register page should be a开发者_如何学运维ccessible from anonymous users.
Why do I need to pass a username to this method?I just want the url that was redirected from for 开发者_如何学运维forms authentication...
I am using forms authentication in IIS7 to password-protect a dev site, but the authentication seems to get by-passed when the site contains only static HTML files + login.aspx + web.config.
We have an ASP.NET application that\'s partly in MVC (the rest of it being a legacy webforms-based CMS).The application is authenticated via Forms开发者_StackOverflow中文版 Authentication, although an