Trouble with ASP login
I'm using Visual Web Developer 2010 Express with SQL Server 2008 Express, VB.The program I have has been working well until today when I can't seem to logon. It responds with "your login attempt was...
View ArticleMixed mode authentication with windows and custom Claims
I have an asp.net MVC application using windows authentication from SQL Server database which works fine. Now I want to add Claims based authentication using Custom STS. When a user click on the...
View ArticleAsp.net Identity & recover password
Hi.. I am asking this question again because I could not find a solution. I created a new Web Forms "website" not a "project". I want to make the following: 1. Editing Register.aspx and...
View ArticleMultiple relying parties of different domains
Hi Experts,I am using Thinktecture Identity server-2. In this i want to set up single identity server, in which there will be 2 relying parties (different domains). Here the problem I am facing is,...
View ArticleUserManager.CreateAsync not generating Id
for some reason the database isn't generating the Id field for my IdentityUser.This is my action: public async Task<IHttpActionResult> Post(ColossalUserModel user) { if (!ModelState.IsValid) {...
View ArticleAutomatic log user out after 20 minutes - not working?
Hi,I'm supporting an existing web application and came across this issue: user logged in, started a process which has 5 steps; then sit idle for a while (more than 30 minutes), then came back and...
View ArticleLogin for a Hosted Web Site
I have a hosted ASP.NET 4.0 website that I want to add Member Login for - no SSL, but it will be a great tool for me to learn this technology on.I'm trying to follow this guide, but it leaves me with...
View ArticleWhy is User.Identity.IsAuthenticated not true after GoogleAuthentication?
I'm trying to debug an issue with OWIN and GoogleAuthentication, everything works on the redirect to google and then google redirects back and my custom GoogleAuthProvider is called and then finally a...
View ArticleMicrosoft.AspNet.Identity.Owin.Signinmanager.passwordsigninasync hanging
When I call this:var baseResult = base.PasswordSignInAsync(userName, password, isPersistent, shouldLockout).Result;My app hangs. I don't get an exception or it returns a result.I updated my develop pc...
View ArticleActiveDirectoryMembershipProvider
I am trying to use ActiveDirectoryMembershipProvider but I get "The system cannot find the filed specified" error when the login button is hit.my configuration is as follow:<membership...
View ArticleRunning PowerShell scripts inside my asp.net mvc web application. is this an...
I am working on an internal web application which is accessed to only our company AD users. and can only be accessed either inside our network or using VPN. Now inide my application I want to run...
View ArticleUsing OpenIdConnect for Office365 authentication after being redirected to...
I have an Web Application that I am authenticating to the Azure AD for Office 365 integration. Authenticating against Office365 account seems to work just fine, however when I am redirected...
View ArticleHidden field vulunerability
Sorry that I have posted this @ stackoverflow but unfortunately no response.I have a project with a client - ASP.NET, Dot Net 4.0, Telerik Controls 2013.Recently my client has sent the System for...
View Articleuse SAML as a bearer token in webAPI SPA
We have a legacy application which uses the Windows Identity Framework, written around 2010-2011. Users authenticate by logging into a client portal, which then sends a saml token to our...
View ArticleAnother Reset Password Scenario
Hi.. I am trying to apply a new scenario where the user who forgets her/his password follows these steps: 1. Enters her/his username 2. Enters a secret code (which she/he entered before in...
View Articlesetting up a login scheme for a new asp mvc app with sql
using a new mvc app with entity framework read/edit to display records from a sql db, how can the application be divided up so that there is a main webpage area that users can see without logging in,...
View ArticleMembershipManager.ValidateUser machinekey required?
I have an old SOAP web service deployed on multiple servers that uses ASP.Net Membership to authenticate users. It's been working reliably for years, but I was intrigued to see in various places that a...
View ArticleEncrypting the password in Seed
Hi.I want to encrypt the password stored in Seed method with SimpleCrypto. I really don't know how to bind this together.MainInit: var crypto = new SimpleCrypto.PBKDF2(); var encryptPass =...
View ArticlePasswordRecovery in creating a website not a project
Hi.. I am using VS Express 2013 for web. I created a new website-ASP.NET Web Forms Site. I wonder how to enable Password Recovery. It is only available when creating a web project not a website. I...
View ArticleHow to know if a user is authenticated as external user instead of internal...
Hello,My web app allows both internal domain user (domain id) and external registered user (username + password) to log on. There is a login page so authenticating them is not a problem, however, after...
View Article