Stories recently tagged with 'Authentication'

.NET 2.0 FormsAuthentication Remember Me Challenge(xerratus.com)

submitted by xerratusxerratus(415) 5 years, 6 months ago

A few weeks ago, I posted a solution I came up with a way to utilize a remember me checkbox in .NET 2.0 that, when selected, pre-populated just the username in the username textbox during subsequent visits. The problem I found was that signing out of FormsAuthentication wiped out any and all cookies I had set during or prior to logging a user in. So, the simple act of looking at the cookie to see if the user wanted to be remembered became quite an ordeal. My solution was to set/get the cookie using JavaScript. There are some skeptics out there though. So, for them, I've created a very simple website solution that tries to set and get the remember me cookie as explained above. The challenge is to modify the solution so that it DOES work. read more...

1 comment |category: |Views: 13

tags: another

ASP.NET Services with Atlas(aspnetpodcast.com)

submitted by wallymwallym(2085) 5 years, 7 months ago

A webcast about using Profiles, Authentication, and the ASP.NET Services in Atlas. read more...

add a comment |category: |Views: 0

tags: another

Implementing a Smart Card Authentication Pattern with ASP.NET, Part 1(choosing-a-blog-url-sucks.blogspot.com)

submitted by j.montyj.monty(1868) 5 years, 7 months ago

While working on a particular ASP.NET project I came across an odd combination of requirements for user authentication using Smart Cards. This article discusses the background and part 1 of the implementation. read more...

add a comment |category: |Views: 244

tags: another

Recipe: Enabling Windows Authentication within an Intranet ASP.NET Web(weblogs.asp.net)

submitted by rjdudleyrjdudley(1465) 5 years, 10 months ago

Scott Guthrie demonstrates how to enable Windows authentication on an Intranet application. read more...

1 comment |category: |Views: 77

tags: another