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

Commit

Permalink
Document the mod_headers is mandatory for OAuth2 support
Browse files Browse the repository at this point in the history
This relates to owncloud/oauth2#110 and #3464.
  • Loading branch information
settermjd committed Jun 1, 2018
1 parent 25540cb commit 89d1863
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions admin_manual/configuration/server/security/oauth2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ Installation

To install the application, place the content of the OAuth2 app inside your installation's ``app`` directory.

Requirements
------------

If you are hosting your ownCloud installation from the Apache web server, then both the `mod_rewrite`_ and `mod_headers`_ modules are required to be installed and enabled.

Basic Configuration
-------------------

Expand Down Expand Up @@ -171,4 +176,6 @@ Revoking Sessions
.. _the official access token response RFC from the IETF: https://tools.ietf.org/html/rfc6749#section-4.1.4
.. _RFC 6749: https://tools.ietf.org/html/rfc6749#section-4.1.1
.. _Client authentication: https://tools.ietf.org/html/rfc6749#section-2.3
.. _mod_rewrite: http://httpd.apache.org/docs/current/mod/mod_rewrite.html
.. _mod_headers: http://httpd.apache.org/docs/current/mod/mod_headers.html

0 comments on commit 89d1863

Please sign in to comment.