How Web authentication docking third-party certification platform?

WSG Internet behavior management gateway (WFilter NGF) of Web authentication function is very powerful, can support a variety of user authentication name (local user, email authentication, domain authentication, Radius authentication), you can also SMS authentication support, micro-channel certification, certification nails and other third-party certification. However, in some cases, users may also want to WSG docking certified third-party Web interface, that is authenticated by other Web authentication system, and implemented by the WSG network control and Internet records. In this example, I'll show you how to interface with WSG third-party Web authentication platform.

First, open the WSG Web authentication.

"Web certification" requirement is the need for open authentication network management and control of staff, some of the computer does not turn on certification. Figure:
1. Set to control the IP range
2. Set a reasonable timeout recertification period to 1440 is the need to re-authenticate once a day.
3. led mac address to the "exceptions MAC address"

201908081565244470805034.png

201908081565244484450770.png

Secondly, Web authentication jump

Click "Edit Web authentication page" in the "Web authentication", the authentication page can be edited, by the way to achieve certification to jump to third-party Web Web authentication URL address. Figure:

201908081565244591233938.png

Note: Source mode can not be saved directly to switch to edit mode, click "Save" below.

Web authentication is achieved via the API callback

After the completion of third-party certification system certification, also we need to complete the certification process by calling WFilter's API.
1. Log: add_user
2. Exit: rm_user
API data, see: http: //wiki.imfirewall.com/API
with php, for example, as follows:
201908081565244759704804.png

After the call, you can map a user name to log in to see the real-time traffic, as shown:

201908081565244823107733.png


Guess you like

Origin blog.51cto.com/12800391/2429469