-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need bearer token authentication for API calls #161
Comments
https://doc.owncloud.com/server/next/admin_manual/configuration/server/security/oauth2.html 🎯 my Oauth setup can be found here: ℹ️ |
it seems we can generate an access token using this method without interacting with GUI |
https://doc.owncloud.com/server/next/developer_manual/core/apis/externalapi.html 🎯 |
https://doc.owncloud.com/server/next/developer_manual/core/apis/provisioning-api.html 👀 this is interesting too |
I hope it helps ℹ️ 👎 it did not 🔴 |
there is a discussion thread on this topic: |
It seems there are four Options: 🏁 1- implement the client_credentials grant type best on the below RFC: |
for the first option, there is a more detailed workflow clarification. ℹ️ |
We use this in another app, to check of a user is authenticated |
Simple authentication token is also an option, which should be configured in config before. |
❓ |
let's go with the |
🎉 |
No description provided.
The text was updated successfully, but these errors were encountered: