freeipa/install/ui/test/data/otptoken_add.json
2021-07-25 07:50:50 +02:00

44 lines
1.2 KiB
JSON

{
"error": null,
"id": null,
"result": {
"result": {
"dn": "ipatokenuniqueid=10bd43b5-3204-4695-9225-91064f6c77b3,cn=otp,dc=example,dc=com",
"ipatokenmodel": [
"totp"
],
"ipatokenotpalgorithm": [
"sha1"
],
"ipatokenotpdigits": [
"6"
],
"ipatokenotpkey": [
{
"__base64__": "2TUYXOVTaZf/Og=="
}
],
"ipatokentotpclockoffset": [
"0"
],
"ipatokentotptimestep": [
"30"
],
"ipatokenuniqueid": [
"footoken"
],
"ipatokenvendor": [
"FreeIPA"
],
"objectclass": [
"top",
"ipatokentotp",
"ipatoken"
],
"uri": "otpauth://totp/EXAMPLE.COM:10bd43b5-3204-4695-9225-91064f6c77b3?digits=6&secret=3E2RQXHFKNUZP7Z2&period=30&algorithm=sha1&issuer=EXAMPLE.COM"
},
"summary": "Added OTP token \"10bd43b5-3204-4695-9225-91064f6c77b3\"",
"value": "10bd43b5-3204-4695-9225-91064f6c77b3"
}
}