WebScripts - disable basic auth, keep user ticket requirement

cancel
Showing results for 
Search instead for 
Did you mean: 
mikepriest87
Active Member

WebScripts - disable basic auth, keep user ticket requirement

We are building out a single page React application using Alfresco as a back-end. Need a way to disable basic authentication for when tickets expire. This way it can throw the correct error response and we can handle the rest.

Cannot seem to find a way to keep <authentication>user</authentication> but just disable the basic authentication popup that displays when the ticket session expires.

Has anyone done this before? I really don't want to create a wrapper that checks the ticket on every XHR request.

1 Reply
sanjaybandhniya
Intermediate

Re: WebScripts - disable basic auth, keep user ticket requirement