Base solution for your next web application
Open Closed

custom login page per tenant #9847


User avatar
0
hrod761 created

.NET Core 3.1 Angular v9.0.1

Hello Team,

Is is possible to have custom login pages per tenant? if so can you give me some pointers.

Thanks,

Markdown is supported
Copy & paste or drag & drop images (max 30 MB per image)

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

    Hi @hrod761

    At the moment, this is not possible. You need to implement it yourself.

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)
  • User Avatar
    0
    XugoWebTeam created

    @hrod761

    you could consider using this to hide/show elements on your page depending on the Tenant:

    *ngIf="appSession.tenancyName.toLowerCase() == 'xxx'

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Another approach would be using a custom css file for each tenant. For example tenancyname-login.css and customize the page using this style file.

    Markdown is supported
    Copy & paste or drag & drop images (max 30 MB per image)