[jboss-jira] [JBoss JIRA] (AS7-5825) Custom JAAS Security Realm for Remoting

Pedro Igor (JIRA) jira-events at lists.jboss.org
Tue Oct 23 12:09:01 EDT 2012


     [ https://issues.jboss.org/browse/AS7-5825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pedro Igor updated AS7-5825:
----------------------------

    Description: 
Tried to configure a custom JAAS Security Realm for the Remoting Connector using JBoss Application Server 7.1.1.Final.

These same steps work with JBoss AS 7.2.0 and 7.1.3.

When debbuging the client (in my case a EJB standalone client using org.jboss.ejb.client.naming) I noticed that the PLAIN mech is not returned by the server.

My client expects the PLAIN mech to authenticate users using the provided username / password when creating the InitialContext.

According to the docs, when using the JAAS configuration for Security Realms, the PLAIN is automatically supported by the server.

  was:
Tried to configure a custom JAAS Security Realm for the Remoting Connector using JBoss Application Server 7.1.1.Final.

These same steps work with JBoss AS 7.2.0 and 7.1.3.

When debbuging the client (in my case a EJB standalone client using org.jboss.ejb.client.naming) I noticed that the PLAIN mech is not returned by the server.

My client expects the PLAIN mech to authenticate users using the provided username / password when creating the InitialContext.


    
> Custom JAAS Security Realm for Remoting
> ---------------------------------------
>
>                 Key: AS7-5825
>                 URL: https://issues.jboss.org/browse/AS7-5825
>             Project: Application Server 7
>          Issue Type: Bug
>    Affects Versions: 7.1.1.Final
>         Environment: JBoss Application Server 7.1.1.Final
>            Reporter: Pedro Igor
>
> Tried to configure a custom JAAS Security Realm for the Remoting Connector using JBoss Application Server 7.1.1.Final.
> These same steps work with JBoss AS 7.2.0 and 7.1.3.
> When debbuging the client (in my case a EJB standalone client using org.jboss.ejb.client.naming) I noticed that the PLAIN mech is not returned by the server.
> My client expects the PLAIN mech to authenticate users using the provided username / password when creating the InitialContext.
> According to the docs, when using the JAAS configuration for Security Realms, the PLAIN is automatically supported by the server.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list