Hi Christoph,
I am playing around with Fusio in order to evaluate, if it could be used for our project. But I am having trouble with the OAuth2 authentication, specifically when using the client credentials and authorization code flow.
For testing purposes I have created an app within the Fusio app. When I use Swagger UI or Postman to obtain an Token using the client credentials flow and the App-Key/Secret from Fusio, I keep getting the error "Auth ErrorError: Unauthorized, error: invalid_client, description: Unknown credentials". And when using the authorization code flow, I get an Internal Server Error -> Unknown location.
The only OAuth2 flow that's working for me, is the password flow using the App-Key/Secret from my created app as client credentials and username/password of a user account.
I would very much appreciate, if you could point me in the right direction to get client and auth flow working.
Thanks,
Rob