Skip to content

Commit ac1e09e

Browse files
authored
ENG-3487: Tenant-scoped IdPs (#202)
* update domain for tenantId on IdPs (#199) * add tenantId to IdP lookup by managed domain response (#201)
1 parent 8dbc90c commit ac1e09e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/FusionAuthClient.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6503,6 +6503,7 @@ export interface BaseIdentityProvider<D extends BaseIdentityProviderApplicationC
65036503
linkingStrategy?: IdentityProviderLinkingStrategy;
65046504
name?: string;
65056505
tenantConfiguration?: Record<UUID, IdentityProviderTenantConfiguration>;
6506+
tenantId?: UUID;
65066507
type?: IdentityProviderType;
65076508
}
65086509

@@ -8473,6 +8474,7 @@ export interface IdentityProviderResponse {
84738474
export interface IdentityProviderSearchCriteria extends BaseSearchCriteria {
84748475
applicationId?: UUID;
84758476
name?: string;
8477+
tenantId?: UUID;
84768478
type?: IdentityProviderType;
84778479
}
84788480

@@ -9267,6 +9269,7 @@ export interface IdentityProviderDetails {
92679269
idpEndpoint?: string;
92689270
name?: string;
92699271
oauth2?: IdentityProviderOauth2Configuration;
9272+
tenantId?: UUID;
92709273
type?: IdentityProviderType;
92719274
}
92729275

0 commit comments

Comments
 (0)