Skip to content

A Keycloak SPI extension wich enables MFA and event listening via AMQP

License

Notifications You must be signed in to change notification settings

mbecker/keycloak-spi-amqp-mfa-events

Repository files navigation

keycloak-spi-amqp-mfa-events

The codebase is provided as-is and might not be free of errors. So, you're on your own when using it. Generally, this project is work in progress.

Deployment

Configuration

The required action module must be configured via system environment variables. All variables are strings (even boolean must be escaped as a string).

The following environment variables are defined as follows:

MB_AUTH_CONFIG_IS_SIMULATION="false"
MB_AUTH_CONFIG_AMQP_HOST="locahlost"
MB_AUTH_CONFIG_AMQP_PORT="5672"
MB_AUTH_CONFIG_AMQP_QUEUE="mbnotification"

About

A Keycloak SPI extension wich enables MFA and event listening via AMQP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published