From ae4947e85b65d729a3c2036446105707c871308e Mon Sep 17 00:00:00 2001 From: Dametto Luca <45915503+LucaTheHacker@users.noreply.github.com> Date: Sat, 26 Apr 2025 19:53:55 +0200 Subject: [PATCH] Update website/docs/add-secure-apps/providers/oauth2/device_code.md Co-authored-by: Dominic R Signed-off-by: Dametto Luca <45915503+LucaTheHacker@users.noreply.github.com> --- website/docs/add-secure-apps/providers/oauth2/device_code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/add-secure-apps/providers/oauth2/device_code.md b/website/docs/add-secure-apps/providers/oauth2/device_code.md index e8804cfed6..518bd7f1ee 100644 --- a/website/docs/add-secure-apps/providers/oauth2/device_code.md +++ b/website/docs/add-secure-apps/providers/oauth2/device_code.md @@ -24,7 +24,7 @@ authentik does not include a default flow for this use case, so it is necessary 1. From the authentik Admin interface, navigate to **Flows and Stages** > **Flows**. 2. Create a new Flow by clicking **Create**, and fill out the form ensuring **Designation** is set to `Stage Configuration`. 3. Under **System** > **Brands**, select your brand and click the edit icon in **Actions** column. -4. Open **Default flows** section (from the accordion), select the newly created flow (from step 2.) in **Device code flow**. +4. Under **Default flows**, select, under **Device code flow** the flow created in step 2. ### Device-side