-
Bug
-
Resolution: Done
-
Major
-
7.1.0.CR4
-
2
-
-
-
-
-
-
+
-
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.
- documents
-
JBEAP-13766 (7.4.z) Allow to use remapped elytron application security domain
- Closed