How I implement Authentication and Authorization and Google Authentication to...
Think If I start a project that using MVC 4 Basic project template. Now I want to implement Authentication and Authorization and Google Authentication to my project. Is there any complete tutorial that...
View ArticleBlank Password attempt doesn't increment FailedPasswordAttemptCount
Hello,Using the SqlMembershipProvider, I'm trying to have a blank password count as a Failed password attempt. However, when I pass "" as a password string to ValidateUser, the database value is not...
View ArticleReinforcing authentication on an app that uses ASP.NET Membership Provider
Hello,I'm doing some research on wether is possible (or not) to reinforce authentication on a Visual Studio LightSwitch HTML app, for example implementing OTP (One time Password)+OAuth, or even better,...
View ArticleAuthentication and Authorization Roles
I'm Authenticating the user which works fine. But then I want to give that authenticated user a role so they can access a directory on the website.For some reason the role is not working.Web.config...
View ArticleFormsAuthentication Request.IsAuthenticated returns false
I set the Forms Authentication using an authorize attribute that that checks a query string hash value:FormsAuthentication.SetAuthCookie(qs["name"], false);On the next request I check that the user is...
View Articlecall web service with client certificate
Hi all, I have valid client certificate to call a external web service. I have written my own web service and call external web service using client certificate I have installed to server.my web...
View ArticleNeed mixed mode authentication in ASP.NET MVC
Hello Experts,Here is my workflow. Can anyone help me.??
View ArticleWhat's up with this open auth login?
Using open auth with FB, Twitter and Google.It seems I've set up the apps correctly as when I try any of them I get returned to the RegisterExternalLogin.aspx page. Then things don't go the way I...
View ArticleHow does User.Identity.IsAuthenticated work?
I'm referring to the code that appears automatically on the RegisterExternalLogin.aspx and code behind pages.Presumably the returned username from FB or wherever is checked against a database table to...
View ArticleUsing Owin/Identity with Existing Database Fields Requirement
Hi,Am new here and forgive me if I go somehow against norms of this forum.I'm creating Frontend for an application with Established database (am rewriting to be explicit and so there are some things I...
View ArticleProblem using OAuth Refresh Tokens with Identity and Web API
I must first state, I am shaking on Identity in general, especially with the notion of using refresh tokens.Here is my OAuth Configuration in my Owin.Startup classpublic void ConfigureOAuth(IAppBuilder...
View Articlecustomizing identity
Please am a new/amateur programmer, i need help understanding how to customize identity,for instance i want a login where a users can login and access information or create information based on his...
View ArticleRedirect from home?
Some users would prefer to skip the home page and go directly to their data entry form. I can setup a preference form that allows them to pick a page, but where can you put the code that changes the...
View ArticleMCV 5 - 'very' simple implementation of authentication required
I'm writing a web UI to an existing system using MVC 5. My last ASP.NET experience was with MVC 4 and basically I'm struggling to find a solid yet 'simple' example to implement login authentication...
View ArticleBrowser history
I don't want the web browser to show the history of pages visited through my website like bank website. I want only the login and logout page would be shown in history, other than that no other pages...
View ArticleHow to authorize users from a parent Windows Domain in ASP.NET MVC...
I have an ASP.NET MVC 5 web application. It is hosted on IIS 8.5 on Windows Server 2012 R2 in an intranet environment. It usesWindows authentication and authorization.There is a Windows Domain in the...
View ArticleASP.NET Login control - how do I modify it for my needs?
Hi,We have an existing asp.net Web Forms application that uses the Login control for the user authentication. The application has 2 types of users: subscribers and affiliates. They all use the same log...
View ArticleLogin for windows auth?
Hi,I would like to use a login page for system. It uses windows auth method to validate the login. Then, the login should pass to SQL server (SQL server uses windows auth to login). And system will use...
View ArticleUse ASP.Net Membership Provider in MVC (instead of SimpleMembership)
I have already implemented an MVC4 project using SimpleMembership.However for certain reasons, i need to integrate the older ASP.NET Membership provider in the project to replace the SimpleMembership...
View ArticleSending Email notification of Registration using SMTP for webforms
Hi,I have an application that is built using Webform, but I need to use SMTP verification rather than...
View Article