We are currently facing a challenge in our project where we are trying to integrate our K2 environment with a RESTful API.
The API requires authentication using the OAuth 2.0 client credentials flow.
We have attempted to configure the system via the “Management/#Authentication/OAuth/Resources” pathway. However, we are consistently redirected to the login page.
Our objective is to generate a token without user interaction, as this is a backend API. We would appreciate any guidance on this matter.
Thank you.