<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Authorization in Activiti Explorer in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/authorization-in-activiti-explorer/m-p/31334#M13281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I also looked at that class, but it has only one method (initButtons) &amp;nbsp;checking if user is an admin then display the manage button. It is not enough for the whole authentication/authorization system. I couldn't find any pieces of code to check if user have enough privileges to access to an area/function or not?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2017 10:44:17 GMT</pubDate>
    <dc:creator>duke_duong</dc:creator>
    <dc:date>2017-07-18T10:44:17Z</dc:date>
    <item>
      <title>Authorization in Activiti Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/authorization-in-activiti-explorer/m-p/31331#M13278</link>
      <description>I am exploring the Activiti Explorer 5.22, and I can not find out how to change the authorization configuration for it (e.g which user can access which part of the system). Anyone can help me on this problem? Thanks.Duke.</description>
      <pubDate>Fri, 14 Jul 2017 09:49:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/authorization-in-activiti-explorer/m-p/31331#M13278</guid>
      <dc:creator>duke_duong</dc:creator>
      <dc:date>2017-07-14T09:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization in Activiti Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/authorization-in-activiti-explorer/m-p/31332#M13279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just found the DefaultLoginHandler class to process the authentication on login. But I couldn't find the source code for checking the authentication/authorization after logging in? No one can help me on this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:33:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/authorization-in-activiti-explorer/m-p/31332#M13279</guid>
      <dc:creator>duke_duong</dc:creator>
      <dc:date>2017-07-18T07:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization in Activiti Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/authorization-in-activiti-explorer/m-p/31333#M13280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My impression is that access to sections based on user role is&amp;nbsp;done in code rather configuration. See for example&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Activiti/Activiti/blob/5.x/modules/activiti-explorer/src/main/java/org/activiti/explorer/ui/mainlayout/MainMenuBar.java#L103" title="https://github.com/Activiti/Activiti/blob/5.x/modules/activiti-explorer/src/main/java/org/activiti/explorer/ui/mainlayout/MainMenuBar.java#L103" rel="nofollow noopener noreferrer"&gt;Activiti/MainMenuBar.java at 5.x · Activiti/Activiti · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 10:14:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/authorization-in-activiti-explorer/m-p/31333#M13280</guid>
      <dc:creator>ryandawson</dc:creator>
      <dc:date>2017-07-18T10:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization in Activiti Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/authorization-in-activiti-explorer/m-p/31334#M13281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I also looked at that class, but it has only one method (initButtons) &amp;nbsp;checking if user is an admin then display the manage button. It is not enough for the whole authentication/authorization system. I couldn't find any pieces of code to check if user have enough privileges to access to an area/function or not?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 10:44:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/authorization-in-activiti-explorer/m-p/31334#M13281</guid>
      <dc:creator>duke_duong</dc:creator>
      <dc:date>2017-07-18T10:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization in Activiti Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/authorization-in-activiti-explorer/m-p/31335#M13282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the situation&amp;nbsp;that the explorer doesn't do the level of authorization checking that you're expecting or that it does do it and you're not sure how to configure it? I presume there are particular use-cases you have in mind beyond restricting admin-only operations. I presume you're also aware of the new UI in v6 (&lt;A class="link-titled" href="https://github.com/Activiti/Activiti/tree/6.0-release/modules/activiti-ui" title="https://github.com/Activiti/Activiti/tree/6.0-release/modules/activiti-ui" rel="nofollow noopener noreferrer"&gt;Activiti/modules/activiti-ui at 6.0-release · Activiti/Activiti · GitHub&lt;/A&gt;&amp;nbsp; - for the equivalent checks in the new UI you could look at &lt;A class="link-titled" href="https://github.com/Activiti/Activiti/blob/6.0-release/modules/activiti-ui/activiti-app-logic/src/main/java/org/activiti/app/security/SecurityUtils.java" title="https://github.com/Activiti/Activiti/blob/6.0-release/modules/activiti-ui/activiti-app-logic/src/main/java/org/activiti/app/security/SecurityUtils.java" rel="nofollow noopener noreferrer"&gt;Activiti/SecurityUtils.java at 6.0-release · Activiti/Activiti · GitHub&lt;/A&gt;&amp;nbsp;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 11:52:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/authorization-in-activiti-explorer/m-p/31335#M13282</guid>
      <dc:creator>ryandawson</dc:creator>
      <dc:date>2017-07-18T11:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Authorization in Activiti Explorer</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/authorization-in-activiti-explorer/m-p/31336#M13283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it has the authorization feature at my expected level (for example, when a normal user access the area which is dedicated for admin, it is denied or goes to login screen), but I couldn't find the code for that feature. In the case I want to add more security roles and assign the secured resources/areas for them, I don't know how to change the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the new UI in version 6.0, I need more time to explore it. For now, we need to use the old version for the current work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Duke.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 16:02:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/authorization-in-activiti-explorer/m-p/31336#M13283</guid>
      <dc:creator>duke_duong</dc:creator>
      <dc:date>2017-07-18T16:02:03Z</dc:date>
    </item>
  </channel>
</rss>

