As of right now it appears only JWT tokens are allowed to create new tasks through the API, but this makes it hard to actually use it in an automated script because those are gathered from logins and eventually expire. It would be great if the scoped API-Tokens could actually be used for such things.
Of course i can login with my script but that doesn’t really feel like … best practice.
Edit: no i cant simply, because in my case, only oidc is allowed.