Hi There,
I see that there is a way to customise login screen text (Custom Text API for New Universal Login [Product Roadmap: Launched])
However, I was wondering if apart from the available variables (Customize Text for the New Universal Login Experience), can we pass a parameter to auth API?
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?
Thanks,