You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vignettes/two-factor.Rmd
+31-13Lines changed: 31 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -46,18 +46,36 @@ These steps must be completed by a **workgroup admin**.
46
46
47
47
> If you work in the Scottish Government, please [contact the package maintainers](https://scotgovanalysis.github.io/objr/authors.html#authors) to arrange this step.
48
48
49
-
1. <aname = "workgroup-1">Navigate to the summary page for your workgroup in Objective Connect. Select 'Workgroup Options', un-check the option to 'Enforce Two-step verification', and click the blue 'Update' button.</a>
49
+
1. <aname = "workgroup-1">Temporarily disable mandatory 2FA in your workgroup.</a> This can be done in one of the following ways:
50
+
51
+
* Navigate to the summary page for your workgroup in Objective Connect. Select 'Workgroup Options', un-check the option to 'Enforce Two-step verification', and click the blue 'Update' button.
52
+
53
+
```{r}
54
+
#| eval: true
55
+
#| echo: false
56
+
#| out.width: "50%"
57
+
#| fig-align: "center"
58
+
#| fig-alt: >
59
+
#| A button for 'Workgroup options' is selected. A menu is visible containing
60
+
#| an option to 'Enforce Two-step verification' with a checkbox.
"Mandatory 2FA setting successfully updated for workgroup."
73
+
)
74
+
```
75
+
76
+
To reinstate mandatory 2FA later, set `mandate = TRUE`.
77
+
78
+
> Non R users can also use the interactive documentation to [disable mandatory 2FA in the workgroup](https://secure.objectiveconnect.co.uk/publicapi/1/swagger-ui/index.html#/Workgroups/setTwoStepMandatory).
61
79
62
80
63
81
2. In R, allow 2FA bypassing for the workgroup using `workgroup_bypass_2fa()`, providing the relevant workgroup UUID. For example:
> Non R users can use the interactive documentation to [allow 2FA bypassing in the workgroup](https://secure.objectiveconnect.co.uk/publicapi/1/swagger-ui/index.html#/Workgroups/setWorkgroupMfaBypassAllowed).
76
94
77
-
3. Continue to the next section to [give the workspace owner permission to bypass 2FA](#workspace-owner). Once this is complete, [reinstate 2FA enforcing for the workgroup](#workgroup-1).
95
+
3. Continue to the next section to [give the workspace owner permission to bypass 2FA](#workspace-owner). Once this is complete, [reinstate mandatory 2FA for the workgroup](#workgroup-1).
78
96
79
97
80
98
## Permission for the workspace owner {#workspace-owner}
0 commit comments