Shawn White
unread,Apr 25, 2023, 6:06:01 PM4/25/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WildFly
Looking for basic guidance if something is possible in Wildfly. Our current application uses JAAS, LoginModules and JBoss base classes. These JBoss LoginModule base classes are gone of course in Wildfly. Our application supports local users from via DB, LDAP, RADIUS, TACACS, and CACS. The user can switch between what they want to use with local users being a fallback. We are using JBoss's XmlLoginCofigMBean to reconfigure what LoginModule is active. Again, this MBean is not available in Wildfly.
Is there a mechanism in Elytron to dynamically (programmatically) reconfigure a security domain to include different Realms (similar to what is described above)?
LoginModule provide a Subject once authenticated, is there a way to continue using Subject and have SecurityIdentiy mapped to it? We are trying to minimize code changes if possible.
Any other general thoughts on how to try and tackle this problem?