mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
chore: update identity provider id
This commit is contained in:
@ -45,8 +45,8 @@ message SignUpRequest {
|
||||
}
|
||||
|
||||
message SignInWithSSORequest {
|
||||
// The name of the SSO provider.
|
||||
string idp_name = 1;
|
||||
// The id of the SSO provider.
|
||||
string idp_id = 1;
|
||||
// The code to sign in with.
|
||||
string code = 2;
|
||||
// The redirect URI.
|
||||
|
@ -58,7 +58,8 @@ message WorkspaceSetting {
|
||||
}
|
||||
|
||||
message IdentityProvider {
|
||||
string name = 1;
|
||||
// The unique identifier of the identity provider.
|
||||
string id = 1;
|
||||
|
||||
string title = 2;
|
||||
|
||||
|
Reference in New Issue
Block a user