-
Notifications
You must be signed in to change notification settings - Fork 24
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
client_credential
flow
#354
Comments
@navid-shokri did you consider App Passwords / Tokens? |
yes, I do. But it means I should assign a real user to my third-party application. and I should use a basic authorization header? |
do you think it can be useful for others to implement the cient_credentials flow base on this RFC? it seems pretty easy. |
@phil-davis |
I am looking for the implementation of the
client_credential
OAuth2 flow in Owncloud to secure my machine-to-machine API calls.In my Scenario, I have a worker service that interacts with Owncloud APIs but I need to protect the APIs from anonymous calls and force the callers to use an access token (JWT) for authentication and authorization.
The text was updated successfully, but these errors were encountered: