The WildFly Elytron project is a security framework brought to the WildFly application server to provide a single unified security framework.
Questions tagged [elytron]
80 questions
0
votes
1 answer
Using 2authorization realm in Wildfly Elytron Security
I want to user an authentication realm trough ldap. This works fine.
Secondly i want store UserRoles for my application in a Roles tables, this works also fine. (Example below, with an aggregate-realm)
But i dont know how to obtain both roles. Roles…

Jeff Reiffers
- 1
- 2
0
votes
2 answers
Configure LDAPS Wildfly 25 Elytron
I am trying to configure LDAPS on Elytron on Wildfly 25 and I do not know what I'm missing.
I always get this error because the server rejects non SSL connections:
2021-10-12 09:54:53,597 DEBUG [org.wildfly.security] (default task-1) Could not…

Lluc
- 43
- 8
0
votes
1 answer
Migrate SSL Config to Elytron
I am trying to migrate a project from using the Legacy Security to using Elytron. I followed the steps in the documentation:…

oveb
- 45
- 5
0
votes
1 answer
JBoss CLI: add a nested element within an element without name attribute (adding "key" element inside "jwt")
Generally speaking, I am trying to add a nested element inside another one, where the parent element does not contain a name attribute:
should become:

Andremoniy
- 34,031
- 20
- 135
- 241
0
votes
1 answer
Thorntail - WildFly Elytron Security remote connection getting authentication failed: none of the mechanisms presented by the server are supported
I have configured WildFly Elytron Security on thorntail application using project-defaults.yml. However the application is failing to invoke or connect to the remote secured EJB's
Here is the yaml configuration for Elytron - Am not sure if this is…

Dev Fh
- 586
- 7
- 18
0
votes
1 answer
Can the password for Wildfly credential store be changed, provided the original password is known?
I have a credential store temp.jceks in code repository with default application passwords for developers.
When a production build is generated, the store is added in windows installer.
While installation, I need to change the store password to…

Nemo
- 143
- 1
- 12
0
votes
1 answer
Can a key manger reference a credential store in WildFly?
I created a credential store and saved the application keystore password in it.
Plan is to use the password alias in TLS keymanager and keystore.
So, here is what I…

Nemo
- 143
- 1
- 12
0
votes
1 answer
Verify throws java.security.InvalidKeyException: null
I'm trying to write a service to handle user password hashing and verification. I'm using Wildfly Elytron libraries and using the service in the context of a quarkus web service. The issue I am coming across is that when I try to verify the…

Snappawapa
- 1,697
- 3
- 20
- 42
0
votes
1 answer
Wildfly (12/14) Elytron - LDAP Security - Missing Dependecies
I'm struggling to introduce Wildfly 12/14 Elytron Ldap authentication mechanism into my two webapps applications.
Although I've successfully deployed the DirContext, LdapRealm, SecurityDomain etc following the steps inside the Wildfly docs via…

LucDaher
- 157
- 2
- 12
0
votes
1 answer
Wildfly Security Subsystem: Migrating from Legacy to Elytron, security-domain not found
I am trying to migrate a project from using Legacy Security to using Elytron Security.
Until now (Legacy), all that was required for the authentication to work, was to create a Security Domain in Subsystems -> Security with the correct name…

platzhersh
- 1,520
- 20
- 35
0
votes
1 answer
Configuring security to access EJB through WS -- WFLYEJB0364 Connection rejected
I have followed this tutorial to configure an user ejbuser with password 12345678 and role appCitas. The instructions that I followed are:
C:\wildfly-14.0.1.Final\bin>jboss-cli.bat
You are disconnected at the moment. Type 'connect' to connect to…

SJuan76
- 24,532
- 6
- 47
- 87
0
votes
0 answers
Using Elytron to secure credentials in a WildFly datasource configuration
I'm switching over from the legacy security subsystem to Elytron in WildFly 14.
A particular data source is using a legacy security domain with a custom login module. The custom login module is invoked with a username and an encoded password. The…

arp
- 1
0
votes
2 answers
How to configure Elytron for root certificate in truststore?
Is it possible to configure WildFly 13 client-cert authentication with root-ca certificate in truststore? Clients would use certificates signed by this root.
Here's what's makes me wonder: in this documentation…

Mike
- 812
- 9
- 25
0
votes
1 answer
EAP 7.1 vs Elytron - SAMLv2
I am currently evaluating the moving of a legacy JBoss EAP 6.1 application from a Kerberos based security domain to SAMLv2 with JBOSS EAP 7.1 with Elytron (PicketBox is deprecated and not working properly).
Now I find it hard to find any proper…

chris polzer
- 3,219
- 3
- 28
- 44
0
votes
0 answers
Wildfly Swarm 2018.5.0 does not start HTTPS listener
I have a configuration running succesfully on WildFly Swarm 2018.4.1. When I try to upgrade to Wildfly Swarm 2018.5.0, I run into two problems:
NPE, which can be solved by following the workaround in this JIRA item:…

Martijn Burger
- 7,315
- 8
- 54
- 94