Log in to follow, share, and participate in this community.
Thread ACL requires Identity, how do I get this?
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...
Thread Account locking for DatabaseServerLoginModule
Account locking for DatabaseServerLoginModuleThis 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...
Thread SSO implementation using SPNEGO login module and Credentials cache
SSO implementation using SPNEGO login module and Credentials cacheHi, 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...
[JBoss7] Custom principalI 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...
Latest picketbox version ?I see at download page the 3.0.0 is the available version. However Looking in svn the latest tag is 4.0.9.Final. Why there is not a build and download for this version ? Which version is the latest to start working ...
How to find SSL version JBoss 5.1.0We are using JBoss 5.1.0 and enable SSL. Now we want to configure Load balancer so we need to know what SSL version is using. Anybody know how to find the SSL version ? Thanks,
Thread BaseCertLoginModule and UsersRolesLoginModule
BaseCertLoginModule and UsersRolesLoginModuleHi I am running JBoss 4.0.3. Trying to have Client Certificate authentication, here are the configs and steps that I followed jboss-service.xml ---------------------
<mbean code="org.jboss.security.plugins.Jaas...
Problem w/ BASIC web auth DatabaseHaving a bit of a problem with BASIC auth using DatabaseServerLoginModule for my web app on JBoss 3.2.1/Jetty: Here's my stuff: web.xml ======== <web-app> ... <security-constraint> <web-resource-col...
Current status of MS kerberos and JBoss?Hi! I am considering to use Kerberos tickets (service account authentication done by Active directory) to authenticate consumers of web services (not web applications!) to the service hosted in JBoss app serve...
SRPLoginModuleWe've been using SRPLoginModule since it was added to JBossSX by Scott Stark (around 2001-2002?). Unfortunately, it is not present in JBoss 7 and I can't find any information about why it was removed :( Can anyone s...
JBoss Negotiation 2.0.3.GA ReleasedJBoss Negotiation 2.0.3.GA has now been released and is available for download from: - http://www.jboss.org/jbosssecurity/downloads/JBoss%20Negotiation https://jira.jboss.org/jira/browse/SECURITY-343 The main areas...
What happened to JBoss OpenSSOA lot of the community ESB documentation refers to OpenSSO, but this project is not listed anywhere on jboss.org. Has this project been discontinued, or has it been incorporated into another project?
Thread Flushing credential cache from a login module?
Flushing credential cache from a login module?We have a custom login module that among other things blocks an account once too many login attempts have failed. However this means that after a failed login we have to flush the credential cache in order to protect ...
Entity Beans & Security: best practice ?hi, I would like some advice on security design, more specifically when applying it on Entity Beans. I am currently developing a J2EE application and everything is going very well, I am now taking the time to fine-t...
Failed to authenticateHi, I try to read the version from the jboss.system:type=Server MBean of a remote JBoss server (version 5). The jmx-console authentication is set by <application-policy name="jmx-console">...
Thread Custom LoginModule sorted in standalone.xml - but one last problem
Custom LoginModule sorted in standalone.xml - but one last problemI've managed to implement a custom LoginModule that's deployed to AS7.1.1.Final an working well - with one problem. I can't figure out how to stop the server prompting for a username and password. I don't ...