mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-21 17:56:39 +00:00
get OIDC configuration from proxy flags/env
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user