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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
| {
"request": {
"method": "GET",
"path": "/api/v1/notfalldaten",
"clientIP": "XXX.XXX.XXX.XXX",
"countryCode": "DE"
},
"deviceTokenValid": true,
"deviceTokenPayload": {
"type": "ANDROID",
"userIdentifier": "TEST KVNR",
"deviceHealth": {
"integrityVerdict": {
"appIntegrity": {
"appRecognitionVerdict": "UNRECOGNIZED_VERSION",
"packageName": "de.gematik.dsr.android",
"certificateSha256Digest": [
"XXXXXX"
],
"versionCode": 1
},
"deviceIntegrity": {
"deviceRecognitionVerdict": [
"MEETS_DEVICE_INTEGRITY"
]
},
"accountDetails": {
"appLicensingVerdict": "UNLICENSED"
}
},
"keyIdAttestation": {
"attestationVersion": 200,
"attestationSecurityLevel": 1,
"softwareEnforced": {
"creationDateTime": "2023-07-24T10:59:02.933Z",
"usageExpireDateTime": "2024-07-23T12:59:02Z",
"activeDateTime": "2023-07-24T09:59:02Z",
"attestationApplicationId": {
"packageInfos": [
{
"packageName": "de.gematik.dsr.android",
"version": 1
}
],
"signatureDigests": [
"XXXXXX"
]
},
"rootOfTrust": null,
"originationExpireDateTime": "2024-07-23T12:59:02Z"
},
"teeEnforced": {
"purpose": [
2,
3
],
"attestationIdDevice": "XXXXXX",
"keySize": 256,
"osVersion": 130000,
"origin": 0,
"osPatchLevel": 202306,
"attestationIdModel": "XXXXXX",
"attestationIdProduct": "XXXXXX",
"vendorPatchLevel": 20230605,
"attestationApplicationId": null,
"noAuthRequired": true,
"rootOfTrust": {
"verifiedBootKey": "XXXXXX",
"deviceLocked": true,
"verifiedBootState": "VERIFIED",
"verifiedBootHash": "XXXXXX"
},
"algorithm": 3,
"digest": [
4
],
"ecCurve": 1,
"attestationIdManufacturer": "XXXXXX",
"attestationIdBrand": "XXXXXX",
"bootPatchLevel": 20230605
},
"keyStore": {
"type": "KEY_MINT",
"version": 200,
"securityLevel": 1
}
},
"deviceAttributes": {
"build": {
"version": {
"sdkInit": 33,
"securityPatch": "2023-06-05"
},
"manufacturer": "Google",
"product": "oriole",
"model": "Pixel 6",
"board": "oriole"
},
"ro": {
"crypto": {
"state": true
},
"product": {
"firstAPILevel": 31
}
},
"packageManager": {
"featureVerifiedBoot": true
},
"keyguardManager": {
"isDeviceSecure": true
},
"biometricManager": {
"deviceCredential": true,
"biometricStrong": true
},
"devicePolicyManager": {
"passwordComplexity": 327680
}
}
},
"iss": "DSR GMS 1.0.0",
"sub": "XXXXXX",
"iat": 1234567890,
"exp": 1234567890,
"cnf": {
"x5t#S256": "XXXXXX"
},
"jti": "XXXXXX"
}
}
|