Sankar,

I suggest contacting the Elytron team via their chatroom to get a quick response to your questions.
https://wildfly.zulipchat.com/#narrow/stream/173102-wildfly-elytron
or post this question in their forum
https://groups.google.com/g/wildfly


On Fri, Mar 18, 2022 at 4:10 AM sankarganesh ganesh <sankarganeshtpt@gmail.com> wrote:

Hi Team,


I am working Wildlfy upgrade from 19 to 26 version.I have referred below link for migration from PicketBox/legacy security to Elytron.
https://docs.wildfly.org/26/WildFly_Elytron_Security.html#documentation-still-needed

The Above link says that 
18.9.9. Documentation Still Needed

  • How to migrate application which uses different identity store for authentication and authorization (migration to Elytron aggregate-realm).

  • How migrate to using cache (migration to caching-realm)

  • Limitations for migration from PicketBox/legacy security to Elytron, for example, Infinispan cache cannot be used, any others?


Still Limitations exists for migration from PicketBox/legacy security to Elytron.
I am trying migrate legacy security domain to  elytron.

below is legacy security domain which is used data source connection.


<security-domain name="xxxxxx" cache-type="default">
<authentication>
<login-module code="ConfiguredIdentity" flag="required">
<module-option name="principal" value="jboss"/>
<module-option name="username" value="jboss"/>
<module-option name="password" value="${jboss.password}"/>
<module-option name="managedConnectionFactoryName" value="jboss.jca:service=LocalTxCM,name=xxxxxx"/>
</login-module>
</authentication>
</security-domain>


Please provide steps or link for migration to elytron.


Regards,

Sankar Ganesh

_______________________________________________
jbossdeveloper mailing list -- jbossdeveloper@lists.jboss.org
To unsubscribe send an email to jbossdeveloper-leave@lists.jboss.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s