Hi All,
we currently using wildfly 24 with legacy security system for our application subsystem and trying to use the elytron subsystem for securing our application since the legacy security subsytem going to be removed soon.
currently our application is authenticated by programmatically using javax.security.auth.spi.LoginModule implementation since we use multiple way of authentication/authroizing the users like, LDAP, TACACS, PKI, DB etc.
for migrating existing JAAS to elytron but i could not find our use cases on this guide.
does anyone have experience/reference on migrating customized JAAS based authentication to elytron subsystem?