2

I am building an external web application that authenticates against ADFS. My current Exchange environment is a hybrid configuration of Office 365 with a Exchange 2013 hybrid server.

Here are the steps to reproduce my problem:

  1. Open external web app
  2. Authenticate via ADFS login page then redirect back to web app
  3. Click on direct link to OWA calendar: https://outlook.office365.com/owa/#path=/calendar

From there, it will go through the OWA loading screen and open the mailbox instead of the calendar. This only occurs after the very first time accessing OWA after authentication; any attempts after that will correctly route to the calendar.

Is there a way to correctly route to the calendar every time?

4

1 回答 1

1

https://outlook.office365.com/owa/?path=/calendar

在完成 OWA 登录过程后,此链接将重定向到https://outlook.office365.com/owa/#path=/calendar 。

用户登录后,两个链接似乎都可以正常工作。

于 2014-08-06T20:44:37.137 回答