You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
If you have a link in microsoft office(Excel, Powerpoint, Word), and the target linked used OpenIdConnect with automatic challenge. When you ctrl+click on the link in office application, You'll see following error from server log:
2017-06-08 07:51:21.307 +00:00 [Information] HttpContext.User merged via AutomaticAuthentication from authenticationScheme: "Cookies".
2017-06-08 07:51:21.932 +00:00 [Warning] '".AspNetCore.Correlation.OpenIdConnect.mVRDSZb8AZUAlSv_hIBeK3Uri5cJHtu4fNDv1skOTYE"' cookie not found.
2017-06-08 07:51:21.932 +00:00 [Information] Error from RemoteAuthentication: "Correlation failed.".
This is because the cookie is generated with the 302 redirection from challenge action. But office has following issue that caused the cookie missing in browser: