0 Replies Latest reply on Nov 7, 2006 1:42 PM by claudio4j

    new InitialContext authentication

    claudio4j

      Hi all,

      I need to perform authentication when calling new InitialContext.

      I see on the wiki [1], how to configure the client code, that is fine.

      But I could not find, how to configure the server, to associate a application-policy to the naming service.

      I want to require that every new InitialContext need to be authenticated, if the credentials are not specified, the InitialContext object is not created.

      1 - http://wiki.jboss.org/wiki/Wiki.jsp?page=LoginInitialContextFactory

      thanks