diff --git a/src/pages/selfhosted/identity-providers.mdx b/src/pages/selfhosted/identity-providers.mdx index 32e5c360..43deab77 100644 --- a/src/pages/selfhosted/identity-providers.mdx +++ b/src/pages/selfhosted/identity-providers.mdx @@ -536,17 +536,28 @@ In this step, we will add `Netbird` service account to `authentik Admins` group.
#### Step 5: Create a authentication flow for device token authentication -Navigate to Authentik admin interface > Flows & Stages > Flows > Create + +- Navigate to authentik admin interface +- Click `Flows and Stages` on the left menu, then click `Flows` then `Create` +- Fill in the form with the following values and click `Create` + - Name: `default-device-code-flow` + - Title: `Device Code Flow` + - Designation: `Stage Configuration` + - Authentication: `Require authentication` +