feat: implement sign in with idp

This commit is contained in:
Steven
2024-08-06 22:15:28 +08:00
parent 6db8611a58
commit 647726fc2d
15 changed files with 302 additions and 197 deletions

View File

@ -22,8 +22,7 @@ message IdentityProviderConfig {
message FieldMapping {
string identifier = 1;
string email = 2;
string display_name = 3;
string display_name = 2;
}
message OAuth2Config {