Product Documentation

Parameter

Explanation

svcinfo

Object that carries FIDO2 v3 API service information.

payload

Object that carries the changeusername web service parameters. See below for the FIDO2_0 request body.

 

  • FIDO2_0 request body:
    {
      "svcinfo": {
        "did": 1,
        "protocol": "FIDO2_0",
        "authtype: "PASSWORD",
        "svcusername": "Odinson",
        "svcpassword": "F!d0Ru13z"
      },
      "payload": {
        "oldusername": "Thor",
        "newusername": "Loki",
        "modify_location": "Gladsheim"
      }
    }

    Value

    Explanation

    did

    Unique domain identifier for a cryptographic domain.

    protocol

    The FIDO protocol to be used in this request (FIDO2_0).

    authtype

    Type of authorization used to request the service. Can be PASSWORD or HMAC.

    svcusername

    Username requesting the service. The service credentials are looked up in the 'service' setup of authentication systems based on Lightweight Directory Access Protocol (LDAP) Active Directory (AD).

    svcpassword

    Password of the service username specified above.

    oldusername

    The current username associated with the FIDO keys.

    newusername

    The new username to replace the <oldusername> for all associated FIDO keys.

    modify_location

    Location identifier.