0
ndeol@woolworths.com.au created
- ABP Framework version: v7.0.3
- UI type: Angular
- DB provider: MongoDB
- Tiered (MVC) or Identity Server Separated (Angular): yes
- Exception message and stack trace:
- Steps to reproduce the issue:"
I am using angular tenancy resolver with domain prefix method. I dont version my apis with that prefix just pass __tenant from angular login service to redirect URL which resolved right tenancy .
{ __tenant: this.multiTenancyService.domainTenant?.id }
One tenant is resolved I can easily resolve users login external provider. At the moment using Auth0 with Organizations. Internal users use Azure Ad.
- It does break User linking registration.
- I need to create some custom logic for user to find there tenant login URL if they don't know about that.
Is there any guide how to implement it. I dont want to version all microservice API to use prefix either
1 Answer(s)
-
0
hi
Please share some information so that we can understand your situation correctly. Thanks