Blogs authentication
How to send the request object as a Json Web Token when securing a WildFly application using OIDC.
Dynamic SSL context that automatically delegates to different SSLContexts based on the host and port of the peer
Caching realm will now attempt to authenticate users with the underlying realm if credential verification with the cached credentials fails.
How to secure a WildFly application deployed to OpenShift with OpenID Connect using additional scope values.
How to deploy a wildfly app on OpenShift using an upcoming feature that introduces the ability to add additional scope values when securing applications using OpenID Connect.
How to secure a web application deployed to WildFly with mutual TLS and the CLIENT_CERT HTTP authentication mechanism.
An overview of how to configure algorithms for the HTTP Digest authentication mechanism.
An overview of the new configuration option in the EJB subsystem that allows to switch between legacy and elytron principal propagation
An overview of the new RESTEasy client integration with WildFly Elytron client
This blog post describes how to secure a web application deployed to WildFly using the CLIENT_CERT HTTP authentication mechanism with two-way SSL and authorization.
How to set and make use of silent mode for the HTTP BASIC authentication mechanism.
An introduction as to how WildFly Elytron could be used with Netty.
How to make use of JASPI with a standalone Undertow.
How to implement a configure a custom HTTP authentication mechanism.
Although developed for use within the WildFly application server the WildFly Elytron project can also be used in isolation, this blog post demonstrates how it can be used to secure an embedded Undertow server.