travlatraOriginal post
Web Developer
i want to create 2 types of login pages. 1 to access a custom admin dashboard, then the second is just an api to allow admins to create a login page
is it possible for me to make a login page where a app-id parameter can be passed to identify which tenant a user belongs to, and also there can be multiple users with the same email (in different tenant groups not the same)
thanks
Summary
The person wants to create two types of login pages. One for accessing a custom admin dashboard and the second for an API to allow admins to create a login page. They are wondering if it is possible to make a login page where an app-id parameter can be passed to identify which tenant a user belongs to. They also want to know if multiple users with the same email can be supported in different tenant groups.