chore: update oauth2 plugin

This commit is contained in:
Steven
2024-08-05 23:51:28 +08:00
parent e53ced8996
commit 89d1812c07
8 changed files with 355 additions and 53 deletions

View File

@ -17,12 +17,13 @@ message IdentityProvider {
message IdentityProviderConfig {
oneof config {
OAuth2Config oauth2_config = 1;
OAuth2Config oauth2 = 1;
}
message FieldMapping {
string email = 1;
string display_name = 2;
string identifier = 1;
string email = 2;
string display_name = 3;
}
message OAuth2Config {