Webdav, Office365

Hi,
I’m using Jmix 1.5, when I try to open Word document through webDav link, office 365 prevent that, saying [Microsoft Office has blocked access to the document link, because of sign-in method not trusted and not accepted], I know by default the sign-in method is Basic, but even if I used Digest (form), it is not work, even with with window (LDAP) sign-in
I need help please

We tested in jmix 2.1 and it generates the same error in office 365 when opening the word or excel file

1 Like

hi, add in the file properties the next instrutions:

jmix.webdav.url-prefix=https://localhost:8443/webdav
jmix.webdav.authentication-method=digest

change the password for admin if you password is admin.

2 Likes

thank you Jonathan,
you right, also the password should be bcrypt mode not noop