[jboss-jira] [JBoss JIRA] (WFLY-2063) Remove support for use-realm-roles in role mapping implementation,
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Fri Sep 13 05:24:04 EDT 2013
Darran Lofthouse created WFLY-2063:
--------------------------------------
Summary: Remove support for use-realm-roles in role mapping implementation,
Key: WFLY-2063
URL: https://issues.jboss.org/browse/WFLY-2063
Project: WildFly
Issue Type: Task
Components: Domain Management, Security
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Critical
Fix For: 8.0.0.Beta1
Is has been agreed that where the realms used for authentication and the loading of groups contain groups with the same names as the role names that a 1:1 role mapping should still be defined rather than providing a general short cut: -
{code}
<role name="Monitor">
<include>
<group name="Monitor"/>
</include>
</role>
{code}
Only the configuration to enable the short cut is to be removed, the internal implementation will be left in place in-case demand is identified to re-add it.
--
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
More information about the jboss-jira
mailing list