mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
feat: implement sign in with idp
This commit is contained in:
@ -46,7 +46,7 @@ message SignUpRequest {
|
||||
|
||||
message SignInWithSSORequest {
|
||||
// The name of the SSO provider.
|
||||
int32 idp_name = 1;
|
||||
string idp_name = 1;
|
||||
// The code to sign in with.
|
||||
string code = 2;
|
||||
// The redirect URI.
|
||||
|
@ -73,8 +73,7 @@ message IdentityProviderConfig {
|
||||
|
||||
message FieldMapping {
|
||||
string identifier = 1;
|
||||
string email = 2;
|
||||
string display_name = 3;
|
||||
string display_name = 2;
|
||||
}
|
||||
|
||||
message OAuth2Config {
|
||||
|
Reference in New Issue
Block a user