Web Listener Creation UIO Proxy Web Publishing Configuration

6-6 Oracle Fusion Middleware Developers Guide for Oracle Adaptive Access Manager 6. If the IP address or the machine name of the Web application to be published is known, select the option to use the computer name or IP address and provide that information. 7. If you want to include all files and subfolders within a folder, enter for the name of the file or folder you want to publish. If you need to publish more than one file or folder, enter only the first filefolder instead. The remaining files can be entered later by editing the rule. Later you enter the path you entered here for your public details.

8. For your Web listener, select Bharosa Proxy Listener.

9. For authentication delegation, select no delegation and that client cannot authenticate directly. 10. Make sure you are able to apply the rule to requests from all users. Check the properties for your newly created rule by accessing the rule properties. 1. If more than one file or folders need to be published, add all paths. 2. If you have more than one domain name to access the application, add all the domain names.

6.2.2 Registering the UIO ISA Proxy DLL

The UIO ISA Proxy is installed as a Web filter in Microsoft ISA Server. To install the UIO ISA Proxy, follow these steps: 1. Copy the BharosaProxy.dll to the Microsoft ISA Server installation directory, which is by default, ProgramFiles\Microsoft ISA Server. 2. Open the command prompt and navigate to the Microsoft ISA Server installation directory 3. Register the BharosaProxy.dll with the following command: regsvr32 .\BharosaProxy.dll

6.2.3 Settings to Control the UIO Proxy

Various aspects of the UIO ISA Proxy can be controlled using the registry values. All UIO ISA Proxy settings are stored under HKLM\SOFTWARE\Bharosa\Proxy key. Changes to most of the registry values are picked up by the UIO Proxy immediately without requiring a proxy restart.

6.2.3.1 Configuration files

During startup and during config reload, the proxy loads the configuration from the files listed under the HKLM\SOFTWARE\Bharosa\Proxy\ConfigFiles key. ■ The type of each value under this key should be REG_DWORD. ■ The name of each value under this key should be the filename containing the UIO Proxy configuration. ■ The filename can either be fully qualified or relative to the location of the BharosaProxy.dll. ■ The proxy loads a configuration file only if the data has a nonzero value. This can be used to dynamically load and unload proxy configuration files. ■ The files is loaded in the lexicographic order of the filenames in the registry.