Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What do you mean by passport authentication and windows
authentication ?

Answer Posted / sandip

IIS provides Windows Authentication and hence, this should
be configured within IIS. There are four different kinds of
Windows authentication available: Anonymous, Basic, Digest
and Integrated Windows Authentication.

* Anonymous Authentication: IIS doesn’t perform any
authentication checks. IIS allows any user to access the
ASP.NET application.

* Basic Authentication: For this kind of authentication,
the Windows user name and password have to be provided to
connect. However, this information is sent over the network
in plain text, and, hence, this is an insecure method of
authentication.

* Digest Authentication: It is the same as basic
authentication except for the fact that the password is
hashed before it is sent across the network. However, to be
using Digest Authentication, we must use Internet Explorer
5.0 or above.

* Integrated Windows Authentication: In this kind of
authentication technique, passwords are not sent across the
network. The application here uses either the kerberos or
challenge/response protocols to authenticate users.
Kerberos, a network authentication protocol, is designed to
provide strong authentication for client-server
applications. It provides the tools of authentication and
strong cryptography over the network to help secure
information in systems across an entire enterprise.

* Passport Authentication: Passport authentication is a
centralized authentication service. This uses Microsoft’s
Passport service to authenticate the users of an
application. If the authentication mode of an application is
configured as “Passport”, and if the users have signed up
with Passport, then the authentication formalities are
pushed over to Passport servers.

Passport uses an encrypted cookie mechanism to
identify and indicate authenticated users. If the users have
already been signed into Passport when they visit the
application page, ASP.NET will consider them as
authenticated; otherwise, the users will be redirected to
Passport servers to login. Upon successful login, they’ll
be redirected back to the application page.

* Forms Authentication: With forms authentication,
custom logic can be built into an ASP.NET application. The
following happens when forms authentication is used in an
ASP.NET application:

o When a user requests a page for the application,
ASP.NET checks for the presence of a special session cookie.

o If the cookie is present, ASP.NET assumes the
user is authenticated and processes the request.

o If the cookie isn’t present, ASP.NET redirects
the user to a web form where the custom logic has been built
into the code. The authentication checks can be incorporated
into the web form, and when the user is authenticated
ASP.NET needs to be informed of the same by setting a
property. Once this is done, ASP.NET creates the special
cookie to handle any subsequent requests.

Is This Answer Correct ?    24 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we call methods in remoting asynchronously?

985


Which one is better WebService and Remoting ?

1126


Define singleton activation mode in .net remoting?

1013


What are the different types of channels used by .net remoting and which is the best one?

983


What is unmanaged code?

1150


Difference between .net remoting versus distributed com?

995


Define singlecall activation mode in .net remoting?

990


What do you mean by passport authentication?

1101


What are the types of remoting?

1007


When do we use delegates in your remoting applications?

952


Explain marshalling and its types in .net remoting

942


Explain the hierarchial description of remoting?

938


About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?

2978


What are static assemblies and dynamic assemblies. Differences between them?

1163


Name the distributed systems available apart from .net remoting?

953