mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
Update syntax and layout of oauth docs
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
@@ -20,10 +20,10 @@ You should now have a Client Identifier and Secret. Enter those into your ``OAut
|
||||
|
||||
Please provide the OAuth2 application the following details:
|
||||
|
||||
Authorization endpoint: SERVER/apps/oauth2/authorize
|
||||
Token endpoint: SERVER/apps/oauth2/api/v1/token
|
||||
* Authorization endpoint: ``https://cloud.example.org/apps/oauth2/authorize``
|
||||
* Token endpoint: ``https://cloud.example.org/apps/oauth2/api/v1/token``
|
||||
|
||||
Note that the SERVER portion must include `index.php` at the end if pretty URL is not configured.
|
||||
Note that you must include ``index.php`` if pretty URL is not configured - i.e. ``https://cloud.example.org/index.php/apps/oauth2/api/v1/token``.
|
||||
|
||||
The access token
|
||||
----------------
|
||||
|
||||
Reference in New Issue
Block a user