-
Notifications
You must be signed in to change notification settings - Fork 335
Expand file tree
/
Copy pathdevice-assurance-grace-period-one-option.json
More file actions
103 lines (103 loc) · 3.19 KB
/
Copy pathdevice-assurance-grace-period-one-option.json
File metadata and controls
103 lines (103 loc) · 3.19 KB
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
{
"version": "1.0.0",
"stateHandle": "01OCl7uyAUC4CUqHsObI9bvFiq01cRFgbnpJQ1bz82",
"expiresAt": "2024-07-31T22:56:22.000Z",
"intent": "LOGIN",
"remediation": {
"type": "array",
"value": [
{
"rel": [
"create-form"
],
"name": "device-assurance-grace-period",
"href": "http://localhost:3000/idp/idx/skip",
"method": "POST",
"produces": "application/ion+json; okta-version=1.0.0",
"value": [
{
"name": "stateHandle",
"required": true,
"value": "01OCl7uyAUC4CUqHsObI9bvFiq01cRFgbnpJQ1bz82",
"visible": false,
"mutable": false
}
],
"accepts": "application/json; okta-version=1.0.0"
}
]
},
"messages": {
"type": "array",
"value": [
{
"message": "Your device doesn't meet the security requirements. Fix the issue by 09/05/2024, 12:00 AM UTC to prevent lockout.",
"i18n": {
"key": "idx.device_assurance.grace_period.warning.title.due_by_date",
"params": [
"2024-09-05T00:00:00.000Z"
]
},
"class": "WARNING"
},
{
"links": [
{"url": "https://okta.com/android-upgrade-os"}
],
"message": "Update to Android 100",
"i18n": {
"key": "idx.error.code.access_denied.device_assurance.remediation.android.upgrade_os_version",
"params": ["100"]
},
"class": "ERROR"
},
{
"links": [
{"url": "https://okta.com/android-biometric-lock"}
],
"message": "Enable lock screen and biometrics",
"i18n": {
"key": "idx.error.code.access_denied.device_assurance.remediation.android.use_biometric_lock_screen"
},
"class": "ERROR"
},
{
"links": [
{"url": "https://okta.com/help"}
],
"message": "For more information, follow the instructions on the help page or contact your administrator for help",
"i18n": {
"key": "idx.error.code.access_denied.device_assurance.remediation.additional_help_default"
},
"class": "ERROR"
}
]
},
"cancel": {
"rel": [
"create-form"
],
"name": "cancel",
"href": "http://localhost:3000/idp/idx/cancel",
"method": "POST",
"produces": "application/ion+json; okta-version=1.0.0",
"value": [
{
"name": "stateHandle",
"required": true,
"value": "01OCl7uyAUC4CUqHsObI9bvFiq01cRFgbnpJQ1bz82",
"visible": false,
"mutable": false
}
],
"accepts": "application/json; okta-version=1.0.0"
},
"app": {
"type": "object",
"value": {
"name": "okta_enduser",
"label": "Okta Dashboard",
"id": "0oa95jo1PTrdxHjaZ0g4"
}
}
}