96 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
73
views
WildFly 37 – EJB security domain default not applied on 4 out of 5 modules unless @SecurityDomain is explicitly set
I'm upgrading from Wildfly 27 to Wildfly 37 and I've ran into an interesting issue. I’m deploying an EAR with multiple EJB submodules on WildFly 37.
In my ejb3 subsystem I’ve set:
<default-security-...
1
vote
0
answers
93
views
How to customize timestamp in pattern formatter of jboss/wildfly logging in microseconds
As per official docs: WILDFLY logging, default is milliseconds. How can I do it for microseconds basically using any elytron or writing a custom script is the only option ?
Tried some elytron command ...
0
votes
0
answers
92
views
How to use WSS with Elytron
I'm trying to secure a webservice application (running in Wildfly 36) with WSS (username + password digest). Elytron has to be used for security. My problem is, that there is no information available ...
1
vote
1
answer
76
views
How to prevent wildfly-elytron from overriding Jackson dependencies?
I have the following dependency structure (expressed in "pseudo" gradle structure)
- app
-- compileOnly(wildfly-elytron)
-- implementation(jackson)
-- implementation(project(:core))
- core
-...
0
votes
0
answers
49
views
Test with Arquillian, Wildfly and Elytron framework
I have simple Arquillian Test which calls Session EJB (deployed on Wildfly 36):
simpleService.sayHello();
Now, I need to call that very same method as a authenticated identity:
This goes with Elytron ...
0
votes
0
answers
74
views
EAP 8 unable to decode roles from Realms
2025年03月06日 15:47:09,760 DEBUG [org.jboss.as.controller] (ServerService Thread Pool -- 46) CapabilityServiceSupport: Parsing ServiceName for org.wildfly.clustering.command-dispatcher-factory
2025年03月06日 ...
1
vote
0
answers
196
views
multi-module ear and elytron - A SecurityDomain has already been associated with the specified ClassLoader
I have an ear with at least 2 WARs inside. One should be none restricted, so no auth at all, and the other one should be restricted by keycloak. This is done via an overlay-file for just this WAR.
...
0
votes
0
answers
79
views
EAP8: create rest client with elytron client-ssl-context
EAP8: create rest client with elytron client-ssl-context
Originally I had the question to get a SSLContext from Jboss EAP.
Stackoverflow question: EAP: create rest client with elytron client-ssl-...
0
votes
0
answers
129
views
How can I achieve 2FA auth based on wildfly elytron?
I'd like create an application whit capable of MFA. Password and OTP can be enough good for us.
We don't find any solution of it. There are
'aggregate realm' but just multi authorization
'failover ...
1
vote
1
answer
407
views
JakartaEE 10 stateless service and legacy security domain
I made a homework project for BASIC authentication with Wildfly 33 Beta and Elytron.
When I start server include a @Stateless service in the project I get error:
Caused by: java.lang....
0
votes
2
answers
340
views
Wildfly 28 elytron config and webapp authentication
I try to use elytron jdbc-realm to authenticate webapp client. I made a web.xml for auth /admin/* requests ower BASIC auth.
<security-constraint>
<web-resource-collection>
...
0
votes
1
answer
110
views
Wildfly 9 realm to Wildfly 28 jdbc-realm database authentication
I need help converting a Wildfly 9 Realm to Wildfly 28 realm.
The original is the following:
<subsystem xmlns="urn:jboss:domain:security:1.2">
<security-domains>
...
0
votes
1
answer
208
views
Elytron cutting encrypted expression while resolving a variable
I'm trying to set the system property value with encrypted string ${ENC::initial-resolver:ENCRYPTED_STRING}
So I enter the jboss-cli.sh and run the command
/system-property=javax.net.ssl....
0
votes
2
answers
1k
views
Defining datasources in wildfly31 standalone.xml file using credential-reference to refer passwords
Is there something changed between wildfly-26 and wildfly-31. I was able to define a data source , while providing the username and password inside tag for the data source tag throws me an error ...
1
vote
1
answer
2k
views
I want to access a password stored in a elytron credential store using system properties in jboss eap 7.4 version
This is what a wildfly credential store is https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.1/html/how_to_configure_server_security/...