correct proto and proxy authentication for oidc

This commit is contained in:
Alisdair MacLeod
2026-02-03 08:42:07 +00:00
parent 3168afbfcb
commit 30cfc22cb6
6 changed files with 194 additions and 148 deletions

View File

@@ -53,8 +53,8 @@ message OIDC {
string oidc_provider_url = 1;
string oidc_client_id = 2;
string oidc_client_secret = 3;
string oidc_redirect_url = 4;
repeated string oidc_scopes = 5;
repeated string oidc_scopes = 4;
repeated string distribution_groups = 5;
}
message ProxyMapping {