Dear All
How to avoid multiple application roles per user.
Followed the below steps.
in Console (weblogic)
1)Created two groups
a)SalesReporting
b)CostReporting
2)Created two Users
a)Created user SalesMan and assigned the Group SalesReporting
b)Created user CostAnalyzer and assigned the Group CostReporting
In Enterprise Manager(Fusion Middleware)
3)Created two Application roles
a)Role SalesReportingApplicationRole
Added weblogicGroup SalesReporting and BIConsumer Application Role under the Application Role
b)Role CostReportingApplicationRole
Added weblogicGroup CostReporting and BIConsumer Application Role under the Application Role
Now when we login with SalesMan User we could see both the CostReportingApplicationRole and SalesReportingApplicationRole
in Roles And Catalog Groups under MY Account
Authenticated User
BI Consumer
CostReportingApplicationRole
SalesReportingApplicationRole