• Security deployer

    Anything technically stopping us from writing a security deployer so that you can deploy security domains along with your deployments?
    Profile Photo
    last modified by bill.burke
  • Security Project Workspace

    I want to highlight the svn set up for the security project at this moment, as things are in flux. Base url: http://anonsvn.jboss.org/repos/jbossas/projects/security/ JBoss 5.0.0.Beta2 uses Security 2.0.0.Beta that i...
    Profile Photo
    created by anil.saldhana
  • ws-trust-1.3 approved

    http://docs.oasis-open.org/ws-sx/ws-trust/200512/ws-trust-1.3-rddl.html
    Profile Photo
    created by starksm64
  • OpenSSO integration

    Hi all, we are looking for integrating JBoss/JBoss Portal with OpenSSO, the open source version of Access Manager (distribuited with CDDL license). OpenSSO (or Access Manager) is one of most advanced authentication/...
    Profile Photo
    last modified by nscendoni
  • JBoss 4.2 related discussion

    Topic: Support deployment level principal-role mapping via jboss.xml. If there is deployment level principal-role mapping done by the user, we should be able to take this into account during authorization decisions. ...
    Profile Photo
    last modified by anil.saldhana
  • OpenID

    http://blog.wired.com/27bstroke6/2007/02/microsoft_to_su.html http://openid.net/ OpenID is an open and distributed system that allows a user to log-in to multiple sites via a single user-name that is a URL. When tryi...
    Profile Photo
    last modified by starksm64
  • Generalizing the JAAS and JACC service

    a new start since the previous JACC thread got a bit lost in details (sorry for that) What about a service that is the integration point for JAAS login modules and JACC Policies? In other words: there is a service th...
    Profile Photo
    last modified by mholzner
  • SecurityDeployer needs to be more selective about what is pr

    Starting the all configuration is producing a duplicate mbean problem as mentioned here: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997313 The SecurityDeployer needs to be looking for some secu...
    Profile Photo
    created by starksm64
  • HsqlDbRealm as default security domain?

    I deployed a simple test ear on Branch_4_2 and found that it got associated with HsqlDbRealm. That seems odd. The ear is very straightforward. A webapp with a couple servlets and an ejb jar with one SLSB. Nothing is ...
    Profile Photo
    last modified by brian.stansberry
  • High-level scoping of Security for JEE5

    I want to add the big high level ticket items for security for JEE5 compliance. Does not include the good-to-have extensions/feature requests. Release: jboss 5.0.x Items: a) JACC 1.1 (http://jira.jboss.com/jira/brow...
    Profile Photo
    last modified by anil.saldhana
  • Generalizing the JACC service

    So with the introduction of a pluggable authorization service for the j2ee 1.4 JACC requirement, we have opened up the possibility of having a very general authorization decision service. One main problem with the exi...
    Profile Photo
    last modified by starksm64
  • Cleaned up security project

    I cleaned up the security project by dropping all jbossbuild stuff and setting the pom versioin to 2.0.0.snaphost. I also simplified the group id to just jboss. I also updated some of the out of date jboss dependencie...
    Profile Photo
    last modified by starksm64
  • Stateful Session Beans and RunAsIdentity mismatch

    Assume we have a regular bean A which makes a call on a Stateful Session B. Bean A configures a RunAsIdentity of (principal=anil,roles=user). Now when A makes a call on B, the following things happen: 1) The current ...
    Profile Photo
    created by anil.saldhana
  • Split of Security Project into SPI and JBossAS Implementatio

    This affects JBossAS HEAD only. Scott has expressed a need to split the security project artifacts into spi and JBossAS implementation (or plugins). These need to be downloadable via the JBoss repository into JBossAS...
    Profile Photo
    last modified by anil.saldhana
  • Custom Principal Propagation Related

    I have a usecase where there is a clear mismatch on what is put on the SecurityAssociation thread local principal stack and what you really want. Usecase: * User logs into a web application with form auth. * JBoss Se...
    Profile Photo
    last modified by anil.saldhana
  • new LDAP Login Module

    Hi, I have developed a new LDAP Login Module with a comparable functionality like the org.jboss.security.SimpleGroup.LdapLoginModule. The org.jboss.security.SimpleGroup.LdapLoginModule did a good job but when I tried...
    Profile Photo
    last modified by rsoika
  • JBoss Security Service Provider Interface Extension

    I would like to dedicate this thread to the discussion of the extension of the JBoss Security SPI, to enable third-party integrators to better customize the JEMS Security layer. Background: The current SPI from JBoss...
    Profile Photo
    last modified by anil.saldhana
  • Providing Auditing Capabilities

    It is a critical need for IT departments to audit security related information, for non-repudiation, government regulations etc etc. Currently, JBoss does not provide any suitable ways of auditing. Currently, for aud...
    Profile Photo
    last modified by anil.saldhana
  • inconcistency between security-config_5_0.xsd and xml tests

    The problem is in the authentication-jaspi element which is declared in the XSD as <xsd:element name="authentication-jaspi"> <xsd:annotation> <xsd:appinfo> <jbxb:skip/> </xsd:appinfo&...
    Profile Photo
    last modified by aloubyansky
  • Changes to Realm Interface sought

    Remy/Mladen, I propose the following method addition to the Realm interface for Tomcat 6. This would take care of the needs for header based authentication (which may include some form of SSO/Identity Management useca...
    Profile Photo
    last modified by anil.saldhana