• Home
  • About
  • BestBloggingIdeas
  • DotNetLearningSource
  • FORUM
  • Joblinks
  • Latest News
  • Policy
  • POSTS
  • SimplySqlServer.Com && SimplyAspDotNet.Com
  • Sitemap

Join Ours Forum

Asp.Net,C#,Ajax,Sql server,silverlight,Javascript codes exambles articles,Programming exambles

RSS Feed
  • Bounty Huge Roll [Amazon Frustration-Free Packaging]
  • XML Introduction to XML VHS Video Training, 1 hr., 32 minutes.
  • The Basic Overview of Windows Mobile Development Asp.Net C#
  • Overview of Sql server extended properties Asp.Net C#
  • How to Use Sql Server Extended properties using visual studio Asp.Net C#
  • Adobe Dreamweaver Templates Accelerate Web Development
  • Top Tips for Web Design Projects
  • How to Achieve a Good Web Design Structure
  • To Use Or Not To Use Website Templates
  • Five Tips to a Successful Website
  • Top 10 Articles,


    Silverlight Datagrid Select Update Delete Insert Asp.Net C#

    Differences Similarities Benefits Between Typed Datasets and Untyped Datasets asp.net c#

    Linq to Sql Introduction Entities Ado.Net C# SqlClasses Attributes Linq Mapping

    Linq Programming/How Linq Works?/Linq Implementation In Asp.Net C# Ado.Net

    Performing Developing Using Investigating Asp.Net 2.0 Ajax Application Development Asp.Net C#

    Hosting/Install Wcf Services in a Windows Service Asp.Net C#

    Connecting Silverlight to Wcf Asp.Net C#

    Silverlight Data Grid Data Binding WCF Asp.Net C#

    Invoking/Accessing/Calling WCF Service Without Adding/Creating Proxy/Reference Asp.Net C#

    Performing Doing Creating Insert Update Delete sql data Using Linq Database Asp.Net C#

    A Simple OverView of ASP.NET Authentication Modes

    Posted by on February 6, 2010 Leave a comment (3) Go to comments

    Introduction:
    ASP.NET authentication modes include Windows, Forms, Passport, and None.

    Main:
    Windows authentication: With this authentication mode, ASP.NET relies on IIS
    to authenticate users and create a Windows access token to represent the authenticated
    identity.

    IIS provides the following authentication mechanisms:

    Basic authentication:
    Basic authentication requires the user to supply credentials
    in the form of a user name and password to prove their identity. It is a
    proposed Internet standard based on RFC 2617. Both Netscape Navigator and
    Microsoft Internet Explorer support Basic authentication. The user’s credentials
    are transmitted from the browser to the Web server in an unencrypted
    Base64 encoded format. Because the Web server obtains the user’s credentials
    unencrypted, the Web server can issue remote calls (for example, to access
    remote computers and resources) using the user’s credentials.

    Note: Basic authentication should only be used in conjunction with a secure channel
    (typically established by using SSL). Otherwise, user names and passwords can be
    easily stolen with network monitoring software. If you use Basic authentication you
    should use SSL on all pages (not just a logon page), because credentials are passed on
    all subsequent requests.

    Digest authentication:
    Digest authentication, introduced with IIS 5.0, is similar to Basic authentication except that instead of transmitting the user’s
    credentials unencrypted from the browser to the Web server, it transmits a
    hash of the credentials. As a result it is more secure, although it requires an
    Internet Explorer 5.0 or later client and specific server configuration.

    Integrated Windows authentication:
    Integrated Windows Authentication (Kerberos or NTLM depending upon the client and server configuration) uses
    a cryptographic exchange with the user’s Internet Explorer Web browser to
    confirm the identity of the user. It is supported only by Internet Explorer (and
    not by Netscape Navigator), and as a result tends to be used only in intranet
    scenarios, where the client software can be controlled. It is used only by the
    Web server if either anonymous access is disabled or if anonymous access is
    denied through Windows file system permissions.

    Certificate authentication:
    Certificate authentication uses client certificates to positively identify users. The client certificate is passed by the user’s browser
    (or client application) to the Web server. (In the case of Web services, the Web
    services client passes the certificate by means of the ClientCertificates property
    of the HttpWebRequest object). The Web server then extracts the user’s
    identity from the certificate. This approach relies on a client certificate being
    installed on the user’s computer and as a result tends to be used mostly in
    intranet or extranet scenarios where the user population is well known and
    controlled. IIS, upon receipt of a client certificate, can map the certificate to
    a Windows account.

    Anonymous authentication:
    If you do not need to authenticate your clients (or you implement a custom authentication scheme), IIS can be configured for
    Anonymous authentication. In this event, the Web server creates a Windows
    access token to represent all anonymous users with the same anonymous (or
    guest) account. The default anonymous account is IUSR_MACHINENAME,
    where MACHINENAME is the NetBIOS name of your computer specified at
    install time.

    Passport authentication:
    With this authentication mode, ASP.NET uses the centralized authentication services of Microsoft Passport. ASP.NET provides a
    convenient wrapper around functionality exposed by the Microsoft Passport
    Software Development Kit (SDK), which must be installed on the Web server.

    Forms authentication:
    This approach uses client-side redirection to forward unauthenticated users to a specified HTML form that allows them to enter their
    credentials (typically user name and password). These credentials are then
    validated and an authentication ticket is generated and returned to the client.
    The authentication ticket maintains the user identity and optionally a list of roles
    that the user is a member of for the duration of the user’s session.
    Forms authentication is sometimes used solely for Web site personalization. In
    this case, you need write little custom code because ASP.NET handles much of
    the process automatically with simple configuration. For personalization scenarios,
    the cookie needs to hold only the user name.

    Note: Forms authentication sends the user name and password to the Web server in plain
    text. As a result, you should use Forms authentication in conjunction with a channel
    secured by SSL. For continued protection of the authentication cookie transmitted on
    subsequent requests, you should consider using SSL for all pages within your application
    and not just the logon page.

    None: None indicates that you either don’t want to authenticate users or that you are using a custom authentication protocol.

    Conclusion:
    Hope this helps,
    Happy Coding.

    References:
    msdn.microsoft.com

    ASP.NET
    ← How to resize a Image based on screen Resolution
    Converting Phone Number into Alphabetical to Number →

    Learn Easily Using Video Tutorials


    How to choose the right Java IDE – explained Eclipse NetBeans BlueJ

    Developing/Creating/Performing/Configuring Java Applications Using Eclipse IDE

    Step By Step Guide for Download/Install Configure Eclipse IDE for Java

    Editing data with the GridView control Asp.Net C#

    Registering/Configuring Web Controls globally in web.config file asp.net c#

    Registering/Configuring Web Controls globally in web.config file asp.net c#

    Best way to prepare asp.net Interview - Success Stories

    Download Important Questions and PPT's:

    Sql Server Important Questions Online free download

    Dotnet Important Questions Online free download

    Exploring Linq to Sql Process Flow

    Learn how to perform silverlight programming

    Learn OOPs concepts in better and well manner

    Learn Ajax in better and well manner

    Leave a comment

    3 Comments.

    1. get backlinks June 29, 2010 at 5:46 am

      I love your website! did you create this yourself or did you outsource it? Im looking for a blog design thats similar so thats the only reason I’m asking. Either way keep up the nice work I was impressed with your content really..

    2. free hosting template July 2, 2010 at 6:20 am

      Nice post. i learned many more about the football from this post.thanks for posting.

    Leave a Reply Cancel reply

    Your email address will not be published. Required fields are marked *

    *

    *


    You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

    Trackbacks and Pingbacks:

    • A Simple OverView of ASP.NET Authentication Modes … | Drakz Free Online Service - Pingback on 2010/02/06/ 21:35

    Enter your email address:

    Delivered by FeedBurner

    • Recent Posts

      • Bounty Huge Roll [Amazon Frustration-Free Packaging]
      • XML Introduction to XML VHS Video Training, 1 hr., 32 minutes.
      • The Basic Overview of Windows Mobile Development Asp.Net C#
      • Overview of Sql server extended properties Asp.Net C#
      • How to Use Sql Server Extended properties using visual studio Asp.Net C#
    • Search by Tags!

      Application AspNet Basic between Black Bluetooth Build Business Collection Consultants Design Development Downloading effective Excel Experts Generics Implement Installing Interview Logic Management Microsoft Minutes Object Outlook Professional Programmer Programming Project Projects Questions Ready Select Server Services Silverlight Source Strings Studio Through using Visual Website Wordpress
    • Archives

      • August 2011
      • June 2011
      • May 2011
      • April 2011
      • March 2011
      • February 2011
      • December 2010
      • November 2010
      • October 2010
      • September 2010
      • August 2010
      • July 2010
      • June 2010
      • May 2010
      • April 2010
      • March 2010
      • February 2010
      • January 2010
      • December 2009
      • November 2009
      • October 2009
      • September 2009

    Copyright © 2012 NetProgrammingHelp.com

    Δ Top