You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This aims to be a client-agnostic testplan for the OAuth2 application, centered in the actions available in the webUI and/or occ commands and their impact on ownCloud's core behavior. To test the application from a client standpoint see:
Handle refresh token of a disabled user - #225@davitolTest steps: Check tokens are not delete from oc_oauth2_refresh_tokens and oc_oauth2_access_tokens tables when the user is disabled
Remove back button from error page, add logging and return proper err… - #220@davitolTest steps: check the error page and the log is spotted. No back button on error page
OAuth2 app Test Plan
https://github.com/owncloud/QA/blob/master/Server/Test_Plan_OAuth2.md
This aims to be a client-agnostic testplan for the OAuth2 application, centered in the actions available in the webUI and/or
occ
commands and their impact on ownCloud's core behavior. To test the application from a client standpoint see:Testing functionality
occ app:enable oauth2
- Replies from the WebDAV endpoint includes a new
WWW-Authenticate: Bearer...
headerocc app:disable oauth2
- Previously mentioned header goes away in further requests
client_id
andclient_secret
are generated together with a (optional) Client Name and a (required) Redirection URL- All client sessions opened from those clients get removed
user
parameter in: #67The text was updated successfully, but these errors were encountered: