ADFS X509 security token problems
I used the ASP.NET project wizard to create a on-premisis directory log-on application.I followed the instructions at:...
View ArticleMembership Provider Connection string for Active Directory Lightweight...
I am attempting to set up my Active Directory Membership Provider to connect to ADLDS (Active Directory Lightweight Directory Services) and I am using the following connection string:<add...
View ArticleASP.NET Identity with existing web site project and exist sql tables
Hihow can i implement new asp.net identity in my existing web site project. can i use my previous tables. i could not find any sample to implement this new identity with existing sql table?
View ArticleImplement authorization in Asp.Net application
Hi, I have an ASP.NET application which has Admin.aspx page. The Db contains user roles like Admin, Approver, publisher etc. I want to allow only Admin users to access Admin.aspx page. I want to...
View ArticleCast of Custom Role Provider
HiI have custom membership and role providers. To get my membership to work I did the following: DirectCast(Membership.Provider, HCCBase.SecurityModel.CustomMemberProvider).DeleteUser("", True,...
View ArticleHow To Do A Bulk Insert To Membership
Hi all,I have a database of members around 1000 that I would like to add to a asp.net membership. The client records have no username or password currently, just a table with name and email. how I...
View ArticleRolegroup doen not seem to work
I have a website which allow users to logon using credentials (Forms-authentication ). This works perfect!Now I want to update to Windows-authentication, but it does not seem to work: The server is...
View ArticleList of ways to authenticate and authorize
Would like all the possible ways to authenticate and authorize. What would be the best way for custom authenticate?
View ArticleServer not Operational Error in Memberhip provider GetUser method
Hi am using ASP.Net membership provider and the GetUser method intermittently throws "The server is not operational" error.On performing IISReset, the error disappears. The server is not operational....
View ArticleLogin control to validate the user from an other table if the Authentication...
Hi all,May we use the login control to validate the user from an other table if the Authentication failed ? i need to authenticate the user from an other table is it possible how we can get the...
View ArticleMVC 4 Custom Membership Providers With 3rd field for login
Hello,I'm trying to learn ASP.Net MVC. I'm already decent at just plain c# for desktop applications and php. So I figured I would take a stab at learning the web side of the .NET now.I figured I would...
View ArticleCustom Member provider and connectionstring can't be blank
HiI published my asp.net application to IIS 7. My custom role provider works perfectly but when I click on my users admin button I get message that the connectionstring can't be blank. This works...
View ArticleRemember me checkbox with Membership provider
I"m using the membership provider for login authentication. It is working and redirecting to the url in web.config. How do I make it check to see if the user checked the remember me checkbox, and see...
View ArticleEstablishing a Function to assign Role to Windows Authentication User
I am having issues learning how to establish a Roles Function within this code that will assigned all Windows Authentication Users to a Role that is located in my SQL Database Table. This is what I...
View ArticleCan I re-login a user from a cookie? Whats the point of 14 day cookie if...
I'm using Asp.net Identity 2.2.1. I'm giving the user a cookie that expires in 14 days, but it seems there are many reasons a user could get logged out of my site. The CookieAuthenticationProvider's...
View ArticleForgot password without email confirmation
Hi,My projects has user registration without email confirmation. Is it possible to use the ForgotPassword method any way or do i have to write my own password recovery method? [HttpPost]...
View ArticlePassword is always wrong.
I created login form. It works fine but password is always wrong. Dim conn As New SqlConnection("Data Source=[server];Initial Catalog=;Persist Security Info=True;User ID=[userid];Password=[password]")...
View ArticleAD Group Authorization in a ASP.NET Web App
Here is the scenario I have and looking for advice on how to solve the problem:The customer would like to use the Oracle OIAM as the source for authentication and they have a hosting web app which...
View ArticleForms Authentication Renewal Issue with Custom Forms Authentication
My project has problem renewing Forms Authentication Session due to conflicting Forms Auth Cookies.Detailed Description: After a user logged in, one forms auth cookie (FACookieA) is created, and s/he...
View ArticleMulti-Layered Security For A Website
Hey All,I am looking to track user queries on a website that has group level security in place.So some information can be viewed at the group level shared log-in. I am using asp.net identities 2.0...
View Article