Skip to content

Commit 7f959a2

Browse files
authored
add AuthParams and Scopes to OIDCProvisioner
1 parent d564a7a commit 7f959a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/linkedca/provisioners.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ message OIDCProvisioner {
107107
repeated string groups = 6;
108108
string listen_address = 7;
109109
string tenant_id = 8;
110+
repeated string scopes = 9;
111+
repeated string authparams = 10;
110112
}
111113

112114
message GCPProvisioner {

0 commit comments

Comments
 (0)