Page 1 of 1

any way to override Authentication Required popup with custom error message

Posted: Fri Jul 14, 2023 7:45 am
by shikhar_472
Hi Team,

When sesssion ID is getting expires for us in wbdav URL , i am getting authentication required pop up in oxygen is there any way to override this popup with the custom message dialog.
image.png

Re: any way to override Authentication Required popup with custom error message

Posted: Fri Jul 14, 2023 1:09 pm
by mihaela
Hello,

The Webdav plugin source code is public and the license allows you to change and use it so you can update the dialog according to your use-case.

Best Regards,
Mihaela

Re: any way to override Authentication Required popup with custom error message

Posted: Fri Jul 14, 2023 3:34 pm
by shikhar_472
Can you share the resource code repository

Re: any way to override Authentication Required popup with custom error message

Posted: Fri Jul 14, 2023 4:30 pm
by cristi_talau
Hello,
This is the repository where the WebDAV plugin code lives: https://github.com/oxygenxml/web-author-webdav-plugin . It has an MIT license. Please note that the plugin is not designed to be used with Session IDs instead of user-name and password, so do not have an estimate on the complexity of this change.
Best,
Cristian