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

Commit cc031e1

Browse files
committed
Add further nuance to the text descriptions
1 parent 7a1bf35 commit cc031e1

File tree

1 file changed

+2
-2
lines changed
  • admin_manual/configuration/server/security

1 file changed

+2
-2
lines changed

admin_manual/configuration/server/security/oauth2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Here is an overview of how the process works:
4343
The OAuth2 App
4444
--------------
4545

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

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

9595
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`.
96-
An authorization code is valid for 10 minutes.
96+
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.
9797
For further information about client registration, please refer to `the official authorization response RFC from the IETF`_.
9898

9999
Access Token Request

0 commit comments

Comments
 (0)