mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 17:26:40 +00:00
correct proto and proxy authentication for oidc
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user