Base solution for your next web application
Open Closed

How to prevent public logins to host #9626


User avatar
0
peter.kozak created

Hi, we are using AbpZero 8.7 with Angular and .net core. We would like to prevent public access to the host. We tried to use CustomDomainTenantResolveContributor (registered in Web.Core PreInitialize method) without any significant change. (following this Tenant-URL-Resolution)

Is there any possibility how to change behaviour, when someone access non-existing tenant to not redirect to the host but to the sign-up page?

Thanks.


2 Answer(s)