
ADOBE CONNECT ENTERPRISE SERVER 6
Installation and Configuration Guide
38
b Comment out the NtlmAuthenticationFilter Java filter mapping.
<!--
<filter-mapping>
<filter-name>NtlmAuthenticationFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
-->
2 Stop Connect Enterprise:
a Choose Start > All Programs > Adobe Connect Enterprise Server > Stop Adobe Connect Enterprise Server.
b Choose Start > All Programs > Adobe Connect Enterprise Server > Stop Adobe Connect Meeting Server.
3 Add following line to the custom.ini file:
HTTP_AUTH_HEADER=header_field_name
Your authentication agent must add a header to the HTTP request that is sent to Connect Enterprise. The name of
the header must be
header_field_name.
4 Save the custom.ini file and restart Connect Enterprise:
a Choose Start > All Programs > Adobe Connect Enterprise Server > Start Adobe Connect Meeting Server.
b Choose Start > All Programs > Adobe Connect Enterprise Server > Start Adobe Connect Enterprise Server.
Write the authentication code
Theauthenticationcodemustauthenticatetheuser,addafieldtotheHTTPheaderthatcontainstheuserlogin,and
send a request to Connect Enterprise Server.
1 Set the value of the header_field_name header field to a Connect Enterprise user login.
2 Send an HTTP request to Connect Enterprise Server at the following URL:
http://connectURL/system/login
The Java filter on Connect Enterprise Server catches the request, looks for the header_field_name header, then looks
for a user with the ID passed in the header. If the user is located, the user is authenticated and a response is sent.
3 Parse the HTTP content of the Connect Enterprise Server response for the string "OK" to indicate a successful
authentication.
4 Parse the Connect Enterprise Server response for the BREEZESESSION cookie.
5 Redirect the user to the requested URL on Connect Enterprise Server, and pass the BREEZESESSION cookie as the
value of the
session parameter, as follows:
http://connectURL?session=BREEZESESSION
Note: Yo u mu s t p as s t he BREEZESESSION cookie in any subsequent requests to Connect Enterprise Server during this client
session.
Configure HTTP header authentication with Apache
The following procedure describes a sample HTTP header authentication implementation that uses Apache as the
authentication agent.
1 Install Apache as a reverse proxy on a different computer than the one hosting Connect Enterprise Server.
2 Choose Start > All Programs > Apache HTTP Server > Configure Apache Server > Edit the Apache httpd.conf
Configuration file and do the following:
Kommentare zu diesen Handbüchern