Outlook 2013 with Modern Authentication gives prompt because of dual RP.

Deleted
Not applicable

We are in the process of migrating some mailboxes to EXO. When on prem users try to open EXO users calendars they are prompted for credentials. In order to eliminate these prompts in Outlook 2013 we have enabled Modern Authentication both on the tenant and on the client side (EnableADAL=1 etc.), as well as enabling the endpoint (/adfs/services/trust/13/windowstransport) in ADFS.

 

However, since users have two "identity providers" (Claims Provider Trusts?) to choose from, Active Directory + one EDU related, they get a white webform with two choises when opening EXO calendars. If they choose AD SSO handles the rest.

 

Obviously we don't want this popup, is there a way to make Outlook go directly the same way we do with smart links, or turn of one of these for that particular endpoint?

 

Oh, we are also using Alternate Login ID (mail).

 

Thanks,

 

Magnus

1 Reply

OK, that particular issue was solved with the following command:

Set-AdfsProperties -IntranetUseLocalClaimsProvider $true

 

What happens now is that on premise users are prompted to log on to Office 365 when they open an EXO users calendar. The form come pre filled with the upn as username (not resolvable). If they fill in their email address it discovers that the domain is federated, redirects to adfs and logs on automatically.

 

Is there a way to make Outlook pre fill the form with the email address, maybe like a client side registry setting?