meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
plugin:oauth2 [2024/08/03 08:30] – [Logging HTTP requests and responses] duncanc | plugin:oauth2 [2024/11/20 10:11] (current) – [Installation] duncanc | ||
---|---|---|---|
Line 25: | Line 25: | ||
===== Installation ===== | ===== Installation ===== | ||
- | You need to enable Common Plugin before enabling this plugin | + | The plugin requires php version 8 and phpList version 3.6.14 or later. |
- | https:// | + | |
Install this plugin using the package URL | Install this plugin using the package URL | ||
https:// | https:// | ||
- | |||
Line 76: | Line 74: | ||
If phplist is installed in the default location then the Redirect URL will be similar to this, otherwise adjust for the actual location | If phplist is installed in the default location then the Redirect URL will be similar to this, otherwise adjust for the actual location | ||
https:// | https:// | ||
+ | |||
+ | |||
+ | === Redirect URL with Microsoft Azure === | ||
+ | |||
+ | Microsoft has restrictions on whether the redirect URL may contain query parameters, see [[https:// | ||
+ | |||
+ | If your account means query parameters in the redirect URL are not allowed then the default value shown above will be rejected when you try to add it within Azure. You will need to use an htaccess redirect rule to work-around this. | ||
+ | |||
+ | In Azure set the redirect URL to something similar to '' | ||
+ | |||
+ | < | ||
+ | # OAuth2 plugin | ||
+ | RewriteCond %{REQUEST_URI} | ||
+ | RewriteRule ^(.*)$ https:// | ||
+ | </ | ||
=== Use Oauth2 when sending using SMTP === | === Use Oauth2 when sending using SMTP === |