https://discord.umbraco.com logo
Hi there. i am following this: https://docs.umbrac...
# package-development
h
Hi there. i am following this: https://docs.umbraco.com/umbraco-cms/customizing/foundation/fetching-data/http-client I have a custom api controller inheriting ManagementApiControllerBase and a composer doing the minimal IConfigureOptions and a security filter inheriting BackOfficeSecurityRequirementsOperationFilterBase When I login to umbraco and browse backoffice/swagger I see my api in it's own swagger doc. I can click the authorize and use umbraco-swagger for client_id and execute any of my api operations. However when I try to use the umbHttpClient in my custom property editor i get intercepted with 401 in the browser dev tools console and a login to umbraco form appears in the browser, but I am already logged in, if I enter my credentials it just keeps returning to the login form in a loop.
3 Views