[
https://issues.jboss.org/browse/JBESB-3909?page=com.atlassian.jira.plugin...
]
William Siqueira updated JBESB-3909:
------------------------------------
Document : Configure the authentication method and security domain
------------------------------------------------------------------
Key: JBESB-3909
URL:
https://issues.jboss.org/browse/JBESB-3909
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Documentation
Affects Versions: 4.11
Reporter: Suzumura Keishi
Priority: Minor
In Programmers Guide 10.20 section[1], it mentions Configure the authentication method
and security domain. But following mentions are not correct.
incorrect
-----------
<http-provider name="http">
<http-bus busid="secureFriends">
<allowed-roles>
<role name="friend" />
</allowed-roles>
<protected-methods>
<method name="DELETE" />
</protected-methods>
</http-bus>
<auth method="BASIC" domain="java:/jaas/JBossWS" />
</http-provider>
-----------
correct
-----------
<globals>
<!-- Security setting for all http-providers and all EBWSs in this
jboss-esb.xml file.-->
<war-security method="BASIC" domain="JBossWS" />
<!-- uname: "kermit" pw: "thefrog" -->
</globals>
-----------
[1] JBoss Enterprise SOA Platform 5 ESB Programmers Guide
10.20. Further HTTP Gateway Security
https://access.redhat.com/knowledge/docs/en-US/JBoss_Enterprise_SOA_Platf...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira