Hi , I have a use case where I have 2 user pools . One external users who use our app and second internal users within the organisation and I need different login mechanisms for each user pool .
I have created one supertokens app for internal users and I see an option to create a tenant within the same app to support auth for external users as well .
I don't see an option to add different website domain for different tenants , is it not possible ? How do we achieve it and what's the actual use of website domain in backend config ?
Asking because our frontend apps for external and internal users are on different domains (base domain is different as well) so I would need to have a different value of the website domain in case I go with a new tenant approach .