• JBoss 5.1.0GA and Terracotta Sessions

    Anyone has any idea on this :   http://community.jboss.org/message/71381   Thank you.
    Profile Photo
    created by sergiu_pienar
  • run as role

    Does the "run-as" role is effective when that request calling the servlet is not authenticated (no security constraint define for the URL) ?   Basically I would like the servlet being call by an unauthenticated ...
    Profile Photo
    created by mat001
  • java.lang.IllegalArgumentException: URI scheme is not "file"

    I am trying to get a basic installation and sample working to help determine if this picketbox is the correct solution going forward for our project.  I asked a question last week about the proper installation pr...
    Profile Photo
    last modified by robert.m.goodwin
  • What happened to the JBoss XACML source code?

    I hope that I am just being stupid.   First, look at this: http://www.jboss.org/picketbox.   That points you to here: http://community.jboss.org/wiki/PicketBoxOverview.   The authorization informatio...
    Profile Photo
    last modified by ljnelson
  • Build issue? jboss-xacml xml-apis dep. not found

    Hello; newbie here.  I'm using the project as checked out from here: http://anonsvn.jboss.org/repos/jbossas/projects/security/security-xacml/trunk   When I check this out and run   mvn clean install &#...
    Profile Photo
    last modified by ljnelson
  • JBOSS is ignoring my custom login-module

    hi,   I have a webb-app, and try to use my own login-module, but the server ignores my login-config entry.     I defined my security domain in:   jboss.xml as <security-domain>MyApp</s...
    Profile Photo
    last modified by whitespace
  • Security Group Design

    I am trying to determine what constitutes a groups in say LDAP vs what should be stored as domain data in an enterprise database.  Here are the particulars.  Suppose I am working with an application which ha...
    Profile Photo
    last modified by jasonah66
  • Basic Installation Question

    My appolgies for such a basic question, but I have not been able to find the answer to this on the PicketBox site.  I have a JBossAS 5.1 installation that I wish to install the latest picketbox installation into....
    Profile Photo
    last modified by robert.m.goodwin
  • Missing AuditEvent from LogAuditProvider

    I have LogAuditProvider enabled in jboss-logging.xml to do console logging. I get AuditEvent records for successful authentication of a URL that exists (HTTP.OK 200), but not for URLs that do not exist (HTTP 404). Res...
    Profile Photo
    last modified by justincranford
  • VFSClassLoaderPolicy.getProtectionDomain()

    Hi,   We are moving from JBoss 4.2.2 to JBoss 6.0 and I have a problem during the boot of my application. I have some Security (Access Denied) error. With JBoss 4.2.2, when a class is loaded it used SecureClass...
    Profile Photo
    created by kingnothing
  • How to replace LogAuditProvider

    How can I replace or override LogAuditProvider in JBoss? I want to store security audit records in a central database, not in log files spread out between different JBoss instances.   How can I configure this in...
    Profile Photo
    last modified by justincranford
  • custom jaas + picketbox

    Hello, I was reading about picketbox and I'm not sure if it will fit my necessity. I need a custom Login because I need the flexibility to do authentication and authorization in LDAP or BD. So I wonder if I could ha...
    Profile Photo
    last modified by landir42u
  • JBoss 5 Security Context Being Destroyed

    Hi,   I'm currently working with JBoss 5.1 and using a custom login module that also extends the ClientLoginModule.  The user presents a certificate and JBoss authenticates the user based off their informat...
    Profile Photo
    last modified by jslowry
  • Windows 7 and IE8 negotiation toolkit problem

    Hi All,   I've got a working negotiation toolkit setup, at least it is working when using a IE from Windows XP. When I started using IE8 from Windows 7 the application failed when calling the http://jbossserver:...
    Profile Photo
    last modified by soverbosch
  • Integrating JBoss Negotiation with a seam application

    Hi All,   I've got the configuration of windows authentication working, used the toolkit to test it (this took some time because of network configuration issues). So now the next step is to get a seam based appl...
    Profile Photo
    last modified by soverbosch
  • Custom login-module and EJB

    Hi all, I'm using JBoss 5.0 GA and I've created a custom login module. The login module is configured in file which is inside an ear in META-INF. This file called security-config.xml looks like this: <?xml vers...
    Profile Photo
    last modified by dabek
  • XACML 2.0.6  xpath-node-match are not supported by this factory

    Hi all,   I try to use Xacml with JBossPDP but when i execute this code :                FileInputStream ruleAsXML = new FileInputStream("Config...
    Profile Photo
    created by sacha
  • Getting ParsingException: couldn't create http://www.w3.org/2001/XMLSchema#time attribute based on DOM node

    I'm trying to use the time attribute, and make use of the "RequestAttributeFactory.createTimeAttributeType(attName, issuer)" API. When I debug in my IDE, I can see that the current time had been added to the object - ...
    Profile Photo
    last modified by asankha
  • JBoss Negotiation Failing

    Hi, I have setup the JBoss Negotiation 2.0.3 GA as per the documentation and with following components : Active Directory: Win 2003 SP2 JBoss EAP 4.3 CP06 FireFox 3.5.2 I am able to see the first 2 tests of the N...
    Profile Photo
    last modified by vimalkansal
  • How to deploy a custom login module in JBoss AS 5.1

    Hi all,   My problem is very simple. I use the JBoss LDAPLoginModule and it works i can see it in the log of my LDAP server. But when i try to use my own login module it does'nt work.   This is the code o...
    Profile Photo
    last modified by sacha