About ClaimsIdentity
SayList<Claim> claims = new List<Claim>(); claims.Add(new Claim(ClaimTypes.Name, "Me", ClaimValueTypes.String, "http://contoso.com")); claims.Add(new Claim(ClaimTypes.Role, "Administrator",...
View ArticleMy web page logs me out after some few minutes if not in use
My web page logs me out after Some silent minutes if am not active, but I don't have sessions that will cause the application to that. Please How do I stop it from happening.
View ArticleFederatedAuthentication.SessionAuthenticationModule.WriteSessionTokenToCookie...
I am working on SAML 2.0. I have forms authentication enabled in IDP. When a authentication request is made from SP to IDP, the request is authenticated using forms authentication in IDP. Following is...
View ArticleUnable to delete Asp.net Identity after Signout
I am using below code to Login and Logout for OWIN Authentication. I first login to the system and captured the session,.Asp.ApplicationCookie ,etc using tool like Fiddler or Burp Suite , and logout...
View ArticleHelp with a research topic
HiSorry please I know this isn't protocol and shouldn't bring it here but I still need help with it.I want to undergo a research on security be it data, information, cyber, cloud etc but am not having...
View ArticleLogin and Registry not working with Identity when deployed to a new Server...
Hi, My asp.NET project (vs2015) will deploy and be fully functional normally but with this particular host....I cannot remotely login using MS SSMS The out-of box Registry and Login routines do not...
View ArticleHelp implementing Roles
Hi All,I took a couple of years off from developing and now everything is different. I cannot get user roles to work on my website. I am using VS 2013 express. SQL 2014 Express. I have searched the...
View ArticleWindows Authentication not working in ASP.NET
Hi AllI am trying to get the username of the user accessing the intranet site. Everything I looked at on the internet said to enable windows authentication and disable anonymous authentication....
View ArticleMembership using C# but others using VB.NET?
Hi,For the membership (user management system) , can I use C# but other development I use VB.NET?
View ArticleChange usar role
Hi folks, Newbie question. Using identity 2.0, how do i change a usar role? TIA Moises
View Article2 Way SSL in .net (server Side)
Hi,I have made a webservice without any SSL Authentication. Now I want to add 2 way SSL authentication security. I have done it as client in past. But Never on server side. This is first time I am...
View ArticleConstant token per session like OAuth2 in Web API 2 over HTTPS
Hello!How can I use constant token in request for authorization and authentication without vulnerabilities?When I check user login and password I will send constant token like guid without additional...
View ArticleASP.NET Identity
I am a new in asp.net identity and I am trying to add identity in my project but unable to find any step by step tutorial for that. How can I add a new user to my application and how can I create a...
View ArticleIssue with ASP.Net login control and Membership provider
Hi,I am using ASP login control with ASP.NET Membership provider for my application. The application uses .Net Framework 3.5 and runs on a Windows Server 2012 R2 64 bit.I am encountering an error on...
View Articlewrong user/password didn't checked at AD
Hi All,I have created an MVC 5 Application with Windows Authentication,<authentication mode="Windows" /><authorization><deny users="?" /></authorization> I have below code to...
View ArticleAuthorization rules for web sites folder
Hi,I have create a group in Active Directory (ex: WebUser). Now i'm going to IIS 7.5, navigate thru a folder in a web sites and click 'Authorization Rules'.Now here is my problem:I have create a...
View ArticleEncryption and Decryption in asp.net as in SQL server
Hi Frnds,In database table, column level encryption is done for a column using AES_256 for existing data. Now From asp.net application I need to save and retrieve the existing/new column data.How to...
View Article