Hi Charles,
yes I already had a look on this documentation and I also have a postman collection with working examples, but I don’t have that much experience with OAuth2 and OpenID. My problem is now that I want to create a background service which should upload a file via API, but I don’t know how I can get the authorization grant without a browser when I use the authorization_code as grant_type. What are my opportunities? I already had a deeper look at the password credentials grant, but the library which Pydio uses doesn’t seem to support it ( https://www.ory.sh/hydra/docs/faq/). Also the device grant isn’t supported until now (https://github.com/ory/hydra/issues/1553).
My other question is, if I can use a public SDK like the AWS SDK for Java to upload files or if I have to implement it on myself.
Best regards,
Hendrik