Integration project for integrating Elytron based HTTP authentication with web containers and clients (Initially just Undertow server)
An "elytron" (ĕl´·ĭ·trŏn, plural "elytra") is the hard, protective casing over a wing of certain flying insects (e.g. beetles).
$ git clone git@github.com:wildfly-security/elytron-web.git- Java 25 (or later) - Required for building
- Maven 3.9+ - For building and testing
Note: The project builds with Java 25 but targets Java 17 bytecode for backward compatibility.
To use dependencies from JBoss.org, you need to add the JBoss Maven Repositories to your Maven settings.xml. For details see http://community.jboss.org/wiki/MavenGettingStarted-Users
The command below builds the project and runs the embedded suite:
$ mvn clean installFor detailed build instructions, testing with specific Java versions, and information about our CI system, see our contribution guide.
Bugs and features are tracked within the Elytron Jira project at https://issues.redhat.com/projects/ELYWEB
All new features and enhancements should be submitted to 1.x branch only.
Our contribution guide will guide you through the steps for getting started on the Elytron Web project and will go through how to format and submit your first PR.
For more details, check out our getting started guide for developers.