diff --git a/source/content/modules-known-issues.md b/source/content/modules-known-issues.md index c679e85146..8e4c05d090 100644 --- a/source/content/modules-known-issues.md +++ b/source/content/modules-known-issues.md @@ -395,10 +395,14 @@ ___ ___ ## [Simple OAuth / OAuth 2.0](https://www.drupal.org/project/simple_oauth) + -**Issue**: The module requires a very specific set of permissions for the folder and the keys to be uploaded. Using Private or non-standard filepaths won't work. It is not possible to change these in LIVE or TEST environment. +**Issue**: This module requires a very specific set of permissions for the folder and the keys to be uploaded. + +**Solution**: Apply the following patches (which have been tested and validated by Pantheon), based on your site's PHP version, to solve for this issue: +* [Oauth Permission Patch - Required to resolve Pantheon known issues (PHP 8.0+)](https://patch-diff.githubusercontent.com/raw/pantheon-systems/oauth2-server/pull/1.patch) +* [Oauth Permission Patch - Required to resolve Pantheon known issues (PHP 7.4)](https://patch-diff.githubusercontent.com/raw/pantheon-systems/oauth2-server/pull/2.patch) -**Solution**: You can try to patch the [permission check in the module](https://github.com/thephpleague/oauth2-server/blob/e184691ded987c00966e341ac09c46ceeae0b27f/src/CryptKey.php#L51). The alternative is to use off-site key management tools like [Lockr](https://www.drupal.org/project/lockr) ___ ## [Update Manager](https://www.drupal.org/docs/8/core/modules/update-manager) - Drupal 9 (core)