Base solution for your next web application
Open Closed

OpenId For Host #9218


User avatar
0
james.marley created

Hi,

I'm looking for a pointer on enabling OpenId for the host system. I have the application configured to resolve the tenant through the URL subdomain which is working. I have also enabled and tested OpenId for tenants which again is working well.

What I'm not able to do is use OpenId to login as host. Is this possilble and if so could someone point me in the right direction - I could just be missing this in the documenation or the settings? I'm using the .NET Core MVC JQuery solution and running the latest version.

Thanks


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @james.marley,

    It is not implemented by default but you can start by condition below here on your project.

    (AbpSession.MultiTenancySide != MultiTenancySides.Host || !ViewBag.IsMultiTenancyEnabled)

    If you face any problems, please let us know.