Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2 (Crius)
-
Fix Version/s: 2.2 (Crius)
-
Component/s: None
-
Labels:None
Description
1. user has the following role assigned (and only this role):
<role oid="00000000-d34d-b33f-f00d-100000000003" xmlns="http://midpoint.evolveum.com/xml/ns/public/common/common-2a" xmlns:c="http://midpoint.evolveum.com/xml/ns/public/common/common-2a" xmlns:t="http://prism.evolveum.com/xml/ns/public/types-2"> <name>User Administrator</name> <description>Role containing authorizations to manage users.</description> <authorization> <action>http://midpoint.evolveum.com/xml/ns/public/security/authorization-2#usersAll</action> </authorization> </role>
2. user log into midPoint. New user is displayed immediately.
If the same user has also End User role assigned, Home / dashboard is displayed after login.
I suppose that default subpage displayed for <action>http://midpoint.evolveum.com/xml/ns/public/security/authorization-2#usersAll</action> should be List users instead of New user.