When Password is provided in non-English (that is Russian / Spanish / French)...
I am working on an application which is going to support 10-15 different languages.Below is my ASPNet Identity providers password validation configuration manager.PasswordValidator = new...
View ArticleLogin page just resets
HelloI have set up a Winforms asp.net site using VS2015The login was working fine, but now has an intermittent problem that it will simply stop working. i.e. when you try to login the page just resets...
View ArticleCan not Logon to a Deployed Website
I have a small website Using SQL Server Membership. I'm using VS2012 as my development IDE and SQL Server express 2012. I've deployed the site to a GODaddy server.In my development system, attached to...
View ArticleWorkflow of Authentication Federation with ASP.Net Identity in Web API and...
Hi. I have implemented a Web API with ASP.Net Identity JWT Authentication to serve as a authentication server.Supposing i have several mobile apps consuming their own resource servers and each of them...
View ArticleHow to implement logout on all device
i got a two line. one is http://stackoverflow.com/a/27288275/728750the above link is sayingIt is possible , Facebook,G mail are done that , But it is not simple Use a flag in the database that checks...
View ArticleAuthenticate with active directory.
Hello. I want to know how to implement members authentication with Active Directory usingWindows Authentication withASP.NET Identity 2.0 in MVC5Thanks..
View ArticleAuthentication of ASP.NET Core 1 and nodejs webapps
Hello,When having a Nodejs webapp and an ASP.NET Core 1 webapp (in the future additional nodejs and/or ASP.NET Core webapps can be added) and I want to have 1 "source"/location for authentication (and...
View ArticleTransport security VS Message Security?
who can tell me why Transport security can provide point-to-point security and Message Security can provideend-to-end security? What is the underlying mechanism of both?any body can give me some...
View ArticleAsp.Net Identity
Are claims based identities a way to implement more granular control of a identity that is part of a role?My theoretical best guess, since I don't know at this point, is that the answer to my own...
View ArticleForms authentication being ignored
I'm having an issue turning on forms authentication in my web form no matter what I set it keeps using /account/login.aspx as the login page, how do I change this?
View Articlechange the Content-Type for login in Token Based Authentication in Web Api
Currently I'm Using Oauth2 for Login and registration in my application. I followed this tutorial .But by default Oauth use Content-Type: application/x-www-form-urlencodedso I have to send client...
View ArticleHow to avoid session expired cookie for Owin Federation authentication?
We are using Cookie and WsFederation middleware to authenticate against ADFS server. Everything is working fine except the generate cookie is always session expired.When user close and reopen browser,...
View ArticleRole and Membership providers using Active Directory and two Org Units
I don't know if anyone can help with this or not, I suspect it's not possible.I have a scenario where I am using Active Directory for role and membership providers to authenticate a site and for...
View ArticleDoes OWIN Supports SQL Authentication?
I have to perform SQL authentication through OWIN. Can anyone give me some idea to perform this?
View ArticleIIS7 ASP.Net 4
I have an intranet site that I need to be able to get the user's network ID from the server variables, but do everything else as the NETWORK SERVICE account of the server. I have an application pool...
View ArticleIdentity impersonation - random access errors
Hi AllWe are having intermittent issues running apps with identity impersonation on W2012/IIS8. Our apps access files on the shared folders and several times a day we get System.IO.__Error.WinIOError...
View ArticleAD authentication without ADFS
Hello,I'm creating a web page in Visual Studio 2015 and I need authentication from Active Directory. All information I could find is with Active Directory Federation Services authentication. I couldn't...
View ArticleQuery on Eliminating hard coded Credentials from Web.config file
Hello,I am not a Developer, I am trying to guide the development team on having a secure coding standard..Problem description: Web.config files on IIS stores hard coded credentials in the web.config...
View ArticleInjecting IIdentity using Ninject
I have a custom class derived from ClaimsIdentity as follows:public class AuthenticatedUser : ClaimsIdentity, IAuthenticatedUser { public AuthenticatedUser(IIdentity identity): base(identity) {...
View ArticleSecurity+ certification
I'm noticing more and more programming jobs in my area that require security+ certification (most of the programming jobs are defense and aerospace related where I live). I decided to go ahead and get...
View Article