mirror of
https://github.com/mayanayza/netvisor.git
synced 2025-12-10 08:24:08 -06:00
Document OIDC setup with Docker Compose
Added instructions for using OIDC with Docker Compose.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user