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
{{ message }}
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: admin_manual/configuration/server/security/oauth2.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Here is an overview of how the process works:
43
43
The OAuth2 App
44
44
--------------
45
45
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.
47
47
The app aims to:
48
48
49
49
#. Connect ownCloud clients (both desktop and mobile) in a standardized and secure way.
@@ -93,7 +93,7 @@ Authorization Response
93
93
^^^^^^^^^^^^^^^^^^^^^^^
94
94
95
95
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.
97
97
For further information about client registration, please refer to `the official authorization response RFC from the IETF`_.
0 commit comments