summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/otptoken_add.json
blob: c52fc15035e0aad025294a8da1f938ee53c8e5a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
    "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"
    }
}