<div dir="auto"><p style="font-family:sans-serif;font-size:12.8px">Hello,</p><p style="font-family:sans-serif;font-size:12.8px"><br></p><p style="font-family:sans-serif;font-size:12.8px">I configured 2 roles with an adminGuiCOnfiguration section in each one like the example below :</p><p style="font-family:sans-serif;font-size:12.8px"><u></u>adminGuiConfiguration section in role_1 :<u></u></p><p style="font-family:sans-serif;font-size:12.8px"><adminGuiConfiguration><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">        <objectForms><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">            <objectForm><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">                <type>c:UserType</type><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">                <formSpecification><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">                    <panelUri><a href="http://midpoint.evolveum.com/xml/ns/public/gui/component-3#focusTabBasic" style="text-decoration-line:none;color:rgb(66,133,244)">http://midpoint.evolveum.com/xml/ns/public/gui/component-3#focusTabBasic</a></panelUri><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">                </formSpecification><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">            </objectForm><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">          </objectForms><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px"></adminGuiConfiguration><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px"><u></u> <u></u></p><p style="font-family:sans-serif;font-size:12.8px">adminGuiConfiguration section in role_2 :<br></p><p style="font-family:sans-serif;font-size:12.8px"><adminGuiConfiguration><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">        <objectForms><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">            <objectForm><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">                <type>c:OrgType</type><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">                <formSpecification><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">                    <panelUri><a href="http://midpoint.evolveum.com/xml/ns/public/gui/component-3#focusTabBasic" style="text-decoration-line:none;color:rgb(66,133,244)">http://midpoint.evolveum.com/xml/ns/public/gui/component-3#focusTabBasic</a></panelUri><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">                </formSpecification><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">            </objectForm><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px">          </objectForms><u></u><u></u></p><p style="font-family:sans-serif;font-size:12.8px"></adminGuiConfiguration></p><p style="font-family:sans-serif;font-size:12.8px"><br></p><p style="font-family:sans-serif;font-size:12.8px">What I want to achieve is hiding some object tabs in the GUI depending on roles.</p><p style="font-family:sans-serif;font-size:12.8px">But when a user is assigned to the two roles (actually I did not tested with only one since the roles are induced by another role), I get an error 500 during the user login and the log is the following : </p><p style="font-family:sans-serif;font-size:12.8px">2019-07-12 17:47:34,043 [] [http-nio-80-exec-4] ERROR (org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/midpoint].[dispatcherServlet]): Servlet.service() for servlet [dispatcherServlet] in context with path [/midpoint] threw exception</p><p style="font-family:sans-serif;font-size:12.8px"><u></u></p><p style="font-family:sans-serif;font-size:12.8px">java.lang.IllegalStateException: Attempt to add a container value with an id that already exists: 1</p><p style="font-family:sans-serif;font-size:12.8px">Any idea how to make this work? Is it even possible?</p></div>