Our active directory domain is domain.local. Users have usernames uname@domain.local. Their email addresses are however, uname@domain.com. When the user is on their computer that is connected to the domain, the outlook profile is configured automatically and they experience no problem. However, when a user tries to login from a non AD computer from outside our network, autodiscover does not work. I checked autodiscover connectivity through https://testconnectivity.microsoft.com/ and it works (provided I enter uname@domain.com but domain.local\uname as authentication). The reason is probably that autodiscover tries to use login in the form uname@domain.com which fails as the username has to be uname@dt.local
What I want is a seemless autodiscover without the need for the users to enter their credentials again (using domain.local domain) and I want to keep their internal logins in the form uname@domain.local.
How do I achieve that?