oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

🔐 Application for using OAuth 2.0 in ownCloud

Results 35 oauth2 issues
Sort by recently updated
recently updated
newest added

Greetings! By reading [the refresh token mapper code](https://github.com/owncloud/oauth2/blob/3af242387/lib/Db/RefreshTokenMapper.php) it seems to me that refresh tokens do not have an expiration time, as such they are potentially valid forever, as long...

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...

I have an application that lives outside of owncloud that needs to get an access token from owncloud via the oauth app. Doing an authorization request client side to get...

### Steps to reproduce 1. Connect to an oc10 server with oauth2 as admin 2. Log out in the client 3. Start login process in the client 4. Open the...

It seems that currently the only way to revoke an access token is through the settings page in the web UI. That sends a POST request to `/apps/oauth2/clients/{id}/revoke`, where `{id}`...

### Steps to reproduce 1.Run app 2. Type the domain 3. Try to login ### Expected behaviour Login by Auth 2.0 ### Actual behaviour I installed Oauth 2.0 successfully. The...

The idea is to have a setting per client that determines if all tokens for this client (and user) should be removed on user logout. Hence we implemented a new...

Seen with server 10.8.0 with oauth2-0.5.1-rc1 and user_ldap-0.15.4 and testpilotcloud-client 2.9.0-rc1 * Log in user admin using the web browser at https://oc1080-oauth2-051-rc1-20211012.jw-qa.owncloud.works * Connect client to server https://oc1080-oauth2-051-rc1-20211012.jw-qa.owncloud.works/ * oauth2...

While on Admin Settings page end an ajax request and show a warning if the Authorization header is stripped by the webserver

3 - To review

We have tried using the latest version of OAuth2 (https://marketplace.owncloud.com/apps/oauth2 v0.5.0) but get the following error when attempting to enable it on the command line (v0.4.4 works fine) ### Steps...