Document OIDC setup with Docker Compose

Added instructions for using OIDC with Docker Compose.
This commit is contained in:
Maya
2025-12-05 17:55:49 -05:00
committed by GitHub
parent b82acae4c7
commit 8b74ffc865

View File

@@ -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: