get OIDC configuration from proxy flags/env

This commit is contained in:
Alisdair MacLeod
2026-02-03 12:10:23 +00:00
parent 76a39c1dcb
commit 5243481316
7 changed files with 153 additions and 192 deletions

View File

@@ -50,11 +50,7 @@ message Authentication {
}
message OIDC {
string oidc_provider_url = 1;
string oidc_client_id = 2;
string oidc_client_secret = 3;
repeated string oidc_scopes = 4;
repeated string distribution_groups = 5;
repeated string distribution_groups = 1;
}
message ProxyMapping {