MSM7xx Controllers Configuration Guide v6.4.0

11. Add the following entries to the Configured attributes table on the Public access > Attributes
page. (You can also define these attributes in the RADIUS profile for the controller if you are
using a RADIUS server.)
login-url=URL_of_page_on_remote_server
access-list=loginserver,ACCEPT,tcp,web_server_IP_address, 443
ssl-noc-certificate=URL_of_the_certificate
ssl-noc-ca-certificate=URL_of_the_certificate
transport-page=web_server_URL /newlogin/transport.html
session-page=web_server_URL /newlogin/session.html
fail-page=web_server_URL /newlogin/fail.html
logo=web_server_URL /newlogin/logo.gif
use-access-list=loginserver
Forcing user logouts
Users can be logged out by calling the following URL:
https://controller_ip:8090/goform/HtmlNocLogoutRequest?ipaddress=user_ip
NOTE: This request must come from the login application (or another other application that is
using the same SSL certificate).
The controller returns a positive or negative answer for the user logout as standard HTML. The
login application must parse this information to retrieve the response.
Logout success
<HTML>
NOC_INFO_STATUS=NOC_STATUS_SUCCESS
</HTML>
Logout failure
<HTML>
NOC_INFO_STATUS=NOC_STATUS_FAILURE
NOC_INFO_INT_ERR_MESSAGE=<error message>
</HTML>
These definitions are contained in noc.h.
Forcing user logouts 557