Open Closed

Tenant Login with External Providers . #4749


User avatar
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.

  1. It does break User linking registration.
  2. 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)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please share some information so that we can understand your situation correctly. Thanks

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11