Product Documentation

NOTE: All SKFS versions prior to v4.17.0 will see the following differences in API responses:

{
    "Response": [ ... ],
    "TXID": "..."
}
  • A successful FIDO2_0 response (accompanied by a 200 OK) will look similar to the following:
    {
        "response": [
            {
                "sid": 1,
                "did": 1,
                "ogid": 1,
                "webOrigin": "https://ror.example.com:8181",
                "status": "Active"
            },
            {
                "sid": 1,
                "did": 1,
                "ogid": 2,
                "webOrigin": "https://fido.strongauth.com:8282",
                "status": "Active"
            },
            {
                "sid": 1,
                "did": 1,
                "ogid": 3,
                "webOrigin": "https://example.strongkey.net",
                "status": "Active"
            }
        ],
        "responseCode": "FIDO-MSG-0086",
        "skfsVersion": "4.17.0",
        "skfsFQDN": "example.strongkey.com",
        "txid": "1-1-70-1745438841115"
    }