Creating custom security realm for WildFly Elytron

This tutorial describes creating custom security realm and its usage in WildFly Elytron subsystem.

Certificate authentication with password fallback in Elytron

This tutorial describes configuration of certificate authentication with password (BASIC/PLAIN) fallback authentication for management interface of WildFly using WildFly Elytron.

Testing WildFly subsystem transformers

Transformers in WildFly allows replication of configuration from newer domain controller in a WildFly servers domain to an older (non-upgraded yet) slave server. This article describes basic examples of creating transformers and their testing.

Filesystem realm in WildFly Elytron

Elytron provides Filesystem-Based Identity Store called filesystem-realm, which stores user identities in chosen directory of the filesystem. In its principle it is similar to properties-realm, but it is designed to store much bigger amount of identities and it provides management operations for handling them.

Configuration of Kerberos with Elytron in WildFly

This tutorial describes how to configure Kerberos authentication in WildFly using Elytron.

Elytron and Kerberos using gssproxy

This tutorial describes how to configure WildFly to use Elytron to use gssproxy for Kerberos authentication.

CLIENT-CERT authentication with Elytron

This blogspot describes how to use Elytron for two-way (client certificate) SSL authentication. This is draft which requires to have patch #1018 merged.

SSL key switch without server restart

The upcomming WildFly 11 (from 11.0.0.Beta1) using Elytron security framework to secure HTTPS connections supports key and certificate exchange without application server restart. This blogspot describes how to use Elytron for simple HTTPS configuration and how to make mentioned SSL certificate and key exchange.