Product Documentation
  • 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.16.0",
        "skfsFQDN": "example.strongkey.com",
        "TXID": "1-1-70-1745438841115"
    }