Base solution for your next web application
Open Closed

Different login auth by tenant #697


User avatar
0
marcl created

Hi,

How to manage different login auth by tenant? What I want, some tenant login with email and password, some login with windows auth.

Its possible ?

thx Marcell


2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    There is no such a built-in mechanism. You can implement it for your solution (by extending Tenant entity to add this option and working on AccountController.Login method).

    Have a nice day.

  • User Avatar
    0
    marcl created

    ok, thx