<html>Hey all,<br /><br />It's seems to be a bug when we use "phase" in end user authorization. I try to showing the "My Requests" pannel for end user.<br /><br />If I put #read authorization on "Self" object without phase its' ok.<br />But if I but the same authorization with execution and request phase (like in the wiki) its' not ok ...<br /><br />I don't know why, but If try to reduce reading information of end user, he canno't see is request ...<br /><br />it's in MP 3.6, I know that 3.7.1 is out, but I wan't to be sure that this error is fix.<br /><br /><strong>Good xml : </strong><br /> <authorization><br /> <action>http://midpoint.evolveum.com/xml/ns/public/security/authorization-model-3#read</action><br /> <object><br /> <special>self</special><br /> </object><br /> </authorization><br /><br /><br /><strong>Bad Xml : </strong><br /> <authorization> <!-- Request authorization --><br /> <action>http://midpoint.evolveum.com/xml/ns/public/security/authorization-model-3#read</action><br /> <phase>request</phase><br /> <object><br /> <special>self</special><br /> </object><br /> </authorization><br /> <authorization> <!-- Execution authorization --><br /> <action>http://midpoint.evolveum.com/xml/ns/public/security/authorization-model-3#read</action><br /> <phase>execution</phase><br /> <object><br /> <special>self</special><br /> </object><br /> </authorization><br /><br />Doc source : https://wiki.evolveum.com/display/midPoint/Authorization+Configuration#AuthorizationConfiguration-AuthorizationModel<br /><br />--<p>Cordialement.</p></html>