Scenario:
Ours is a multi-tenancy saas application. Our application does not allow signup’s. Instead, creates a super admin user (our customer) using management API. These super admin user’s are allowed to create other users (their clients). When these clients login, I want them to see “Login to <super admin user’s company name>”.
Is this possible?
For that level of customization (e.g. different login HTML for different applications), I believe you would need to use a custom template using the Classic Login Experience.
Thanks for your reply. I figured using a generic name like “Clients” or something relevant for each client facing application with Universal login screens would resolve my issue.
I honestly liked the Universal login screens and would not put an effort to customise classic login screens.