WildFly Elytron

Configuring a JDBC Security Realm with BCrypt and Modular Crypt Password Mappers

This blog post shows how to generate BCrypt passwords with different encodings and loading BCrypt and modular crypt passwords using a JDBC security realm in WildFly Elytron.

WildFly Elytron - Principal Transformers, Realm Mappings, and Principal Decoders

To control the behaviour during authentication and authorization WildFly Elytron supports the use of various transformers, mappers, and decoders - this blog post describes how they fit together in the different stages of authentication.