Hello,
My Query is about Host direct access/login to the tenant via any user,
Tenant should be able to lock and unlock super admin direct access from Host and only specified tenant user can used for direct access from the Host.
Ex. Host : Super admin Tenant: A Tenant A user : A-admin, A-mark
If tenant A allow Super admin access for direct access via user A-mark then super admin should only be able to login via A-mark for that tenant.
Any suggestion? Any other solution for enable and disable super admin access from the every tenant setting?
Thanks.
Hello,
Tenant availability is not checked with subdomain as tenancy name. When I try with this link http://tenantname.domain.com if tenant is not available system assumes this as host tenant or take tenant id as null, even it not redirect the host tenant like http://host.domain.com or nor redirect any error page.
We want to check first tenant availability and then display the login page or application, if tenant is not available redirect to the error page. I also this thing on your demo application.
http://tenantnotavailable.demo.aspnetzero.com/account/login
How we can setup it? Any suggestion with this approach?
Thanks in advance.
Hey, I have requirement to implement hangfire in my existence code.can you help me where can i find document?
Thanks SRTMdev
Is there any restriction in demo project where we unable to publish in IIS or unable to access using public IP Address even after we changed in appsettings.json and appsettings.Production.json. we are able to publish project successfully in IIS using localhost but if changed it to ip address then error "No 'Access-Control-Allow-Origin' header is present" is coming. Can your team check is there any step I missed which cause this issue?
Hello Team,
I am new customer. I have downloaded new ASP.NET Core+Angular demo project using "Generate your project" facility. I can able to compile both ASP.NET Core and Angular project. Now whever I am first time login to application using login form there is loader display during login which is remain there and not hide after successfully login. Can your team check is there any step I missed which cause this issue?