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

Add note about security domain restriction for webservices subsystem

XMLWordPrintable

    • Bulk 103- Oct 7 - Oct 22, Bulk 104- Oct 23 - Nov 5

      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 makes webservices deployment unaware of the desired "new-name" security domain

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

      while this causes "original-name" to be visible just fine

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

      asoldano or jimma could provide more details here about what exactly should be in documentation.

              amehenda@redhat.com Ashwin Mehendale
              jbliznak@redhat.com Jan Blizňák
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: