radialapps/roundcube-oidc

OpenID Connect 1.0 login plugin for roundcube

Installs: 421

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 3

Forks: 4

Open Issues: 5

Type:roundcube-plugin

1.2.13 2021-02-10 08:32 UTC

README

This plugin allows you to authenticate users to roundcube using an OpenID Connect 1.0 provider. There are three modes to run the plugin in:

  1. Cleartext Password: The OIDC provider must supply the user's password in cleartext, which is then used to login to the IMAP server
  2. Master Password: In this mode (also falls back to this), a master password is used to login to the IMAP server with the username obtained from OIDC
  3. Master User: IMAP authentication is done using a master user (Dovecot) with a provided separator

Check the config.inc.php for more details on configuration.

SMTP

Note that unless cleartext passwords are provided, SMTP must necessarily be configured use no authentication or a master password

Installation

To install, get the plugin with composer in your roundcube directory

composer require radialapps/roundcube-oidc

Alternatively, some releases may be available as zipped packages here at GitHub. You need to unzip the package in your plugins directory and activate the plugin in the configuration.

License

Permissively licensed under the MIT license