Authentication methods

Deprecated since version 5.4

Fudo Enterprise 5.4 is the last version supporting Application to Application Password Manager. The AAPM will be replaced by the functionality of APIv2 in the next release.

Conventions and symbols:

  • url: fudo connection address,
  • ->: fudopv request,
  • <-: response from Fudo Enterprise,
  • status: response status,
  • FUDO: Fudo IP address,
  • USER: username,
  • SECRET: password (static),
  • SESSIONID: session token,
  • method: HTTP protocol method: GET/POST/PUT,
  • {“key”: “value”}: JSON included in the request/response.

Static password

Static user password, stored in the secret.txt file.

  • -> url: https://FUDO/api/portal/login

  • -> method: POST

  • -> {"username": "USER", "password": "SECRET"}

  • <- status:

    • 200, OK
      • <- {"sessionid": "SESSIONID"}
    • 401, UNAUTHORIZED
    • <- Not applicable.

Related topics: