Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Commit

Permalink
Add further nuance to the text descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
settermjd committed May 17, 2018
1 parent 7a1bf35 commit cc031e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin_manual/configuration/server/security/oauth2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Here is an overview of how the process works:
The OAuth2 App
--------------

OAuth2 support is available in ownCloud via `an OAuth2 application`_ which is available from the ownCloud Marketplace.
OAuth2 authorization server support is available in ownCloud via `an OAuth2 application`_ which is available from the ownCloud Marketplace.
The app aims to:

#. Connect ownCloud clients (both desktop and mobile) in a standardized and secure way.
Expand Down Expand Up @@ -93,7 +93,7 @@ Authorization Response
^^^^^^^^^^^^^^^^^^^^^^^

After the resource owner's authorization, the app redirects to the `redirect_uri` specified in the authorization request and adds the authorization code as URL parameter `code`.
An authorization code is valid for 10 minutes.
For security reasons, an authorization code is valid for 10 minutes. If the client tries to use the authorization code more than once, the authorization server will deny the request.
For further information about client registration, please refer to `the official authorization response RFC from the IETF`_.

Access Token Request
Expand Down

0 comments on commit cc031e1

Please sign in to comment.