any way to override Authentication Required popup with custom error message

Having trouble deploying Oxygen XML Web Author? Got a bug to report? Post it all here.
shikhar_472
Posts: 99
Joined: Fri Jul 01, 2022 12:08 pm

any way to override Authentication Required popup with custom error message

Post 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
You do not have the required permissions to view the files attached to this post.
mihaela
Posts: 515
Joined: Wed May 20, 2009 2:40 pm

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

Post 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
Mihaela Calotescu
http://www.oxygenxml.com
shikhar_472
Posts: 99
Joined: Fri Jul 01, 2022 12:08 pm

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

Post by shikhar_472 »

Can you share the resource code repository
cristi_talau
Posts: 517
Joined: Thu Sep 04, 2014 4:22 pm

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

Post 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
Post Reply