Improved
API Refactoring Changes
2 days ago by David Chu
The following API changes were made to accommodate renaming domainName to name for tenant and application entities:
- Added
namefield to the Application entity to replace the now-deprecateddomainNamefield. - Added
loginUrlContainsTenantSubdomainPlaceholderfield to the Application entity to replace the now-deprecatedloginUrlContainsTenantDomainTokenfield. - Added
loginUrlContainsTenantSubdomainPlaceholderfield to the Client entity to replace the now-deprecatedloginUrlContainsTenantDomainTokenfield. - Added
namefield to the Tenant entity to replace the now-deprecateddomainNamefield. - Added support to the Tenant Query APIs to filter and sort on the tenant
namefield. - Added
tenantNamefield to theSignupProvisionUserRequestto replace the now-deprecatedtenantDomainNamefield. - Added
tenantNamefield to theExternalIdpSignupProvisionUserRequestto replace the now-deprecatedtenantDomainNamefield. - Added
tenantNamefield to theFetchTenantsResultto replace the now-deprecatedtenantDomainNamefield. - Added
tenantNamefield to theResolveTenantLoginUrlRequestto replace the now-deprecatedtenantDomainNamefield. - Added
namefield to theRememberedTenantentity to replace the now-deprecateddomainNamefield. - Added custom claim support for the Tenant
namefield. - Added new enum
TENANT_NAME_RESOLUTIONto replace the now-deprecatedTENANT_DOMAIN_RESOLUTIONenum for theTenantDiscoveryWorkflowPolicy.enabledStrategiesfield. - For any redirect URLs that had a
tenant_domainquery parameter appended at the end, atenant_namequery parameter will now be appended as well.