Base solution for your next web application
Open Closed

Tenant URL in Xamarin #4745


User avatar
0
[email protected] created

Hi,

Is there a different approach to have the user log on to the correct tenant via the mobile app. Is it possible to pick the tenancy from of the login process?

thanks


1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    It's hard to determine the tenant of an anonymous mobile client unless you deliver your mobile app to the specific users. Because mobile app is generic to everyone. What you can do; remove tenant input and tell your users to enter their username and tenant name delimited with a back slash. just like entering a domain user name.

    MyTenant\MyUsername
    

    then extract MyTenant and MyUsername and send it while authenticating.