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

Commit 7a1bf35

Browse files
committed
Document OAuth2 limitations and requirements
Relates to #3464.
1 parent ac4d527 commit 7a1bf35

File tree

1 file changed

+4
-1
lines changed
  • admin_manual/configuration/server/security

1 file changed

+4
-1
lines changed

admin_manual/configuration/server/security/oauth2.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ An access token is valid for 1 hour and can be refreshed with a refresh token.
136136
137137
For further information about client registration, please refer to `the official access token response RFC from the IETF`_.
138138

139+
.. note::
140+
For a succinct explanation of the differences between access tokens and authorization codes, check out `this answer on StackOverflow`_.
141+
139142
Installation
140143
------------
141144

@@ -180,4 +183,4 @@ Revoking Sessions
180183
.. _Client authentication: https://tools.ietf.org/html/rfc6749#section-2.3
181184
.. _mod_rewrite: http://httpd.apache.org/docs/current/mod/mod_rewrite.html
182185
.. _mod_headers: http://httpd.apache.org/docs/current/mod/mod_headers.html
183-
186+
.. _this answer on StackOverflow: https://stackoverflow.com/a/16341985/222011

0 commit comments

Comments
 (0)