mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
chore: update oauth2 plugin
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user