Instant On - Wireless

  • 1.  External RADIUS Authentication

    Posted 11-25-2019 12:54 PM

    Hello!

    I'm setting up a AP11 with an external captive portal with RADIUS authentication but I couldn't figure out how to configure a form to post auth data. The docs I found seems old.

    I need help to find out the requested parameters and url to send a post.

    Thanks.


    #captiveportal
    #externalradius
    #radius


  • 2.  RE: External RADIUS Authentication

    Employee
    Posted 11-25-2019 01:33 PM

    @ggg The https POST command should include:

    POST /cgi-bin/login?cmd=authenticate?user=username&password=password

    Additional optional fields are also supported:

    Name

    Required

    Description

    cmd

    yes

    Value "authenticate": sent by the wireless client in order to authenticate.

    mac

    no

    MAC address of the wireless client connecting to the network.

    ip

    no

    IPv4 address of the wireless client connecting to the network.

    network

    no

    Network name (SSID) the wireless client is connecting to.

    url

    no

    Original URL the device was trying to reach when intercepted by Instant On.

    user

    yes

    Username to be used for authentication.

    password

    yes

    Password to be used for authentication.

    session_timeout

    no

    Maximum session timeout for the authenticated wireless client.