Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-13766

(7.4.z) Allow to use remapped elytron application security domain

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 7.4.6.CR1, 7.4.6.GA
    • 7.1.0.CR4
    • Web Services
    • None

      Currently you can't use elytron application security domain remapped to the different name than original security domain for webservice deployment. There should be some mechanism in webservice integration that makes this possile, ie. that makes webservices-elytron really transparent.

      In current webservice elytron integration, the security domain specified to secure webservice endpoint must be the same name with elytron security domain name .
      Reference https://developer.jboss.org/message/977744#977744

      This configuration in undertow currently works

      <application-security-domains>
          <application-security-domain name="original-name" security-domain="original-name"/>
      </application-security-domains>
      

      while this not, this jira is proposal for it to work too so that application can "see" the remapped "new-name" security domain.

      <application-security-domains>
          <application-security-domain name="new-name" security-domain="original-name"/>
      </application-security-domains>
      

            rhn-engineering-ema Jim Ma
            jbliznak@redhat.com Jan Blizňák
            Votes:
            1 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: