Content
View differences
Updated by Artur Neumann over 3 years ago
When changing the OpenProject Oauth settings in Nextcloud, or resetting the complete connection we want to revoke the tokens that we received from OpenProject in OpenProject
To revoke a OAuth client token that was provided by OpenProject there is a special endpoint to POST to. See documentation here [https://github.com/doorkeeper-gem/doorkeeper/wiki/API-endpoint-descriptions-and-examples#post---oauthrevoke](https://github.com/doorkeeper-gem/doorkeeper/wiki/API-endpoint-descriptions-and-examples#post---oauthrevoke)
To revoke a OAuth client token that was provided by OpenProject there is a special endpoint to POST to. See documentation here [https://github.com/doorkeeper-gem/doorkeeper/wiki/API-endpoint-descriptions-and-examples#post---oauthrevoke](https://github.com/doorkeeper-gem/doorkeeper/wiki/API-endpoint-descriptions-and-examples#post---oauthrevoke)