mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 00:16:36 +00:00
updates self hosted with Authentik device flow (#226)
* adds Authentik device flow * corrects spelling issue and moves new section to better place
This commit is contained in:
@@ -535,6 +535,19 @@ In this step, we will add `Netbird` service account to `authentik Admins` group.
|
||||
<img src="/docs-static/img/integrations/identity-providers/self-hosted/authentik-add-user-group.png" alt="high-level-dia" className="imagewrapper-big"/>
|
||||
</p>
|
||||
|
||||
#### Step 5: Create a authentication flow for device token authentication
|
||||
Navigate to Authentik admin interface > Flows & Stages > Flows > Create
|
||||
<p>
|
||||
<img src="/docs-static/img/integrations/identity-providers/self-hosted/authentik-new-device-flow.png" alt="high-level-dia" className="imagewrapper-big"/>
|
||||
</p>
|
||||
|
||||
|
||||
Then go to: System > Brands > Edit used default > Default Flows > set **Device code flow** to newly created device flow
|
||||
<p>
|
||||
<img src="/docs-static/img/integrations/identity-providers/self-hosted/authentik-brand-device-flow.png" alt="high-level-dia" className="imagewrapper-big"/>
|
||||
</p>
|
||||
Press `Update`
|
||||
|
||||
Your authority OIDC configuration will be available under:
|
||||
|
||||
```bash
|
||||
@@ -561,7 +574,8 @@ NETBIRD_IDP_MGMT_EXTRA_USERNAME="Netbird"
|
||||
NETBIRD_IDP_MGMT_EXTRA_PASSWORD="<SERVICE_ACCOUNT_PASSWORD>"
|
||||
|
||||
```
|
||||
#### Step 5: Continue with the NetBird Self-hosting Guide
|
||||
|
||||
#### Step 6: Continue with the NetBird Self-hosting Guide
|
||||
You've configured all required resources in Authentik. You can now continue with the [NetBird Self-hosting Guide](/selfhosted/selfhosted-guide#step-4-disable-single-account-mode-optional).
|
||||
|
||||
## Managed IDPs
|
||||
|
||||
Reference in New Issue
Block a user