Files
WGDashboard/docker/wg-dashboard-oidc-providers.json.template
DaanSelen e71179a2d4
Some checks failed
Docker Build and Push / docker_build (push) Has been cancelled
Docker Build and Push / docker_scan (push) Has been cancelled
fix: error on startup regarding oidc config file being weird
2026-02-23 16:35:27 +01:00

17 lines
286 B
Plaintext

{
"Admin": {
"Provider": {
"client_id": "",
"client_secret": "",
"issuer": ""
}
},
"Client": {
"Provider": {
"client_id": "",
"client_secret": "",
"issuer": ""
}
}
}