Base solution for your next web application
Open Closed

Single Tenant, Xamarin Sign In screen #8054


User avatar
0
rvanwoezik created

Hi, I have a project which i have made single tenant. When i go to the Xamarin Sign In Screen i get the option to change tenant. How to disable this?

Kind regards, Rene van Woezik


5 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Is your application MultiTenancyEnabled constant false?

    Configuration.MultiTenancy.IsEnabled = false;
    
  • User Avatar
    0
    rvanwoezik created

    I have in the Core.Shared project in the [ProjectName]Consts.cs the following: public const bool MultiTenancyEnabled = false;

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @rvanwoezik

    It seems like this is a bug of ours. We will fix it soon. You can follow https://github.com/aspnetzero/aspnet-zero-core/issues/2805.

  • User Avatar
    0
    alper created
    Support Team

    Hi @rvanwoezik,

    you can apply these changes to your project for multi-tenancy turned off configuration https://github.com/aspnetzero/aspnet-zero-core/commit/afc09190717f03358b1e3583ce78f8864bb0f250

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because it has not had recent activity for a long time.