twitter
    Find out what I'm doing, Follow Me :)
Showing posts with label Single Sign-On. Show all posts
Showing posts with label Single Sign-On. Show all posts

Tuesday, June 08, 2010

Claims–based Identity and Access Control

Imagine a world where you don't have to worry about authentication. Imagine instead that all requests to your application already include the information you need to make access control decisions and to personalize the application for the user.
In this world, your applications can trust another system component to securely provide user information, such as the user's name or e-mail address, a manager's e-mail address, or even a purchasing authorization limit. The user's information always arrives in the same simple format, regardless of the authentication mechanism, whether it's Microsoft® Windows® integrated authentication, forms-based authentication in a Web browser, an X.509 client certificate, or something more exotic. Even if someone in charge of your company's security policy changes how users authenticate, you still get the information, and it's always in the same format.
This is the utopia of claims-based identity that A Guide to Claims-Based Identity and Access Control describes. As you'll see, claims provide an innovative approach for building applications that authenticate and authorize users.
Read more

Monday, August 03, 2009

ASP.NET Enterprise Single Sign-On with BlackBerry Smartphones

Here is an article about single sign-on (SSO) using ASP.Net and BlackBerry Devices.
Ther writer worked on a lot of concepts into the article, the following being a small sample of the variety.

  • Cookie authentication
  • Kerberos S4U2Self implementation
  • Custom .NET configuration section
  • Application of the Page Controller and Intercepting Filter (and why it's so cool for IIS 7) architecture patterns

One of the cool takeaways included in the sample code is a method in C# that simulates ASP.NET's Active Directory authorization check.

Here's the orignal post by the author.

Read more
Related Posts with Thumbnails