This information is written in English only
A proxy server handles client requests for resources. A proxy can return a requested resource from its cache or forward the request to the server where the resource resides. Especially in enterprise environments, proxies can improve network performance by reducing the number of requests sent to remote servers. Proxies can also be used to restrict access to resources.
In a Windows/Internet Explorer environments there is a proxy server configuration in Internet Properties > Connections > LAN settings > Proxy server:
In order for the Windows/Internet Explorer configuration to be used, the BAM Client must be configured to use the default proxy settings. This is done in application configuration files (both LraClient.exe.config and ConfigurationApplication.exe.config) that are located in client root installation folder. In the proxy element of the defaultProxy configuration section in the system.net section group:
<configuration>
<defaultProxy enabled="true">
<proxy usesystemdefault="True"/>
</defaultProxy>
</system.net>
</configuration>
You can also use this configuration to set a specific proxy to be used by BAM Client/ConfigApp – in case if Windows/Internet Explorer proxy configuration is absent or needs different settings. The following code example uses the defaults from the Internet Explorer proxy, specifies the proxy address, and bypasses the proxy for local access.
<configuration>
<defaultProxy enabled="true">
<proxy usesystemdefault="True" proxyaddress =" http://proxy.address.com:3128" bypassonlocal ="True" />
</defaultProxy>
</system.net>
</configuration>
The following table describes some of important attributes.
Attribute | Description |
---|---|
bypassonlocal | Specifies whether the proxy is bypassed for local resources. Local resources include the local server (http://localhost, http://loopback, or http://127.0.0.1) and a URI without a period (http://webserver). The default value is unspecified. |
proxyaddress | Specifies the proxy URI to use |
See more details in <proxy> Element (Network Settings)
Buypass Access Manager can be installed without any visible UI and any user inteaction using the command line or CMD file.
It is possible to specify which features to installed / removed. NB! - Must be run as administrator.
Feature list | Description |
---|---|
RequiredComponents | Basic module, will always be installed |
Acr88Feature | ACR 88/89 support. Required by clients without Secure Pin Pad Reader. |
IdCard | Issue ID card |
TempCard | Issue Temporary card |
PinAdmin | Pin Administration - change PIN / unblock PIN |
Revoke | Revoke certificates |
RegistrationOfIdDocument | Register ID document |
SmartcardDiagnostic | Smartcard diagnostic |
Remote functions | |
RemotePreProduceIdCard | Pre issue ID card for later remote activation |
RemoteActivate | Activate ID card remotely |
RemoteRenew | Renew ID card for remotely |
RemotePinUnblock | Unblock ID card remotely |
RemotePreproduceTemp | Pre issue Temporary ID card for later remote activation |
RemoteIssueTempCard | Issue Temporary ID card remotely |
Administration | |
PreRegistration | PreRegistration |
BatchPreRegistration | Batch PreRegistration |
EnableOperator | Enable an BAM Operator |
DisableOperator | Disable an BAM Operator |
Reports | Reports |