Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Windows NT Authenticator: Common

Configuration Options     Related Tasks     Related Topics

This page displays basic information about this Windows NT Authentication provider. You can also use this page to set the JAAS Control Flag to control how this provider is used in the login sequence.

Note: The Windows NT Authentication provider is deprecated as of WebLogic Server 10.0. Use one or more other supported authentication providers instead.

Configuration Options

Name Description
Name

The name of this Windows NT Authentication provider.

Description

A short description of this Windows NT Authentication provider.

Version

The version number of this Windows NT Authentication provider.

Control Flag

Specifies how this Windows NT Authentication provider fits into the login sequence.

Determines how the login sequence uses the Authentication provider.

  • A REQUIRED value specifies this LoginModule must succeed. Even if it fails, authentication proceeds down the list of LoginModules for the configured Authentication providers.
  • A REQUISITE value specifies this LoginModule must succeed. If other Authentication providers are configured and this LoginModule succeeds, authentication proceeds down the list of LoginModules. Otherwise, control is return to the application.
  • A SUFFICIENT value specifies this LoginModule need not succeed. If it does succeed, return control to the application. If it fails and other Authentication providers are configured, authentication proceeds down the LoginModule list.
  • An OPTIONAL value specifies this LoginModule need not succeed. Whether it succeeds or fails, authentication proceeds down the LoginModule list. This setting is the default.

Related Tasks

Related Topics


Back to Top