Skip to content

Commit 50fb049

Browse files
committed
update domain for tenantId on IdPs
ENG-3466
1 parent 8f0db42 commit 50fb049

4 files changed

+14
-0
lines changed

src/main/domain/io.fusionauth.domain.provider.BaseIdentityProvider.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
"type" : "IdentityProviderTenantConfiguration"
6161
} ]
6262
},
63+
"tenantId" : {
64+
"type" : "UUID"
65+
},
6366
"type" : {
6467
"type" : "IdentityProviderType"
6568
}

src/main/domain/io.fusionauth.domain.search.IdentityProviderSearchCriteria.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"name" : {
1313
"type" : "String"
1414
},
15+
"tenantId" : {
16+
"type" : "UUID"
17+
},
1518
"type" : {
1619
"type" : "IdentityProviderType"
1720
}

src/main/domainNG/io.fusionauth.domain.provider.BaseIdentityProvider.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
"className" : "io.fusionauth.domain.provider.IdentityProviderTenantConfiguration",
6666
"type" : "IdentityProviderTenantConfiguration"
6767
} ]
68+
},
69+
"tenantId" : {
70+
"className" : "java.util.UUID",
71+
"type" : "UUID"
6872
}
6973
},
7074
"imports" : [ "io.fusionauth.domain.provider.BaseIdentityProviderApplicationConfiguration", "com.inversoft.mybatis.JSONColumnable", "io.fusionauth.domain.Enableable", "java.util.Map", "java.lang.String", "java.util.UUID", "java.time.ZonedDateTime", "io.fusionauth.domain.provider.BaseIdentityProvider$LambdaConfiguration", "io.fusionauth.domain.provider.IdentityProviderLinkingStrategy", "io.fusionauth.domain.provider.IdentityProviderTenantConfiguration" ],

src/main/domainNG/io.fusionauth.domain.search.IdentityProviderSearchCriteria.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"className" : "java.lang.String",
2222
"type" : "String"
2323
},
24+
"tenantId" : {
25+
"className" : "java.util.UUID",
26+
"type" : "UUID"
27+
},
2428
"type" : {
2529
"className" : "io.fusionauth.domain.provider.IdentityProviderType",
2630
"type" : "IdentityProviderType"

0 commit comments

Comments
 (0)