XACML: x500Name-regexp-matchHi, I'm trying to use x500Name-regexp-match within a XACML 2.0 policy document as follows:
<?xml version="1.0" encoding="UTF-8"?>
<Policy xmlns="urn:oasis:names:tc:xacml:2.0:policy:schema:os"
&...
JBoss Authorization FrameworkJBoss Authorization Framework is using authorization modules in JAAS similar fashion to perform authorization decision. Modules can be stacked on top of each other using JAAS like options for controlling behav...
Thread can't get jboss-negotiation-toolkit 'secured' test working
can't get jboss-negotiation-toolkit 'secured' test workingI have been trying to get the jboss-negiation-toolkit to work for a few weeks now and I think I've tried everything that other people have run into. I'm now stuck at the point where I can't get the 'secured' version o...
kerberos sso and server principal nameHello, We are stuck for weeks trying to configure an helloworld ejb application (not web) with a kerberos authentication. We use JBoss EAP 6.2. We currently have the following error when the client req...
Thread Custom login module for datasource not working
Custom login module for datasource not workingHi, I always get authentication failed when using custom login module (i.e) my own login module extending AbstractPasswordCredentialLoginModule. But it works fine while using default login module like Configur...
Thread JBoss LDAP Configuration not working in case AD CN has Slashes
JBoss LDAP Configuration not working in case AD CN has SlashesI have come accross a problem while configuring the LDAP of JBoss with AD i.e. while autheticating a java based application hosted on JBoss 5.0 with Active Directory the user doesn't get authenticated if his/her CN co...
Thread ACLImpl and HibernateProxy NoClassDefFoundError
ACLImpl and HibernateProxy NoClassDefFoundErrorI'm porting an app from jboss AS 6.1 (open source) to EAP 6.1 (ie: 7.2 open source based) and am having an issue that I think is class loader related. The app is using ACLs and has the following persistence.xm...
Thread Custom JAAS login module subject association to the container
Custom JAAS login module subject association to the containerHi, We have a legacy financial application that works well with weblogic and websphere containers, currently we are trying to add support for Jboss 7.1. We have our own JAAS based common security framework work...
Custom CallbackHandlerI have an application which publish several websites. Username is unique per website, and when logging in my custom login module has extended org.jboss.web.tomcat.security.HttpServletRequestLoginModule so tha...
Thread PIcketlink: how to retrieve all groups/roles for a user?
PIcketlink: how to retrieve all groups/roles for a user?Hi, I am using picketlink 2.5.2.Final. I haven't found in the API a simple method to retrieve all roles/groups assigned to a user? BasicModel seems to me not having such a kind of method. I worked ar...
GenericHeaderBasedAuthenticationTopic: Integrate 3rd party security products/systems with JBoss Security when the authentication results are passed as http request headers. Usecase:If the user has configured Siteminder/RSA Clea...
Thread Don't understand how to bypass login dialog
Don't understand how to bypass login dialogI want to authenticate the user via cookies such that there is no login dialog presented if certain cookies are present. However, when I write a JBoss login module and install it, I find that the class isn't e...
Securing the JMX ConsoleHi, I am working on securing the JMX console for JBOSS 4.2.1 and following the below article to make the necessary configuration changes: http://community.jboss.org/wiki/securetheJmxConsole But...
Thread How to configure PicketBox to use XACML Authorization manager
How to configure PicketBox to use XACML Authorization managerHi, I need you help please regarding PicketBox XAML: Can you please let me know how can I configure PicketBox to use PicketBox XACML authorization manager? I 've been trying to find an example similar to the way dro...
Article Masking Passwords in JBossAS XML Configuration
Masking Passwords in JBossAS XML ConfigurationReturn to JBoss AS Security Dashboard <<< DZone: http://server.dzone.com/articles/security-features-jboss-510-0 Background Nobody likes the idea of seeing passwords in t...