Here's a usage scenario:
- TenancyContributor will look to currentUser and prioritise the tenancy if found associated with currentUser.
- However, while identityServer building, I need to specify tenancy (header, route, domain, etc.) in order to get user authenticated.
Can I let TenancyContributor find the tenancy in identityServer instead of specifying tenancy BEFORE user get authenticated?
Cheers.
Here's a usage scenario:
Can I let TenancyContributor find the tenancy in identityServer instead of specifying tenancy BEFORE user get authenticated?
Cheers.