Log in to follow, share, and participate in this community.
Article Security Vulnerabilities Notification to Community
Security Vulnerabilities Notification to CommunityPage listing all the security vulnerabilities in JBoss community projects, for the benefit of the community.
Page listing all the security vulnerabilities in JBoss community projects, for the benefit o...
custom SecurityIdentityLoginModule ImplementationHi, I am new to JBoss AS and to Jboss user community!! hoping to get a solution/workaround for this issue that I am facing now!! I am looking for more information on configuration an...
Certificate based authentication in JBossHi, Can some one provide some information on implmenting Certificate Based Authentication on JBoss. Any help will be appreciated. Thanks,
Infinispan integration - unnecessary exception polluting logs?Hi, In JBoss AS 7.1.1, with Infinispan integration (4.0.7) enabled using cache-type="infinispan" on security-domain element in standalone.xml. A horrible exception in the logs (when authentication fail...
NullPointerException @ DatabaseServerLoginModule.java:141, JHello, all. I'm having some problems with the DatabaseServerLoginModule and would appreciate any help, as the logged error messages do not tell me much: DataSource
<?xml version="1.0" encoding="UTF-8"?>
<...
Thread JBoss Security Changing the role in subject
JBoss Security Changing the role in subjectHi, I've one requirement in which Authenticated Subject role has to be replace with new one once user changes role from drop down. Just want to is it possible or not if yes please help me how to handle this s...
Thread java.lang.IllegalStateException: Security Context is null
java.lang.IllegalStateException: Security Context is nullHi, I'm getting the following error when I was trying to migrate my jboss from 4.0.5 to 5.1. I've a custom LDAP login module. I've noticed in the log warning saying, "You are using deprecated api, please use s...
Thread JaasSecurityDomain MBean reloadKeyAndTrustStore not working as expected
JaasSecurityDomain MBean reloadKeyAndTrustStore not working as expectedAt my site an incoming SSL connection is succesfully created on JBoss 5.1.0 (Tomcat). That works OK. Afterwards the certificate used is removed from the truststore. After that(surprisingly) a new connection can ...
Trust Association Interceptor in JBossHi, I need to know if there is any functionality in JBoss similar to IBM WAS's Trust Association Interceptor. We need to implement the same fuctionality in the design of portal running on JBoss. Pl. p...
Integrating Active Directory and JBossHi, I am adding a new enterprise app running on JBoss AS 7 to my corporate network which is Windows based and uses Active Directory for authentication. Once a user logs into the windows domain, they shou...
sharing credentials among multiple threadsI'm working with the CallerIdentityLoginModule to passthrough the caller credentials to the database and having some difficulty when the database is hit on another thread. The call sequence goes as follows: ...
Vault managementHi all, the server/host level is currently not managable over e.g. DMR. It would make sence to have such a possibility e.g. for refreshing the vault's state by reloading keys from ENC and shared.dat
AS7: Vault element not fully written backDmitri, I am going to use this discussion thread on how I plan to test what you reported in https://issues.jboss.org/browse/AS7-3102 I am going to start with a web application with a single servlet that has th...
Article Simple way to lock up your JBoss AS instance
Simple way to lock up your JBoss AS instanceJBoss AS is distributed by default as not secured (locked up). If you want to work with locked up version you can try this easy way. Download Groovy script (source code at https://github.com/pskopek/sec-scri...
Thread JaasAuthenticationProvider and AuthorityGranter
JaasAuthenticationProvider and AuthorityGranterI'm trying to get JasperServer to run in JBoss using my JAAS implementation. I can get the authentication to work, but I'm having a problem with the AuthorityGranter bean in my applicationContext-security.xml file. H...
PicketBox, jBoss SSO or ??Hi, We are looking at implementing the SAML 2.0 specification as the SSO solution for a company. But we are not sure what jBoss product to use - the jBoss SSO is apparently dead (or?) and what about PicketLink...