From 8b74ffc865acabe521b2ae4fc933915744e1184a Mon Sep 17 00:00:00 2001 From: Maya <120260648+mayanayza@users.noreply.github.com> Date: Fri, 5 Dec 2025 17:55:49 -0500 Subject: [PATCH] Document OIDC setup with Docker Compose Added instructions for using OIDC with Docker Compose. --- docs/CONFIGURATION.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md index 1283c535..0ba34eee 100644 --- a/docs/CONFIGURATION.md +++ b/docs/CONFIGURATION.md @@ -230,6 +230,15 @@ https://your-netvisor-domain/api/auth/oidc/callback - `email` - For user email address - `profile` - For user display name (optional) +### OIDC with Docker Compose + +If you want to use OIDC with NetVisor's docker compose deployment, you'll need to add the following volume mount: + +``` +volumes: + - ./oidc.toml:/oidc.toml:ro +``` + ### Example: Authentik 1. **Create Application** in Authentik: