diff --git a/docs/integrations/identity-providers/self-hosted/auth0.md b/docs/integrations/identity-providers/self-hosted/auth0.md index 90190e56..53c0e9c2 100644 --- a/docs/integrations/identity-providers/self-hosted/auth0.md +++ b/docs/integrations/identity-providers/self-hosted/auth0.md @@ -81,5 +81,11 @@ You can enable it by following these steps: ![](/img/integrations/identity-providers/self-hosted/auth0-interactive-login-settings.png) +- Scroll down to the `Advanced Settings` section +- Enable **`Device Code`** +- Click `Save Changes` + +![](/img/integrations/identity-providers/self-hosted/auth0-grant-types.png) + ### Step 4: Continue with the self-hosting guide You can now continue with the [NetBird Self-hosting Guide](/getting-started/self-hosting#step-3-configure-identity-provider). \ No newline at end of file diff --git a/static/img/integrations/identity-providers/self-hosted/auth0-grant-types.png b/static/img/integrations/identity-providers/self-hosted/auth0-grant-types.png new file mode 100644 index 00000000..938e2c9a Binary files /dev/null and b/static/img/integrations/identity-providers/self-hosted/auth0-grant-types.png differ