Darran Lofthouse [
https://community.jboss.org/people/dlofthouse] created the discussion
"Re: Custom jdbc login module for remoting"
To view the discussion, visit:
https://community.jboss.org/message/718428#718428
--------------------------------------------------------------
Try adding the following property in your client: -
jndiProperties.put("jboss.naming.client.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT",
"false");
When moving to integrate with a JAAS login module we need the username and password to be
available to pass into the login module for authentication so we need to configure the
client to allow the passing of the password as plain - without this the client is trying
to only use digest authentication.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/718428#718428]
Start a new discussion in JBoss AS 7 Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]