@mindbaz/zonemta-auth-keycloak-token

0.0.0 • Public • Published

zonemta-auth-keycloak-token

Authentication with Keycloak for ZoneMTA. Install this to performs SMTP authentication with Keycloak token

Setup

Add this as a dependency for your ZoneMTA app

npm install @mindbaz/zonemta-auth-keycloak-token --save

Add a configuration entry in the "plugins" section of your ZoneMTA app

Example here.

First enable plugin :

# auth-keycloak-token.toml
["modules/@mindbaz/zonemta-auth-keycloak-token"]
enabled="receiver"
interfaces=["feeder"]

Then set keycloak configuration for this plugin :

keycloak_url="http://example.org:8080"

License

The GNU General Public License 3 (details)

Dependents (0)

Package Sidebar

Install

npm i @mindbaz/zonemta-auth-keycloak-token

Weekly Downloads

1

Version

0.0.0

License

GPL-3.0-or-later

Unpacked Size

50 kB

Total Files

9

Last publish

Collaborators

  • schwarzion
  • vhenon