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 DomainTenantResolver and with angular. #4817

Closed
maliming opened this issue Jul 21, 2020 · 3 comments
Closed

Add DomainTenantResolver and with angular. #4817

maliming opened this issue Jul 21, 2020 · 3 comments
Assignees
Labels
Milestone

Comments

@maliming
Copy link
Member

Hi Guys,

You all guys are doing wonderful job. Thank you so much for your efforts and wonderful thought.

I am trying to test multi tenant (subdomain) on localhost using angular platform with following the below steps:
Step 1. Added "options.AddDomainTenantResolver("{0}.mydomain.com") and added corsorigin too.
Step 2. Added test1.mydomain.com, test2.mydomain.com in hosts file (as I am using windows OS).
Step 3. Run the asp.net project on localhost.
Step 4: Build the angular project and then hosted on IIS with bindings *.mydomain.com and mydomain.com
Step 5: Logged in as admin in host (angular) http://mydomain.com and added two test tenants (test1, test2).
Step 6: Logged out and tried with subdomain http://test1.mydomain.com (angular), it does not auto bind tenant. -- ISSUE 1
Step 7: Even after set tenant from tenant switch box and logged in, it still logged into as host app with subdomain url. - ISSUE 2

What else should I need to do to consider subdomain from URL in angular project?

Originally posted by @brainedcode in #3304 (comment)

@brainedcode
Copy link

@maliming : Is it the know issue or have not implemented yet?

@maliming
Copy link
Member Author

hi @brainedcode This featue has not been implemented.

@stale stale bot added the inactive label Sep 20, 2020
@stale stale bot closed this as completed Sep 27, 2020
@maliming maliming reopened this Mar 28, 2021
@stale stale bot removed the inactive label Mar 28, 2021
@abpframework abpframework deleted a comment from stale bot Mar 28, 2021
@maliming maliming modified the milestones: backlog, 4.3-preview Mar 28, 2021
@maliming maliming removed the feature label Mar 30, 2021
@maliming
Copy link
Member Author

maliming commented Mar 30, 2021

This feature will be available after 4.3.

image

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

No branches or pull requests

3 participants