Owners of network resources want to verify the identity of users who attempt to access these resources are typically. Identifying a user determines the resources that users can access, and can determine how to personalize the content for that user. Tracking anonymous uniquely is useful so that their history can be used to provide a quality experience when they once again access the network. To identify a user, authentication schemes are used.
Authentication schemes provide a way to collect credentials and determine the identity of a user. During authentication, Web Agents communicate with the Policy Server to determine the proper credentials that must be retrieved from a user who is requesting resources.
The Policy Server supports various authentication schemes. Use simple schemes for low risk network resources and complex schemes for added security for critical network resources.
The Policy Server uses authentication scheme templates, which provide the Policy Server with the information required to process a scheme. Configure authentication scheme templates using the Administrative UI.
Some authentication scheme types support Password Policies. You can view whether a particular type of authentication scheme supports Password Policies by opening the Authentication Scheme Properties dialog in the Administrative UI. To view a particular authentication scheme type, select it from the drop-down list on the Scheme Common Setup group box. Observe the Password Policies Enabled for this Authentication Scheme check box. If the authentication scheme does not support Password Policies, the check box description is dimmed and the check box is unavailable.
The following table lists supported authentication scheme types and whether they support Password Policies.
Authentication Scheme Type |
Type Supports Password Policies? |
---|---|
Anonymous |
No |
Basic |
Yes |
Basic over SSL |
Yes |
Custom |
Yes |
HTML Forms |
Yes |
Impersonation |
No |
OAuth |
No |
OpenID |
No |
RADIUS CHAP/PAP |
Yes |
RADIUS Server |
Yes |
SafeWord |
No |
SafeWord and HTML Forms |
No |
SecurID |
No |
SecurID and HTML Forms |
No |
X.509 Client Certificate |
No |
X.509 Client Certificate and Basic |
Yes |
X.509 Client Certificate or Basic |
Yes |
X.509 Client Certificate and HTML Forms |
Yes |
X.509 Client Certificate or HTML Forms |
Yes |
Windows Authentication |
Yes |
A single user can be stored in more than one user directory or database that is associated with a policy domain. This user has the same password in each user store. During the authentication process, the Policy Server can find that a user is disabled in one user store. However, by default, it continues searching for the user in all stores that are associated with the policy domain. The user fails authentication only if the Policy Server finds the user that is disabled in all associated user stores. The user is authenticated if it is enabled in any associated user store.
This default behavior is configurable. Stop the Policy Server from searching directories after it finds the user that is disabled in a user store.
Follow these steps:
Windows
Add the registry key ReturnOnDisabledUser to the following location:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Netegrity\SiteMinder\CurrentVersion \PolicyServer
Solaris
Add the following lines to the sm.registry file:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Netegrity\SiteMinder\CurrentVersion \PolicyServer ReturnOnDisabledUser=0x1; REG_DWORD
To determine the identity of a user, the Policy Server employs the authentication scheme for the realm containing the resource. The authentication scheme specifies the credentials that the user must supply for authentication, and the method that the Policy Server uses to validate the user’s identity.
To configure authentication schemes, use the Administrative UI and assign the schemes to realms. The following diagram illustrates how an authentication scheme is called when a user attempts to access a protected resource.
In the example above, the user requests the protected resource sales.html from the /Sales/ realm. This realm requires Basic authentication. The Policy Server informs the Web Agent that the resource is protected and requests Basic credentials from the user by way of the Web Agent. The Agent prompts the user for a user name and password.
The authentication schemes fall into a number of categories. These categories represent the general characteristics of available authentication methods. Details are provided in the sections of this chapter that discuss each specific authentication scheme.
Basic authentication identifies a user by the user name and password. The user’s identity is stored in a user directory. The Policy Server locates a user in a directory that is based on the user name. The Policy Server then verifies that the password matches the one saved in the user directory. If the user name and password that is supplied by the user match the data in the user directory, the user is authenticated.
The Administrative UI provides authentication scheme templates for the following basic schemes:
Configure customized HTML forms to collect more than basic authentication information. In a forms-based authentication scheme, a user can be required to enter more information such as an, organization or account number. The Policy Server verifies the additional information against user directory attributes before authenticating the user.
Integrated Windows Authentication (IWA) is a proprietary mechanism developed by Microsoft to validate users in pure Windows environments. IWA enforces Single Sign-On by allowing Windows to gather user credentials during the initial interactive desktop login process and subsequently transmitting that information to the security layer. The Policy Server, using the Windows Authentication scheme, secures resources by processing user credentials obtained by the Microsoft Integrated Windows Authentication infrastructure.
You can configure X.509 V3 client certificates. Digital certificates act as cryptographic proof of a user’s identity. Once a certificate is installed on a client, that certificate can be used to verify the identity of a user who is accessing a resource. Certificate authentication uses SSL communication and can be combined with basic authentication to provide an even higher level of access security.
The following authentication scheme templates are available for certificate-based authentication schemes:
Note: For certificate-only authentication schemes, the web agent returns HTTP Error 403: Access Denied/Forbidden for any failed authentication or authorization attempt. This is because there is no way for the web agent to challenge the user for a new certificate.
Proxy authentication schemes use the Policy Server as a proxy or substitute for the server that is required by a third-party authentication product. With a proxy scheme, the Policy Server performs the authentication function of the third-party server using scheme-specific libraries.
The following proxy authentication schemes are available:
A digest authentication scheme reads an encrypted user attribute string that is stored in a directory. The scheme then compares the string to the encrypted string it receives from the user. If the encrypted strings match, the Policy Server authenticates the user. A digest scheme compares a string encrypted on a client workstation to an encrypted string on a server without using an encrypted transmission.
The following digest authentication schemes are available:
An anonymous authentication scheme allows non-registered users access to specific web content. A user tries accessing a resource that is protected by an anonymous authentication scheme. The Policy Server assigns the user a Global User Identification (GUID). This GUID is placed in a persistent cookie on the user’s browser so that the user can access specific resources without being challenged to authenticate.
If the Policy Server does not provide a method of authentication that you want to use, use CA’s APIs to develop a custom authentication scheme.
Note: If you have installed the Software Development Kit, see the API Reference Guide for C or the API Reference Guide for Java for more information about creating custom authentication schemes.
Two open source standards are available for use across the Web:
OpenID and OAuth are different. OpenID use one login to access multiple sites. OAuth uses one site to permit access to data on another site. Both of these standards rely on decentralized providers to accomplish the goal of accessing resources securely.
Authentication can be configured to run over a Secure Sockets Layer (SSL) connection.
The following authentication scheme types are configured to use an SSL connection:
Note: An asterisk denotes that an SSL connection is optional.
The Policy Server can persist authentication context data in the session store. Storing data in the session store is an optional feature of some authentication schemes. The session store is another repository in addition to the session ticket for storing user data.
The Policy Server creates session variables and treats them as session ticket fields that are named after the session variables. The Policy Server can access session variables in the session store and impact authentication decisions.
You can configure responses and policies to manipulate, store, or send back session context attributes from the persisted authentication data. The information is retrieved from the session store and sent to the web agent. The web agent can store the data again, or can provide the data to the authorization engine for evaluation. In addition, you can configure your own session variables and can use them for authorization.
To save the authentication context information, select the Persist Authentication Session Variables check box in the Scheme Setup section of the authentication scheme configuration. This option is available for the following schemes:
Important! Persisting authentication data in the session store creates a degradation in the authentication time. Only select this option when you intend to use the variables later for authentication decisions. Otherwise, you can possibly experience a significant performance impact with no benefit.
Authentication schemes require a protection level. This level ranges from zero to 1000. A higher number indicates that the scheme provides higher level of protection. When users authenticate successfully against a scheme, they can access any resource with a protection level equal to or below the current authentication scheme. Users still require authorization for a resource to gain access to it.
Note: Anonymous authentication schemes always have a protection level of zero. Custom schemes have a protection level between zero and 1000. All other authentication schemes have a protection level between1 and1000.
For example, a set of resources is available to all network users, you can assign a Basic (user name and password) authentication scheme. For revenue information that is available only to corporate executives, you can assign an X.509 client certificate scheme with a higher protection level. A user who has authenticated with a user name and password can authenticate a second time with a digital certificate to access the revenue information.
Sometimes the predefined protection level of the authentication scheme can be inadequate. For example, in a federation scenario, the asserting party can possibly require a different protection level to accommodate the relying party. In such cases, the administrator can specify that a protection value in the authentication scheme library overrides the protection level that is specified in the Administrative UI. The value in the library is written to the user session ticket. Select the Allow Protection Override check box in the Scheme Common Setup section of the Create Authentication Scheme dialog for Custom and SAML authentication schemes.
The following table lists all supported authentication schemes and their credential requirements:
|
Credential Requirements |
||||
---|---|---|---|---|---|
Authentication Schemes |
Directory User Name |
Directory Password |
Code from Token |
X.509 Certificate |
User Profile Attributes |
Anonymous |
|
|
|
|
|
Basic |
yes |
yes |
|
|
|
Basic over SSL |
yes |
yes |
|
|
|
Custom |
optional |
optional |
optional |
optional |
optional |
HTML Forms (over SSL optional) |
custom credentials |
custom credentials |
|
|
optional |
Impersonation |
yes |
|
|
|
optional |
NTLM or Windows |
yes* |
yes* |
|
|
|
RADIUS CHAP/PAP |
yes |
yes |
|
|
|
RADIUS Server |
yes |
yes |
|
|
|
SafeWord Server |
yes |
yes |
|
|
|
SafeWord and Forms |
yes |
yes |
|
|
optional |
SecurID |
yes |
|
yes |
|
|
SecurID and Forms |
yes |
|
yes |
|
optional |
TeleID |
yes |
|
yes |
|
|
X.509 Client Certificate |
|
|
|
yes |
|
X.509 Client Certificate and Basic (uses SSL) |
yes |
yes |
|
yes |
|
X.509 Client Certificate or Basic (over SSL optional) |
yes for Basic |
yes for Basic |
|
yes for Certificate |
|
X.509 Client Certificate and HTML Forms |
custom credentials |
custom credentials |
|
yes |
optional |
X.509 Client Certificate or HTML Forms |
custom credentials for HTML Forms |
custom credentials for HTML Forms
|
|
yes for Certificate |
optional for HTML Forms |
*For access to a resource with NTLM or Windows, the Policy Server does not prompt the user to enter a user name and password. This scheme relies on a properly-configured IIS Web server to acquire and verify a user’s credentials. The Policy Server bases authorization decisions on the user’s identity as asserted by the IIS server.
Set up an authentication scheme in the Administrative UI. Configure the components in the following order:
For a Web Agent to support any SSL-based Authentication Scheme, configure a web server for SSL.
After you configure your web servers to support authentication schemes, configure the Policy Server to support the schemes.
You can configure multiple instances of most authentication schemes in the Administrative UI. For example, you can create multiple HTML forms-based schemes to process login, forgotten password requests, and logout. If you create multiple instances of a scheme type, set protection levels to reflect your security requirements.
Copyright © 2015 CA Technologies.
All rights reserved.
|
|