Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NormalizedTenantName to Tenant entity. #18394

Closed
maliming opened this issue Dec 7, 2023 · 2 comments · Fixed by #18426
Closed

Add NormalizedTenantName to Tenant entity. #18394

maliming opened this issue Dec 7, 2023 · 2 comments · Fixed by #18426

Comments

@maliming
Copy link
Member

maliming commented Dec 7, 2023

When resolving tenant names by subdomains, Browsers prefer to use lowercase as subdomain names.

We can add a new property(NormalizedTenantName) to solve this. It can always uses uppercase/lowercase.

Just like the NormalizedUserName of IdentityUser.

image

@leonkosak
Copy link
Contributor

@maliming, where is documentation regarding resolving tenants based on subdomain (configuration,...)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants