2

Question: I have a WebDAV server and I want to implement security with the help of okta. We have an Okta Authorizer on load balancer level, which authenticates each and every request. When I open a document from this WebDAV server on ms-office desktop apps, the Okta login page or something similar does not open and the document fails to load. Is there any way to pass the header via ms-office request? The user should not be prompted for each save request.

Research: I have gone through many articles, plugins, and addons which could support Okta SSO authorization, but didnt helped much. So asked here.

RV7
  • 55
  • 5

1 Answers1

0

Your server should respond to unauthenticated requests with the WWW-Authenticate header populated with the appropriate bearer realm for Okta.

Jan Martin
  • 408
  • 3
  • 11
  • Thank you for your response. Can you please add some explanations/references here? – RV7 Jul 20 '21 at 05:29