Realm EJB in Wildfly
-
I'm using Wildfly 20.0 version. I would like to use JDBC in Wldfly for my dynamic web project (with JSF and EJB). So I'm looking for configuring the server to handle security by JDBC connection to database which stores user/role/userrole. What can I to for my purpose?
-
I'm using Wildfly 20.0 version. I would like to use JDBC in Wldfly for my dynamic web project (with JSF and EJB). So I'm looking for configuring the server to handle security by JDBC connection to database which stores user/role/userrole. What can I to for my purpose?
-
Probably go to WildFly Documentation[^] and check there.
-
I'm reading this guide, very interesting. I will ask you about it when I have more specific doubts.
I have configured Realm with JDBC, but when I try to login I get this message in Console
TRACE [org.jboss.as.domain.management.security] (default task-1) User 'UserNameDGU' not found in properties file.
and before I have seen this:
DEBUG [org.wildfly.security] (management I/O-1) Unable to create instance: java.security.NoSuchAlgorithmException: Service not registered with Provider WildFlyElytron: WildFlyElytron: SaslServerFactory.DIGEST-SHA -> org.wildfly.security.sasl.digest.DigestServerFactory