alfresco-js-api icon indicating copy to clipboard operation
alfresco-js-api copied to clipboard

basic auth without ticket

Open zack-shoylev opened this issue 3 years ago • 0 comments

Type of issue: (check with "[x]")

- [ ] New feature request
- [ ] Bug  
- [x] Support request

Currently trying to authenticate with alfresco 1.11, I'm noticing our deployment doesn't have a /ticket endpoint, but basic auth (as a header for each request) works fine (i.e. via postman). How can I convince alfresco-js to use basic auth per request as a header rather than trying to connect to the ticket endpoint to grab a ticket on .login(username, password)?

zack-shoylev avatar Dec 29 '21 00:12 zack-shoylev