diff --git a/docs/Auth-Device-code-flow.md b/docs/Auth-Device-code-flow.md index 560d1b1..7b34590 100644 --- a/docs/Auth-Device-code-flow.md +++ b/docs/Auth-Device-code-flow.md @@ -46,6 +46,11 @@ | vso.variablegroups_write | Variable Groups (read, create) | | vso.work_full | Work items (full) | +6. **Configure Authentication Advanced Settings** + - Navigate to **Manage** > **Authentication**. + - Under the **Advanced Settings** section, Enable the **Allow Public Client Flows**. + ![image](Images/AdvancedSettings.png) + - **Save** the settings once changes are made. --- ### **2. Configure the App Settings** diff --git a/docs/Images/AdvancedSettings.png b/docs/Images/AdvancedSettings.png new file mode 100644 index 0000000..8caa72b Binary files /dev/null and b/docs/Images/AdvancedSettings.png differ