1
0
Fork 0
mirror of synced 2024-05-17 02:42:53 +12:00

Merge pull request #13475 from Budibase/fix/self-host-missed-tenantId

[Added] ssoId field into AccountSSO type
This commit is contained in:
José Vte. Calderón 2024-04-12 13:48:41 +02:00 committed by GitHub
commit 6dbb4d9034
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit a0ee9cad8cefb8f9f40228705711be174f018fa9
Subproject commit bd0e01d639ec3b2547e7c859a1c43b622dce8344

View file

@ -102,6 +102,7 @@ export function isVerifiableSSOProvider(provider: AccountSSOProvider): boolean {
}
export interface AccountSSO {
ssoId?: string
provider: AccountSSOProvider
providerType: AccountSSOProviderType
oauth2?: OAuthTokens