Skip to content

radiusClient#

Features#

The plug -in supports the Radius server of the given given,Log in to user login,If the login user account exists on the Radius server,But there is no existence in Arkid,Will use a given user name and password to create new users

Steps#

BUpkQQ.jpg

BUm2Gb.jpg

BU0GEL.jpg

BnBwEc.jpg

Login interface#

  • Request address: /api/v1/tenant/{tenant_id}/com_Dragon turtle_app_protocol_radius_client/radius_login/
  • Way of requesting: POST
  • Request parameter:
parameter name Parameter Description Exemplary
username username
password password
  • Return sample:
    {
        "error": "0",
        "package": "com.longgui.app.protocol.radius.client",
        "data": {
            "token": "6a4473603dfae89ac9ef8e6aacdcd2369233d2a5"
        }
    }
    

评论