Jump to content
We've recently updated our Privacy Statement, available here ×

Is it possible to grant ROLE_ADMINISTRATION to an AD group?


suleklarisa

Recommended Posts

Hello,
I configured the Active Directory user role mapping mapped to Jasperserver. And I would like certain role / group to have the role of ROLE_ADMINISTRATOR. it is possible?
Example. group finances in AD, becomes ROLE_FINANCES, but with the function of managing users and roles, just like the ROLE_ADMINISTRATOR.

Thank you for your help.

version Community 7.5 + Active Directory + Tomcat + Mysql

CODE XML ExternalAuthLDAP.

<property name="defaultInternalRoles">
            <list>
                <value>ROLE_USER</value>
            </list>
        </property>
        <property name="organizationRoleMap">
            <map>
                <!-- Example of mapping customer roles to JRS roles -->
                <entry>
                    <key>
                        <value>ROLE_FINANCES</value>                
                    </key>
                    <!-- JRS role that the <key> external role is mapped to-->
                    <value>ROLE_ADMINISTRATOR</value>
                </entry>
            </map>
        </property>

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...