Skip to content

Commit c9e9b39

Browse files
authored
update domain for tenantId on IdPs (#167)
1 parent aa7f3b8 commit c9e9b39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/fusionauth/Domain.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -910,6 +910,7 @@ type BaseIdentityProvider struct {
910910
LinkingStrategy IdentityProviderLinkingStrategy `json:"linkingStrategy,omitempty"`
911911
Name string `json:"name,omitempty"`
912912
TenantConfiguration map[string]IdentityProviderTenantConfiguration `json:"tenantConfiguration,omitempty"`
913+
TenantId string `json:"tenantId,omitempty"`
913914
Type IdentityProviderType `json:"type,omitempty"`
914915
}
915916

@@ -3262,6 +3263,7 @@ type IdentityProviderSearchCriteria struct {
32623263
BaseSearchCriteria
32633264
ApplicationId string `json:"applicationId,omitempty"`
32643265
Name string `json:"name,omitempty"`
3266+
TenantId string `json:"tenantId,omitempty"`
32653267
Type IdentityProviderType `json:"type,omitempty"`
32663268
}
32673269

0 commit comments

Comments
 (0)