authentication Tag

The authentication tag is used to configure the authentication settings used by the CommerceAuthenticationModule class. The detectCookies attribute determines whether or not the application will attempt to detect if the current user's browser is configured to accept cookies or not, enabling applications to fallback into URL mode authentication.

The following table lists the attributes of the authentication tag.

Attribute Data Type Description
detectCookies Boolean Indicates if the current user's browser is configured to accept cookies or not.

This attribute is required.

Example

<authentication detectCookies="true"/>

See Also

Configuration Services

AuthenticationInfo Class

AuthManager Class

AuthTicket Class

CommerceAuthenticationModule Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.