From 11cbde771b369a44fe92594c513bc587ffc8d26a Mon Sep 17 00:00:00 2001 From: Dametto Luca <45915503+LucaTheHacker@users.noreply.github.com> Date: Sat, 26 Apr 2025 10:31:16 +0200 Subject: [PATCH] Added step-by-step tutorial for setup Signed-off-by: Dametto Luca <45915503+LucaTheHacker@users.noreply.github.com> --- .../docs/add-secure-apps/providers/oauth2/device_code.md | 8 +++++++- 1 file changed, 7 insertions(+), 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 d60ae084ff..553d11d963 100644 --- a/website/docs/add-secure-apps/providers/oauth2/device_code.md +++ b/website/docs/add-secure-apps/providers/oauth2/device_code.md @@ -19,7 +19,13 @@ This device flow is only possible if the active [brand](https://docs.goauthentik authentik doesn't ship with a default flow for this usecase, so it is required to create a new flow for this usecase with the `Designation` of `Stage Configuration`. -## +### Steps + +1. Go to `Admin Interface` > `Flows and Stages` > `Flows` +2. Create new Flow, fill the form ensuring that `Designation` is set to `Stage Configuraton` +3. In `System` > `Brands` select 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`. + ### Device-side