• Steps to Encrypt the Jboss admin-console password

    Hi, I am new to jboss AS. I want to secure my jboss admin-cosole password. so that I planned to encrypt the password. we are using Jboss AS 6 version. if any one tell me the steps how to encrypt the password exist i...
    Profile Photo
    last modified by mahi4422
  • Setup login Module for multiple jboss with different base DN

    First of all I am sorry if this is the wrong forum, if it is please direct me to the correct one.     I have a need to allow an application using Jboss to authenticate with MS LDAP. There are TWO LDAP serve...
    Profile Photo
    created by mc.idbs
  • Using the UsersRolesLoginModule

    I am trying to use the UsersRolesLoginModule and it does work fine when I do not use and hashing, but as soon as I use hashing to encrypt passwords, the authentication breaks   Following is a snippet from the st...
    Profile Photo
    created by saihegde
  • Sharing requested URL between nodes during logging in

    Hi,   I have an issue with authorization in domain configuration (jboss AS 7.2.0 A1 master-build10299). Scenario is the next: * insuccessful authorization using 1st node; * kill 1st node; * successfull login ...
    Profile Photo
    created by sem62
  • Login module which uses OS users ?

    Hi all! I'd like to know if there's any (free-commerical) login module which let authenticate JBoss AS applications using operating system users- Thanks a lot Mylos
    Profile Photo
    last modified by mylos78
  • How to take Guvnor user roles from a directory server?

    Hello!   I am trying to make work Drools Guvnor with my LDAP directory server as documentation indicates and I have not get the results as I expected, I will really appreciate your help in letting me know the sc...
    Profile Photo
    last modified by delypher
  • PicketBox - DataBaseAttributeLocator

    Hi all, I've got an error using DatabaseAttributeLocator and I can't find a solution: I'm deploying under jboss-as-7.1 a web application (this should be my PDP). I have a simple main class which builds a XACML re...
    Profile Photo
    created by valia981
  • LdapExtLoginModule and jaasSecurityDomain

    Hello, Has anyone got an example of how to setup encryption on the bindCredential of the LdapExtLoginModule? After reading the wiki entries I'm a little fuzzy on the JaasSecurityDomain piece and where that gets defi...
    Profile Photo
    last modified by cmiles123
  • Mapping ldap groups to jboss roles? where?

    hi, i am trying to use active directory together with jboss. I am getting authenticated via ldap fine, but it gives me a 403 since it says i do not have the correct role. I cannot figure out where the mapping from t...
    Profile Photo
    last modified by cwad0000
  • How to configure Authorization Modules

    Hi gurus,   I have a customer who want to know how to configure Authorization modules included in EAP6/AS7. A list of the modules is shown in [0], but I could not find any other informations. Any help/suggenstion...
    Profile Photo
    created by hisanobu.okuda
  • How do I reference to a security-domain

    Hello JBoss-Users,   I'm new in this community and hop that this is the correct place to post this question.   I want to use a database to perform user-authentication. I configured in web.xml :   &#...
    Profile Photo
    last modified by angsthase007
  • PicketBoxXACML: getSupportedIds never called

    Hi there,   first and foremost, stumbled upon picket box xacml (using it primariliy for policy evaluation) and it seems to perfectly fit for my needs.   However, there seems to be a slight problem with it:...
    Profile Photo
    created by thembones410
  • Picketbox-solder, Picketbox-drools 5.0.0-SNAPSHOT Maven Repository ?

    Where Picketbox-solder, Picketbox-drools 5.0.0-SNAPSHOT are located in the JBoss maven Repository ? Or which maven repository should I use to find these components ?   Thanks in advance for your help and your s...
    Profile Photo
    last modified by fhornain
  • Configurations sample request

    Hi all! I am new to XACML, so please be patient with me, forgive my errors (giving me an hint for correcting my behavior ). It will be very helpful to have some clear links to how to configure a web container (in m...
    Profile Photo
    created by valia981
  • [JBoss7] Remote EJB3 calls from spawned thread

    I have simple remote ejb client that calls remote stateless beans. There is security enabled on the server.   All is well for single threrad, authentication and authorization and remote call works:   fina...
    Profile Photo
    last modified by ndario
  • ACL requires Identity, how do I get this?

    Hi all,   I apologize in advance for what is most likely a very newbie-ish question.   I'm trying to use the role based ACL support in my JBoss AS 6.1 webapp. I've been loosely following the instructions h...
    Profile Photo
    last modified by ericasmith
  • Account locking for DatabaseServerLoginModule

    This is a general question how this common use case should be implemented?   We extended DatabaseServerLoginModule by handling locking account inside login() method. So after 3 consecutive authentication failure...
    Profile Photo
    last modified by aldab
  • Failed to resolve any values for urn:oasis:names:tc:xacml:2.0:subject:role

    Hello everyone,   I tried to basically start using PicketBox XACML using the XACML RBAC Locator examples on this page (employee role): https://community.jboss.org/wiki/XACMLRBACLocator#Permission_Policy_Sets_PPS...
    Profile Photo
    last modified by jorgedso
  • SSO implementation using SPNEGO login module and Credentials cache

    Hi, We have a J2EE application that has a servlet as an entry point and uses stateless sessions beans for business logic. The application uses JAAS login modules for authentication and authorization. One authenticati...
    Profile Photo
    created by prabhar
  • [JBoss7] Custom principal

    I need to create custom princiapl which holds some more data about the user (besides username from org.jboss.security.SimplePrincipal). I use LDAP login module, it is configured and it works for authentication. On the...
    Profile Photo
    created by ndario