-
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
[Feature Request] occ commands to handle OAuth2 features #94
Comments
Do we need a possibility to set identifier and secret? I would propose to leave them always auto generated for security reasons or else people will start to generate too short identifierts |
I think you shouldn't be able to define secrets manually. In my opinion they should be completely random to have the most entropy. |
@Dagefoerde Yeah that was my concern, I think we will go the route of not allowing to manually define secrets whatsoever. |
@Dagefoerde, @IljaN I disagree. When the ownCloud clients come with predefined, even hardcoded settings (see
We would need this, for instance, for automated rollout of larger instances. |
Would be nice to include a few
occ oauth:
commands to handle some of the app's functions, e.g.access_token
expiration timeclient_id
/client_secret
)The text was updated successfully, but these errors were encountered: