AssureAccess® — Release Notes

Software Version 3.0.16

[Copyright][Contact Us]


This document contains the release notes for AssureAccess 3.0.16. This release replaces all previous versions of AssureAccess.

AssureAccess 3.0.16.3446 introduces a new feature that is not backwards compatible with earlier versions. Refer to here for more information.

1.0 NEW IN ASSUREACCESS 3.0.16

This patch release introduces support for Apache 2.2 on Solaris and Linux.

1.1 Significant New Features since Release 3.0
  1. Improved support for Microsoft Active Directory
  2. Add support for SAML in IIS
  3. Add Proxy Mode for Attribute Authority and Audit servers, and add LDAP Proxy Server
  4. Add support for Apache 1.3 and 2.2
  5. Add watchdog to start and monitor the AssureAccess daemons on UNIX platforms
  6. Support for Solaris 10 and the Java Enterprise System
  7. Specific Improvements to Support the U.S. Government E-Auth Program
  8. Support for version 8 of BEA Weblogic Server.
  9. Support for Microsoft Windows 2003 Server.
  10. Support for Microsoft Internet Information Server version 6.
  11. Support for Apache 2.0 Web Server on Solaris.
  12. Support for Apache 1.3 Web Server on Solaris and Linux.
  13. Linux support extended to include Red Hat 8 and 9.
  14. Solaris support extended to Solaris 9.
  15. Support for IBM JVM.
1.2 Other New or Improved Functionality in this Release

None.

1.3 Non-Backwards Compatible Changes Introduced in this Release

Patch 16 introduces a backwards incompatibility with earlier releases. In order to support Active Directory logins using the User Principal Name (names of the form 'user@domain') through the LDAP Authentication Provider, support for a new user filter type was added to the implementation. Earlier versions of AssureAccess do not support this new type, and therefore, if the new filter type is configured into an LDAP Authentication Provider AND servers still reside in the domain older than 3.0.16.9446, the servers will fail with an exception in LDAPAuthProvider during initialization. So long as you do NOT configure an LDAP Authentication Provider with the new User by User Principal Name user filter, versions of AssureAccess server components older than 3.0.16.9446 will continue to function.

2.0 PROBLEMS FIXED IN THIS RELEASE

A problem with the creation of multiple RMI registries within a single JVM in Java 1.4 has been addressed by permitting the use of existing RMI registries. This allows the use of already-existing RMI Registries by AssureAccess adapters that might share a JVM with other libraries and applications that use RMI.

The fix adds an attempt to open an existing RMI registry at the specified port before calling the Java API to create a new RMI registry at the same port. By making this change, an RMI registry already created on the port by another application or by the invocation of the rmiregistry command will be used by AssureAccess instead requiring exclusive access to the port by AssureAccess.

A new implementation of the IIS ISAPI filter has been developed to address problems reported by users of IIS 6.0. The previous filter that had functioned well in IIS 3, 4 and 5 started to exhibit problems in IIS6 in some installations. The cause of the problems was that the IIS filter was unable to invoke a Java Virtual Machine in-process in order to access the Java-based functions of AssureAccess.

The new implementation of the IIS filter shares the Web Daemon used to support the Apache web server, communicating with that process via a named pipe. The Web Daemon (webd) is installed as either a manually invoked program or as a Windows Service and provides the vast majority of the AssureAccess functions and features in a common program. The IIS Filter now contains only those features and functions necessary to support the information needs of the webd and to permit the webd to control the flow of processing of web requests by IIS. A side effect of this new implementation is that IIS can now support SAML processing.

3.0 Installation and Configuration Notes

Please be sure to disable the security software on your system while installing or removing AssureAccess on Windows platforms. These operations involve the addition and/or removal of Services that antivirus and antispyware programs typically interfere with. Several customers have reported problems because of this issue. Once the installation or removal is complete, you can enable your security software once again.

Additional information on properly configuring configuring Apache 2.0 and 2.2 - including how to patch your Apache distribution for a problem with returning cookies on a 304 status code - is being added to the installation and configuration documentation in the next release. For your convenience, we are providing the current version of this information as part of this patch. It can be accessed here.

Information is provided below on how to configure the new SAML Attribute Filter feature.

Many installations prefer to run the web server with a non-root identity. Information on how to configure the IPlanet/SunOne web server and AssureAccess to run as Nobody can be found here.

The Custom Headers feature for the Apache Web Adapter has been extended to be on parity with that provided by the other web adapters. For details on configuring the use of custom headers on Apache, go here.

4.0 Known Problems and Limitations

  1. J2EE Adapter Inactivity Timeout Not Working With Basic Authentication
  2. Installer Does Not Ask for Security Administrator when Installing for ActiveDirectory
  3. Manual configuration necessary for Apache 1.3 Server Support
  4. IIS 6 supported in IIS 5 Isolation Mode Only
  5. When using client certificates for authentication in conjunction with IIS, the first (and only the first) request will not include AssureAccess-incorporated headers.

5.0 Operational Notes

  1. SAML Responder and Remote Responder Central Configurations
  2. Maximizing the Security of Web Resources Secured by AssureAccess

6.0 Not Supported in This Release

  1. SAML Assertion Signing Not Supported in this Release >

7.0 Technical Support

  1. Technical Support contact information

1.0 New in AssureAccess 3.0.16

1.1 Significant New Features since Release 3.0

  1. Enhanced Support for Microsoft Active Directory in the LDAP Authentication Provider

    The LDAP Authentication Provider has been enhanced to provide better support for the Microsoft Active Directory Server. A new user filter - User By User Principal Name - supports authentication using the "user@domain" format user name and Active Directory password. This permits the use of the more familiar Microsoft user account name rather than using the Common Name value.

  2. Add support for SAML in IIS

    The new IIS Filter implementation adds support for SAML. New properties have been added to the web.properties file in order to configure IIS as either a SAML source site or a SAML destination site. As the vast majority of the functionality is in the common Web Daemon process (shared between Apache and IIS), all the functionality previously unique to the Apache server is now shared by the IIS server. Documentation on how to configure the IIS server to support SAML can be found in Appendix B.

  3. Add Proxy mode for Attribute Authority and Audit Servers, and add LDAP Proxy Server

    When AssureAccess domains must cross one or more network barriers (firewalls), it is often desireable to require stronger protections on the communications between the separated components. Firewall requirements can also make it difficult to properly identify and properly configure the ports required to support AssureAccess installations. In order to better support installations in these environments, AssureAccess now supports running the Attribute Authority and Audit servers in Proxy mode. In addition, a new server - the LDAP Proxy Server - is now available to be installed. In firewall situations, the new servers greatly reduce the complexity of configuring the firewalls in order to support the transit of traffic necessary to support AssureAccess operation. Configuration information for these new services can be found in a Technical Note available from Entegrity.

  4. Addition of support for Apache 2.2 and Configuration Support for Apache 1.3

    Support for the Apache 2.2 http server has been added for Linux and Solaris, and full configuration support for all versions of Apache (1.3, 2.0, and 2.2) is now available. Manual configuration of Apache 1.3 servers is no longer necessary - the configuration tool and the localconfig tool both can configure all three versions of the Apache httpd server.

  5. Addition of the Watchdog Process to Start and Monitor the AssureAccess Daemons on UNIX Platforms

    The watchdog program logs information to the system log that permits operators and administrators the ability to monitor and troubleshoot the execution of the AssureAccess daemons. It also starts the daemons in a manner that isolates them from the invoking process, preventing unexpected terminations - especially when rc.aa is invoked from a shell. Finally, should the AssureAccess daemon terminate unexpectedly, the watchdog program will restart the daemon automatically. Watchdog logs all significant events to the system log as a Daemon facility. The termination of watchdog itself and/or the monitored process is logged at at least the warning level, and several other events are logged at the information level. As much information as available is included in the log messages to indicate why the monitored process(es) terminated.

    For UNIX platforms, a script - rc.aa - is provided to facilitate startup, monitoring and shutdown of the AssureAccess daemons installed on the host. When run from the command line, however, earlier versions did not provide for separating the server processes from the session and process group of the shell from which the command was executed, and so the daemons would terminate when the user logged out or closed the shell. Also, as the AssureAccess daemons are pure Java programs and use only the standard Java classes, they do not handle UNIX signals themselves, and so when they were terminated no record of the reason why they terminated could be created.

    This patch release introduces the use of the watchdog program to start and monitor the AssureAccess daemons. It is invoked with the path of the desired program and any arguments to be provided to that program upon execution. When watchdog is executed, it:

    1. Creates a new session and process group with itself as the process group leader.
    2. Closes the controlling terminal to separate itself from the invoking process and establish itself as a daemon process.
    3. Sets up signal handlers for the primary terminating signals (HUP, INT, TERM and QUIT)
    4. Starts the desired program in a new child process in the new process group.
    5. Waits for the termination of the child process.

    Should the child process terminate for any reason, the information returned from the wait() call is logged using the syslog() call to the system log. The daemon program is then restarted. If the child process terminates a large number of times, watchdog will stop restarting the child process, log the termination of itself, and exit.

    Should watchdog itself receive any of the above-listed terminating signals, it will log the event to the system log, send a TERM signal to all the processes in its' process group, and then exit itself. This will cause the termination of the daemon process as well.

  6. Support for Solaris 10 and the Java Enterprise System (JES)

    The product will now install, configure, and protect the combination of the Sun JES Web Server 6.1 and the Sun JES Directory Server 5.2 on a Sun Solaris 10 system. The environment used as the basis for porting and testing are current as of the Q305 Release. Although not yet fully tested, we believe that these JES components will be supported on any UltraSparc platform running Solaris 8, 9, or 10. Testing on the earlier versions of Solaris will be completed for a follow-on release.

  7. Specific Improvements to Support the U.S. Government E-Auth Program

    A number of improvements have been made to the Artifact Consumer Servlet in order to provide improved support for the requirements of the U.S. Government E-Authentication program. These improvements include the ability to provide detailed error messages in the authentication denied redirection messages, to specify Agency Application IDs and Assurrance Level requirements, and other E-Auth specific capabilities. The exact set of features are included in a separate document that is available upon request.

  8. Support for BEA WebLogic Server version 8

    The product will now support WebLogic Server (WLS) version 8. Installation and configuration is nearly identical to that for WebLogic Server version 7 described by the 3.0 documentation. A new selection has been added to the J2EE configuration menus in the main configuration program and in the localconfig program to permit the specification of WLS version 8 server. Other that selecting version 8 instead of version 7, all other aspects of configuring AssureAccess to work with WLS version 8 are identical to those for WLS version 7.

  9. Support for Windows Server 2003

    The product is now supported on the Windows Server 2003 operating system. In addition, the product will install and operate on the Windows XP operating system, however this capability is provided for evaluation purposes only, and is neither intended or supported for production use.

  10. Support for Windows Internet Information Server version 6.

    The AssureAccess IIS ISAPI filter module has been ported to work on the IIS 6 server, with the limitation that the IIS server must be set to operate in IIS 5.0 Isolation Mode.

    We are investigating the possibility of modifying the implementation in the next release of AssureAccess to eliminate this limitation.

  11. Support for Apache 2.0 Web Server on Solaris.

    The Apache 2.0 Web Server is now supported by AssureAccess on Solaris 7, 8, 9 & 10.

  12. Support for Apache 1.3 Web Server on Solaris and Linux.

    Limited support for the Apache 1.3 Web Server is now provided by AssureAccess on all supported versions of Solaris and Red Hat Linux. The sole limitation of this implementation is that the AssureAccess localcfg and installer configuration tools have not been modified to configure the AssureAccess Dynamic Shared Object (DSO) into the Apache Web Server configuration file. The filter is otherwise fully functional. Instructions for configuring the DSO into the Apache configuration file are provided below.

  13. Linux support extended to include all versions of Red Hat 7.0 through WS, AS and ES .

    AssureAccess has been qualified to run on all versions of Red Hat Linux after version 7 up to the present. In addition, we are currently unaware of any issues with installing and operating AssureAccess components on ANY version of Linux, although we have only qualified the product on the specified versions.

  14. Solaris support extended to Solaris 9.

    AssureAccess has been qualified to run on Solaris 9, in addition to versions 7 and 8.

  15. Support extended to IBM JVMs

    AssureAccess have been qualified to run on IBM JVMs of version 1.4.2 or later. Remember that you must download and install the "Unlimited Strength Cryptography Policy" files FROM IBM and install them into the IBM JVM file tree in order for AssureAccess to operate properly. Do NOT try to use the Sun version of the policy files - they will not work.

1.2 Other New or Improved Functionality Since Release 3.0

  1. Support for SAML Attribute Filtering

    The capability to filter outgoing SAML attributes has been added to AssureAccess. In response to a user request, we have provided the ability for administrators to specify attributes NOT to include in outgoing SAML responses. See
    below for instructions on how to use this function.
  2. Improved Support for Custom Headers for the Apache Web Server

    The Custom Headers feature for the Apache Web Adapter has been extended to be on parity with that provided by the other web adapters. For details on configuring the use of custom headers on Apache, go here.

1.3 Non-Backwards Compatible Changes Introduced in this Release

The improved support for Active Directory requires a new user filter type that is not understood by older versions of AssureAccess. Therefore, if you you intend to utilise the "Users by User Principal Name" user filter, you must ensure that ALL Authentication, Audit, and Management Console Servers have been upgraded to 3.0.16 before configuring the LDAP Adapter. Older versions of these servers will generate exceptions and possible fail upon encountering a configuration record that incorporates the new user filter.

[back to contents]


2.0 Problems Fixed in This Release

The following is a list of the problems fixed in AssureAccess in version 3.0.1-3.0.16.

  1. An issue caused by a reported defect in Java 1.4 has been addressed. Basically, the internal implementation of RMI in SUn Java 1.4 prevents the creation of multiple RMI registries in the same Java Virtual Machine (JVM). This caused an issue when AssureAccess was integrated with another RMI-capable application in the same JVM - both AssureAccess and the other application attempted to create separate RMI registries and the second attempt would fail, causing a failure of the application.

    The solution modifies the code to use an already-existing RMI registry on the defined port rather than attempting to create a new RMI registry. This, with proper configuration, permits AssureAccess and other applications to share a single RMI registry either in the JVM or in a separate JVM, such as one created by the rmiregistry command.
  2. A customer-reported problem regarding the configuration of SAML Destination Sites in web adapter configurations has been fixed. The SAML Artifact Consumer has been modified to no longer use the Resource Pattern as a consideration when attempting to locate the Responder URL for a given Source ID, and the Management Console has been modified to properly enable and disable the Inter-Site Transfer URL and the Resource Pattern fields with the "Enable Destination Site First" checkbox.
  3. The set of ciphersuites supported for use in SSL connections in support of SAML included only CBC-based algorithms. In order to provide more compatibility with JSSE and to satisfy a customer request, we have added support for four additional ciphersuites:

    This issue is reference number 603.

  4. An issue arose in an underlying IAIK cryptographic library with the CBC algorithms (see OpenSSL security advisory 19 February 2003) that the vendor addressed in a patch release. We have incorporated this latest patch into AssureAccess 3.0.9. (reference number 604)
  5. Another issue fixed by the update of the IAIK library is that a problem dealing with empty data fragments has been resolved. (reference number 604)
  6. A timing problem in the Management console was causing the component you were typing into to lose focus prematurely. (Reference number 392)
  7. A set of improvements were made to better support authorization using identities obtained through SAML. Rules and policies can now treat SAML-based identities in a manner similar to identities obtained from any other source. This issue is reference number 419.
  8. A security problem was fixed in the AssureAccess SunOne Web Server filter (reference numbers 468 and 479).
  9. A security problem in the AssureAccess IIS filter has been fixed (reference number 399).
  10. A situation arose at a customer site where a single POST request to an IIS server generated both a 100 response and a 200 response, but IIS was returning our Set-Cookie header to reset the inactivity timeout only with the first (100) response. The issue was addressed so that the proper Set-Cookie header is now returned with both responses (reference number 241).
  11. Multiple incorrect indications of AssureAccess server fail-overs were being noticed at one customer site. The problem was traced to a missing Java Serialization UID for the Domain Class (reference number 357).
  12. A missing element in a classpath was causing "LDAP Schema Only" installs to fail. The element was added (reference number 371).
  13. The online help for the localcfg tool was unavailable due to a coding error. (reference number 381)
  14. The year 2004 was missing from the available years in the Start Date combo box in the edit time rule panel of the Management Console. (reference number 383)
  15. A security issue that occurred when using client certificates in conjunction with IIS when IIS was not set to require SSL has been fixed (reference number 515).
  16. Discarding a new policy immediately after creating it could cause a null pointer exception in the Management Console (reference number 346).
  17. A problem introduced in the previous patch release where policy updates to web servers were not succeeding (reference number 472).
  18. On Windows, the installer was not properly creating the shortcut for the index document (reference number 501).
  19. When configuring Apache, the localcfg tool was assuming port 80 instead of obtaining the actual port from the httpd.conf file (reference number 410).

[back to contents]


3.0 Installation and Configuration Notes

3.1 Installation Warning for Windows

Several customers have reported problems installing AssureAccess on systems that have antivirus and/or antispyware programs running. AssureAccess installation and removal usually involves the manipulation of Windows Services, an area usually protected by these types of systems. In order to ensure the proper installation and removal of AssureAccess on Windows systems, please disable your antivirus and other security programs for the duration of the process. Once you have installed or removed Assureaccess, you can enable your security software again.

3.2 SAML Attribute Filtering Configuration

In response to a customer request, we have added the capability for administrators to filter the list of user attributes to be included in an outgoing SAML response. The administrator can specify attributes NOT to be included in the SAML response by adding them to the property

com.entegrity.saml.ignoreAttrs

in the saml.properties file, which can be found in the config subdirectory of the AssureAccess installation directory. The delimiter to be used attributes in this list is, by default, a comma, but a different one can be specified in the

com.entegrity.saml.ignoreAttrsDelim

property in the same file. Note that user attributes identified in this list will never be returned to the requestor, even if they are requested.

There is only one ignoreAttrs property per AssureAccess installation, thus the property applies for all domains protected by the server, and there is no current capability to specify this property on a per-domain basis.

3.3 Configuring the Artifact Consumer to Accept non-SSL Requests with SSL-Enabled Responders

According to the SAML specification, if an Artifact Consumer is configured to use SSL to communicate with a particular SAML Responder, then the Artifact Consumer should require that all requests that it receives for that responder be transmitted via SSL as well. This does not support cases where an external system is being used as the SSL endpoint at a destination site.

In order to support these cases, the administrator can add the ExternalSSL init-param to the web.xml file for the Artifact Consumer, setting it to a value of "True" or "true". For example:

...
<init-param>
  <param-name>ExternalSSL</param-name>
  <param-value>True</param-value>
</init-param>
...

This value is assumed to be false if it is not specified or if the value is not "True".

3.4 Configuring IWS and Apache to Run as Nobody on Solaris

Many installations prefer to run the web server with a non-root identity. Information on how to configure the IPlanet/SunOne web server and AssureAccess to run as Nobody can be found here.

3.5 Configuring Custom Headers for the Apache Web Adapter

The Custom Header feature in the Apache Web Adapter has been improved to provide additional support for inserting either attributes from the user's Attribute Certificate OR the basic authentication user name into the request for consumption by backend applications or scripts. This feature, documented in section 3.8 in the Local Configuration Guide and section 3.4.7 in the Administration and Configuration Guide, now behaves almost identically to the features provided for the other web adapters. The only difference is that the properties are in the j2ee.properties file, as opposed to the web.properties file, and that the property names have a different prefix.

The Custom Header Property

This property allows you to specify an attribute whose value you want backend applications or scripts to obtain from a custom header. This capability is often useful if you are using AssureAccess as one product in a chain of applications or processes that need to receive and process an HTTP request. These applications or processes might be legacy systems, applications, and so on that perform authentication or any other function according to a value contained in a custom header in the HTTP request.

To do this, you must first ensure that the AssureAccess filter module is invoked before the module(s)/filters used by your applications. Once that is done, you can configure AssureAccess to add a custom header that the legacy system can subsequently use. The custom header value can set to that of any user attribute contained in the user's AssureAccess attribute certificate (AC). After AssureAccess has finished processing the HTTP request and passes it along to the other downstream systems, that custom header and its value are available to them.

Configuration File Example
j2ee.properties

com.entegrity.assureaccess.j2ee.attr.<hdr_name>=<attr_name>

where
<hdr_name> is the name of the custom header
<attr_name> is the name of the attribute

The USER Attribute

This configuration setting extracts the value of the User attribute from the user's Attribute Certificate and adds it to the HTTP request.

Configuration File Example
j2ee.properties

com.entegrity.assureaccess.j2ee.userheader=<value>

where
<value> is the name of the custom header

Basic authentication username

This property adds a user's Basic Authentication username to the HTTP request. The username is taken from the Basic Authentication header and set in REMOTE_USER header. Note that this value can only be provided if the Basic Authentication header is present.

Configuration File Example

j2ee.properties

com.entegrity.assureaccess.j2ee.add=REMOTE_USER

3.6 Errata for "Configuring Request Headers for Other Environments"

The table describing the property used to configure the Basic Authentication Username (Section 3.9, Page 43 of the Local Configuration Guide, Section 3.4.8 of the Administration and Configuration Guide) incorrectly identifies the properties file the property resides in. This should read "web.properties" instead of "clientserver.properties."

[back to contents]


4.0 Known Problems and Limitations in This Release

  1. J2EE Adapter Inactivity Timeout Not Working With Basic Authentication

    When using Basic Authentication, the J2EE Adapter does not support Inactivity Timeout. The problem is that once a user logs in with Basic Authentication, the browser continues to send the username/password with each request to the target server. When the user's authentication is revoked due to inactivity, the existing username/password pair automatically allows the user to re-authenticate without the user even knowing that he/she was logged out and without requiring the user to provide the credentials again.

  2. Installer Does Not Ask for Security Administrator when Installing for Active Directory
    When the directory type is Active Directory, the installer sets the security administrator account to be the machine's "Administrator" account without querying the user.
  3. Manual Configuration Necessary for Apache 1.3 Server Support
    In order to configure an Apache 1.3 HTTP Server to work with AssureAccess 3.0.9 and later, you must manually edit the Apache configuration file (usually httpd.conf). You may use the localcfg or installer configuration tools to do the initial configuration, however these tools will point to the incorrect shared library, and you most modify the LoadModule directive in the Apache configuration file to point to the correct shared library. Detailed instructions can be found above.
  4. IIS 6 supported in IIS 5.0 Isolation Mode Only

    AssureAccess currently supports the Internet Information Service through the use of an ISAPI filter. For various reasons, this filter requires access to the IIS READ_RAW_DATA event in order to perform various functions.

    Starting with IIS 6, IIS supports two modes of operation - the worker process isolation mode and the IIS 5.0 isolation mode. The default is the new worker process isolation mode. Unfortunately, when in this mode filters in the individual processes do not have access to the READ_RAW_DATA event, and so the current AssureAccess implementation will not function correctly.

    As a result, users MUST put the IIS 6 server into IIS 5.0 Isolation Mode before attempting to use AssureAccess 3.0.9 and later to protect IIS 6 resources. This can be done by checking the "Run WWW Service in IIS 5.0 isolation mode" checkbox in the Services tab of the Web Sites properties box in the IIS Manager, or by setting the LM\W3SVC\IIs5IsolationModeEnabled property to 1 in the IIS Metabase using the Metabase Editor.

    The IIS 6 server modes are mutually exclusive. Users should read and understand the IIS documentation regarding this subject, and the documentation for other filters they have installed to determine any dependencies they may have regarding the IIS mode.

    We will investigate the possibility of re-implementing our IIS filter or providing a new IIS extension to support IIS 6 worker process isolation mode in the next major release.

  5. User, Extended, and Custom Headers Missing from Requests Until after Successful Authentication

    AssureAccess provides the capability for administrators so specify that user attribute information be inserted into request headers. This can be used to make user attribute information easily available to applications downstream. Because the user must successfully authenticate before this information can be included, however, the user header information will NOT be included until the client is successfully authenticated by the IIS server. Because of limitations imposed by IIS and how client certificates are processed, no headers may be present in the first request to the server. Refreshing the browser in the same session, or moving to a new page, will generate a new request which will then have the expected headers added to it.

[Back to contents]


5.0 Operational Notes

  1. SAML Responder and Remote Responder Central Configurations
    Note the following requirements and conditions with regard to SAML Responder and Remote Responder Configurations:
  2. Maximizing the Security of Web Resources Secured by AssureAccess
    AssureAccess handles most file system directory exploits and normalizes patterns that might be used to bypass access controls, such as //, /, /\, :/, etc. As new vendor systems are deployed on new OS versions and file systems, new exploits may be exposed. For maximizing security in production systems, Entegrity Solutions recommends that you: The AssureAccess Web Adapter denies access to all unprotected resources by default. This behavior may be reversed using the Deny Access to Unprotected Resources property set on the AssureAccess domain.

[Back to contents]


6.0 Not Supported in This Release

  1. SAML Assertion Signing
    The signing of individual SSO assertions is not supported in this release.
  2. Some Rules and Features Supported on WebLogic 7.0
    When using AssureAccess as the security provider on WebLogic 7.0, you cannot manually create a Protected J2EE Resource to secure resources or query strings. In addition, the following rules are not supported:

    Client IP
    Client DNS
    Server IP
    Server DNS
    Encryption Strength

    Also not supported are the following features:

    Forced Logout
    Logout URI

[Back to contents]


7.0 Technical Support

Mailing Address: Entegrity Solutions, 410 Amherst Street, Suite 150, Nashua, NH 03063
Email: support@entegrity.com
Telephone: 603.882.1306
Fax: 603.882.6092
Website: support.entegrity.com


Copyright

Copyright © 2003-2004 Entegrity Solutions Corporation & its subsidiaries
Entegrity Solutions Corporation, 410 Amherst Street, Suite 150, Nashua, NH 03063 U. S. A.

All Rights Reserved.

THIS DOCUMENT AND THE SOFTWARE DESCRIBED HEREIN ARE FURNISHED UNDER A LICENSE, AND MAY BE USED AND COPIED ONLY IN ACCORDANCE WITH THE TERMS OF SUCH LICENSE AND WITH THE INCLUSION OF THE COPYRIGHT NOTICE BELOW. TITLE TO AND OWNERSHIP OF THE DOCUMENT AND SOFTWARE REMAIN WITH ENTEGRITY SOLUTIONS CORPORATION OR ITS LICENSEES.

ENTEGRITY SOLUTIONS MAKES NO WARRANTY OF ANY KIND WITH REGARD TO THIS MATERIAL, INCLUDING BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.

The information contained in this document is subject to change without notice.

Entegrity Solutions shall not be liable for errors contained herein, or for any direct or indirect, incidental, special or consequential damages in connection with the furnishing, performance, or use of this material.

Use, duplication or disclosure by the Government is subject to restrictions as set forth in subparagraph (c) (1) (i) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013.

Entegrity is a registered trademark and AssureAccess is a trademark of Entegrity Solutions Corporation.

WebLogic Server is a trademark of BEA Systems, Inc. iPlanet, Netscape, and Netscape Navigator are trademarks of Netscape Communications Corporation. CORBA is a trademark of The Object Management Group. Microsoft, Windows, Windows NT, Windows 2000, Internet Information Server, Active Directory, and Internet Explorer are registered trademarks of Microsoft Corporation. Java, JavaBeans, JavaServer, JavaServer Pages, JSP, JavaScript, JavaSoft, Javahelp, JDK, Enterprise Java Beans, EJB, RMI, JNI, JNDI, JDBC, and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries.

Other products and company names referenced in this document are trademarks or registered trademarks of their respective owners.

[back to contents]