JBoss Community

Re: remote ejb client username is encrypted at the server(JBOSS7.1 CR1)

created by Darran Lofthouse in JBoss AS 7 Development - View the full discussion

Don't worry about the SASL options, they are selected automatically based on the capabilities of the authentication mechanism you choose.

 

What you will need to do is reference the JAAS domain from the realm, an example of this is here: -

 

 

 <security-realm name="ManagementRealm">
 <authentication>
 <jaas name="darrans-domain" />
 </authentication>
 </security-realm>

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community