We're trying to explore Umbraco Content Delivery API and noticed that Umbraco Workflow API is also available
Is there a way to disable this API or at least to restrict it's endpoints so it won't be accessible? I'm talking about not just disabling it from Swagger but also prevention/restrictions of access to these endpoints.
The workflow API is not a part of the DeliveryAPI but is only presented in the Swagger UI. The Workflow API also required authentication, so i don't believe you should have any problem having them shown.
How to Disable Umbraco Workflow API
Hello Team,
We are using
Umbraco 12.3.6 Umbraco Workflow 12.2.4
We're trying to explore Umbraco Content Delivery API and noticed that Umbraco Workflow API is also available
Is there a way to disable this API or at least to restrict it's endpoints so it won't be accessible? I'm talking about not just disabling it from Swagger but also prevention/restrictions of access to these endpoints.
How do we go about do that?
Thanks in advance
The workflow API is not a part of the DeliveryAPI but is only presented in the Swagger UI. The Workflow API also required authentication, so i don't believe you should have any problem having them shown.
There has already been made som post's about this on github.
https://github.com/umbraco/Umbraco.Workflow.Issues/issues/58
is working on a reply...